Public Member Functions | |
subroutine | NCREAD_X (KLUOUT, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | NCREAD_XY (KLUOUT, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | NCREAD_XYZ (KLUOUT, KNCID, HVNAME, PVECT, OVERBOSE) |
Definition at line 46 of file mode_trip_netcdf.F90.
subroutine MODE_TRIP_NETCDF::NCREAD::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::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::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.