SURFEX v8.1
General documentation of Surfex
Data Types | Functions/Subroutines
mode_trip_netcdf Module Reference

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)
 

Function/Subroutine Documentation

◆ ncclose()

subroutine mode_trip_netcdf::ncclose ( integer, intent(in)  KLISTING,
logical, intent(in)  OVERBOSE,
character(len=nf90_max_name), intent(in)  HFILENAME,
integer, intent(in)  KNCID 
)

Definition at line 111 of file mode_trip_netcdf.F90.

Here is the caller graph for this function:

◆ nccreate()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ncdate()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ncopen()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ncread_x()

subroutine mode_trip_netcdf::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.

Here is the call graph for this function:

◆ ncread_xy()

subroutine mode_trip_netcdf::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.

Here is the call graph for this function:

◆ ncread_xyz()

subroutine mode_trip_netcdf::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.

Here is the call graph for this function:

◆ ncstore()

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.

Here is the call graph for this function:
Here is the caller graph for this function: