SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Public Member Functions | List of all members
mode_write_surf_nc Module Reference

Data Types

interface  write_surf0_nc
 
interface  write_surfn_nc
 
interface  write_surft_nc
 

Public Member Functions

subroutine write_surfx0_nc (DGU, HREC, PFIELD, KRESP, HCOMMENT)
 
subroutine write_surfn0_nc (DGU, HREC, KFIELD, KRESP, HCOMMENT)
 
subroutine write_surfc0_nc (DGU, HREC, HFIELD, KRESP, HCOMMENT)
 
subroutine write_surfl0_nc (DGU, HREC, OFIELD, KRESP, HCOMMENT)
 
subroutine write_surfx1_nc (DGU, HREC, PFIELD, KRESP, HCOMMENT, HDIR, HNAM_DIM)
 
subroutine write_surfx2_nc (DGU, HREC, PFIELD, KRESP, HCOMMENT, HDIR, HNAM_DIM)
 
subroutine write_surfn1_nc (DGU, HREC, KFIELD, KRESP, HCOMMENT, HDIR, HNAM_DIM)
 
subroutine write_surfn2_nc (DGU, HREC, KFIELD, KRESP, HCOMMENT, HDIR, HNAM_DIM)
 
subroutine write_surfl1_nc (DGU, HREC, OFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine write_surft0_nc (DGU, HREC, KYEAR, KMONTH, KDAY, PTIME, KRESP, HCOMMENT)
 
subroutine write_surft1_nc (DGU, HREC, KYEAR, KMONTH, KDAY, PTIME, KRESP, HCOMMENT)
 
subroutine write_surft2_nc (DGU, HREC, KYEAR, KMONTH, KDAY, PTIME, KRESP, HCOMMENT)
 

Detailed Description

Definition at line 5 of file mode_write_surf_nc.F90.

Member Function/Subroutine Documentation

subroutine mode_write_surf_nc::write_surfc0_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
character(len=40), intent(in)  HFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 195 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surfl0_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
logical, intent(in)  OFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 282 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surfl1_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=*), intent(in)  HREC,
logical, dimension(:), intent(in)  OFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT,
character(len=1), intent(in)  HDIR 
)

Definition at line 1352 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surfn0_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
integer, intent(in)  KFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 111 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surfn1_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
integer, dimension(:), intent(in)  KFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT,
character(len=1), intent(in)  HDIR,
character(len=16), intent(in), optional  HNAM_DIM 
)

Definition at line 870 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surfn2_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
integer, dimension(:,:), intent(in)  KFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT,
character(len=1), intent(in)  HDIR,
character(len=16), intent(in), optional  HNAM_DIM 
)

Definition at line 1107 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surft0_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
integer, intent(in)  KYEAR,
integer, intent(in)  KMONTH,
integer, intent(in)  KDAY,
real, intent(in)  PTIME,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 1488 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surft1_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
integer, dimension(:), intent(in)  KYEAR,
integer, dimension(:), intent(in)  KMONTH,
integer, dimension(:), intent(in)  KDAY,
real, dimension(:), intent(in)  PTIME,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 1613 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surft2_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
integer, dimension(:,:), intent(in)  KYEAR,
integer, dimension(:,:), intent(in)  KMONTH,
integer, dimension(:,:), intent(in)  KDAY,
real, dimension(:,:), intent(in)  PTIME,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 1713 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surfx0_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
real, intent(in)  PFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 29 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surfx1_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
real, dimension(:), intent(in)  PFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT,
character(len=1), intent(in)  HDIR,
character(len=16), intent(in), optional  HNAM_DIM 
)

Definition at line 376 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

subroutine mode_write_surf_nc::write_surfx2_nc ( type(diag_surf_atm_t), intent(inout)  DGU,
character(len=12), intent(in)  HREC,
real, dimension(:,:), intent(in)  PFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT,
character(len=1), intent(in)  HDIR,
character(len=16), intent(in), optional  HNAM_DIM 
)

Definition at line 621 of file mode_write_surf_nc.F90.

Here is the call graph for this function:


The documentation for this module was generated from the following file: