SURFEX v8.1
General documentation of Surfex
|
Data Types | |
interface | ncread |
Functions/Subroutines | |
subroutine | ncopen (KLISTING, ORW, OVERBOSE, HFILENAME, KNCID) |
subroutine | ncclose (KLISTING, OVERBOSE, HFILENAME, KNCID) |
subroutine | ncread_x (KLISTING, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | ncread_xy (KLISTING, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | ncread_xyz (KLISTING, KNCID, HVNAME, PVECT, OVERBOSE) |
subroutine | nccreate (KLISTING, HFILENAME, HTITLE, HTIMEUNIT, HVNAME, HVLNAME, HUNIT, PLON, PLAT, PMISSVAL, OVERBOSE, KNCID, OTIME, KZLEN, OVARZDIM, ODOUBLE) |
subroutine | ncstore (KLISTING, KNCID, HVNAME, PWRITE, OVERBOSE, KTIMENUM, KTIMEVAL, KLEVEL, OVARZDIM, ODOUBLE) |
subroutine | ncdate (KLISTING, KNCID, KYEAR, KMONTH, KDAY, PTIME, OVERBOSE) |
subroutine mode_trip_netcdf::nccreate | ( | integer, intent(in) | KLISTING, |
character(len=nf90_max_name), intent(in) | HFILENAME, | ||
character(len=nf90_max_name), intent(in) | HTITLE, | ||
character(len=nf90_max_name), intent(in) | HTIMEUNIT, | ||
character(len=nf90_max_name), dimension(:), intent(in) | HVNAME, | ||
character(len=nf90_max_name), dimension(:), intent(in) | HVLNAME, | ||
character(len=nf90_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, | ||
logical, dimension(:), intent(in), optional | ODOUBLE | ||
) |
Definition at line 422 of file mode_trip_netcdf.F90.
subroutine mode_trip_netcdf::ncdate | ( | integer, intent(in) | KLISTING, |
integer, intent(in) | KNCID, | ||
integer, intent(in) | KYEAR, | ||
integer, intent(in) | KMONTH, | ||
integer, intent(in) | KDAY, | ||
real, intent(in) | PTIME, | ||
logical, intent(in) | OVERBOSE | ||
) |
Definition at line 773 of file mode_trip_netcdf.F90.
subroutine mode_trip_netcdf::ncopen | ( | integer, intent(in) | KLISTING, |
logical, intent(in) | ORW, | ||
logical, intent(in) | OVERBOSE, | ||
character(len=nf90_max_name), intent(in) | HFILENAME, | ||
integer, intent(out) | KNCID | ||
) |
Definition at line 57 of file mode_trip_netcdf.F90.
subroutine mode_trip_netcdf::ncstore | ( | integer, intent(in) | KLISTING, |
integer, intent(in) | KNCID, | ||
character(len=nf90_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, | ||
logical, intent(in), optional | ODOUBLE | ||
) |
Definition at line 636 of file mode_trip_netcdf.F90.