SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
subroutine | ncread_x (KLISTING, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | ncread_xy (KLISTING, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | ncread_xyz (KLISTING, KNCID, HVNAME, PVECT, OVERBOSE) |
Definition at line 43 of file mode_trip_netcdf.F90.
subroutine mode_trip_netcdf::ncread::ncread_x | ( | integer, intent(in) | KLISTING, |
integer, intent(in) | KNCID, | ||
character(len=nf90_max_name), intent(in) | HVNAME, | ||
real, dimension(:), intent(out) | PVECT, | ||
logical, intent(in) | OVERBOSE | ||
) |
Definition at line 148 of file mode_trip_netcdf.F90.
subroutine mode_trip_netcdf::ncread::ncread_xy | ( | integer, intent(in) | KLISTING, |
integer, intent(in) | KNCID, | ||
character(len=nf90_max_name), intent(in) | HVNAME, | ||
real, dimension(:,:), intent(out) | PVECT, | ||
logical, intent(in) | OVERBOSE | ||
) |
Definition at line 240 of file mode_trip_netcdf.F90.
subroutine mode_trip_netcdf::ncread::ncread_xyz | ( | integer, intent(in) | KLISTING, |
integer, intent(in) | KNCID, | ||
character(len=nf90_max_name), intent(in) | HVNAME, | ||
real, dimension(:,:,:), intent(out) | PVECT, | ||
logical, intent(in) | OVERBOSE | ||
) |
Definition at line 329 of file mode_trip_netcdf.F90.