Data Types | |
interface | NCCLOSE |
interface | NCCREATE |
interface | NCOPEN |
interface | NCREAD |
interface | NCSTORE |
Public Member Functions | |
subroutine | NCOPEN (KLUOUT, ORW, OVERBOSE, HFILENAME, KNCID) |
subroutine | NCCLOSE (KLUOUT, OVERBOSE, HFILENAME, KNCID) |
subroutine | NCREAD_X (KLUOUT, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | NCREAD_XY (KLUOUT, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | NCREAD_XYZ (KLUOUT, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | NCCREATE (KLUOUT, HFILENAME, HTITLE, HTIMEUNIT, HVNAME, HVLNAME, HUNIT, PLON, PLAT, PMISSVAL, OVERBOSE, KNCID, OTIME, KZLEN, OVARZDIM) |
subroutine | NCSTORE (KLUOUT, KNCID, HVNAME, PWRITE, OVERBOSE, KTIMENUM, KTIMEVAL, KLEVEL, OVARZDIM) |
Definition at line 2 of file mode_trip_netcdf.F90.
subroutine MODE_TRIP_NETCDF::NCCLOSE | ( | INTEGER, intent(in) | KLUOUT, |
LOGICAL, intent(in) | OVERBOSE, | ||
CHARACTER(LEN=nf_max_name), intent(in) | HFILENAME, | ||
INTEGER, intent(in) | KNCID | ||
) |
Definition at line 121 of file mode_trip_netcdf.F90.
subroutine MODE_TRIP_NETCDF::NCCREATE | ( | INTEGER, intent(in) | KLUOUT, |
CHARACTER(LEN=nf_max_name), intent(in) | HFILENAME, | ||
CHARACTER(LEN=nf_max_name), intent(in) | HTITLE, | ||
CHARACTER(LEN=nf_max_name), intent(in) | HTIMEUNIT, | ||
CHARACTER(LEN=nf_max_name), dimension(:), intent(in) | HVNAME, | ||
CHARACTER(LEN=nf_max_name), dimension(:), intent(in) | HVLNAME, | ||
CHARACTER(LEN=nf_max_name), dimension(:), intent(in) | HUNIT, | ||
REAL, dimension(:), intent(in) | PLON, | ||
REAL, dimension(:), intent(in) | PLAT, | ||
REAL, intent(in) | PMISSVAL, | ||
LOGICAL, intent(in) | OVERBOSE, | ||
INTEGER, intent(out) | KNCID, | ||
LOGICAL, intent(in) | OTIME, | ||
INTEGER, intent(in), optional | KZLEN, | ||
LOGICAL, dimension(:), intent(in), optional | OVARZDIM | ||
) |
Definition at line 330 of file mode_trip_netcdf.F90.
subroutine MODE_TRIP_NETCDF::NCOPEN | ( | INTEGER, intent(in) | KLUOUT, |
LOGICAL, intent(in) | ORW, | ||
LOGICAL, intent(in) | OVERBOSE, | ||
CHARACTER(LEN=nf_max_name), intent(in) | HFILENAME, | ||
INTEGER, intent(out) | KNCID | ||
) |
Definition at line 67 of file mode_trip_netcdf.F90.
subroutine MODE_TRIP_NETCDF::NCREAD_X | ( | INTEGER, intent(in) | KLUOUT, |
INTEGER, intent(in) | KNCID, | ||
CHARACTER(LEN=nf_max_name), intent(in) | HVNAME, | ||
REAL, dimension(:), intent(out) | PVECT, | ||
LOGICAL, intent(in) | OVERBOSE | ||
) |
Definition at line 158 of file mode_trip_netcdf.F90.
subroutine MODE_TRIP_NETCDF::NCREAD_XY | ( | INTEGER, intent(in) | KLUOUT, |
INTEGER, intent(in) | KNCID, | ||
CHARACTER(LEN=nf_max_name), intent(in) | HVNAME, | ||
REAL, dimension(:,:), intent(out) | PVECT, | ||
LOGICAL, intent(in) | OVERBOSE | ||
) |
Definition at line 215 of file mode_trip_netcdf.F90.
subroutine MODE_TRIP_NETCDF::NCREAD_XYZ | ( | INTEGER, intent(in) | KLUOUT, |
INTEGER, intent(in) | KNCID, | ||
CHARACTER(LEN=nf_max_name), intent(in) | HVNAME, | ||
REAL, dimension(:,:,:), intent(out) | PVECT, | ||
LOGICAL, intent(in) | OVERBOSE | ||
) |
Definition at line 272 of file mode_trip_netcdf.F90.
subroutine MODE_TRIP_NETCDF::NCSTORE | ( | INTEGER, intent(in) | KLUOUT, |
INTEGER, intent(in) | KNCID, | ||
CHARACTER(LEN=nf_max_name), intent(in) | HVNAME, | ||
REAL, dimension(:,:), intent(in) | PWRITE, | ||
LOGICAL, intent(in) | OVERBOSE, | ||
INTEGER, intent(in), optional | KTIMENUM, | ||
INTEGER, intent(in), optional | KTIMEVAL, | ||
INTEGER, intent(in), optional | KLEVEL, | ||
LOGICAL, intent(in), optional | OVARZDIM | ||
) |
Definition at line 484 of file mode_trip_netcdf.F90.