LMDZ
|
Functions/Subroutines | |
subroutine | nf95_open (path, mode, ncid, chunksize, ncerr) |
subroutine | nf95_inq_dimid (ncid, name, dimid, ncerr) |
subroutine | nf95_inquire_dimension (ncid, dimid, name, nclen, ncerr) |
subroutine | nf95_inq_varid (ncid, name, varid, ncerr) |
subroutine | nf95_inquire_variable (ncid, varid, name, xtype, ndims, dimids, nAtts, ncerr) |
subroutine | nf95_create (path, cmode, ncid, initialsize, chunksize, ncerr) |
subroutine | nf95_def_dim (ncid, name, nclen, dimid, ncerr) |
subroutine | nf95_redef (ncid, ncerr) |
subroutine | nf95_enddef (ncid, h_minfree, v_align, v_minfree, r_align, ncerr) |
subroutine | nf95_close (ncid, ncerr) |
subroutine | nf95_copy_att (ncid_in, varid_in, name, ncid_out, varid_out, ncerr) |
subroutine | nf95_inquire_attribute (ncid, varid, name, xtype, nclen, attnum, ncerr) |
subroutine | nf95_inquire (ncid, nDimensions, nVariables, nAttributes, unlimitedDimId, formatNum, ncerr) |
subroutine simple::nf95_inquire | ( | integer, intent(in) | ncid, |
integer, intent(out), optional | nDimensions, | ||
integer, intent(out), optional | nVariables, | ||
integer, intent(out), optional | nAttributes, | ||
integer, intent(out), optional | unlimitedDimId, | ||
integer, intent(out), optional | formatNum, | ||
integer, intent(out), optional | ncerr | ||
) |
subroutine simple::nf95_inquire_attribute | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character (len = *), intent(in) | name, | ||
integer, intent(out), optional | xtype, | ||
integer, intent(out), optional | nclen, | ||
integer, intent(out), optional | attnum, | ||
integer, intent(out), optional | ncerr | ||
) |
Definition at line 310 of file simple.F90.
subroutine simple::nf95_inquire_dimension | ( | integer, intent(in) | ncid, |
integer, intent(in) | dimid, | ||
character (len = *), intent(out), optional | name, | ||
integer, intent(out), optional | nclen, | ||
integer, intent(out), optional | ncerr | ||
) |
Definition at line 64 of file simple.F90.
subroutine simple::nf95_inquire_variable | ( | integer, intent(in) | ncid, |
integer, intent(in) | varid, | ||
character(len = *), intent(out), optional | name, | ||
integer, intent(out), optional | xtype, | ||
integer, intent(out), optional | ndims, | ||
integer, dimension(:), optional, pointer | dimids, | ||
integer, intent(out), optional | nAtts, | ||
integer, intent(out), optional | ncerr | ||
) |
Definition at line 115 of file simple.F90.