SABER
tools_netcdf::define_dim Interface Reference

Public Member Functions

integer function netcdf_define_dim (mpl, ncid, dimname, dimsize)
 Define dimension. More...
 

Detailed Description

Definition at line 110 of file tools_netcdf.F90.

Member Function/Subroutine Documentation

◆ netcdf_define_dim()

integer function tools_netcdf::define_dim::netcdf_define_dim ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  ncid,
character(len=*), intent(in)  dimname,
integer, intent(in)  dimsize 
)

Define dimension.

Parameters
[in,out]mplMPI data
[in]ncidFile ID
[in]dimnameDimension name
[in]dimsizeDimension size

Definition at line 1061 of file tools_netcdf.F90.


The documentation for this interface was generated from the following file: