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

Data Types

interface  write_surf0_nc
 
interface  write_surfn_nc
 
interface  write_surft_nc
 

Functions/Subroutines

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

Function/Subroutine Documentation

◆ write_surfc0_nc()

subroutine mode_write_surf_nc::write_surfc0_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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 184 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

◆ write_surfl0_nc()

subroutine mode_write_surf_nc::write_surfl0_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
character(len=12), intent(in)  HREC,
logical, intent(in)  OFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 268 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

◆ write_surfl1_nc()

subroutine mode_write_surf_nc::write_surfl1_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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 1440 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

◆ write_surfn0_nc()

subroutine mode_write_surf_nc::write_surfn0_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
character(len=12), intent(in)  HREC,
integer, intent(in)  KFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 105 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

◆ write_surfn1_nc()

subroutine mode_write_surf_nc::write_surfn1_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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=*), intent(in), optional  HNAM_DIM 
)

Definition at line 1022 of file mode_write_surf_nc.F90.

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

◆ write_surfn2_nc()

subroutine mode_write_surf_nc::write_surfn2_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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=*), intent(in), optional  HNAM_DIM 
)

Definition at line 1228 of file mode_write_surf_nc.F90.

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

◆ write_surft0_nc()

subroutine mode_write_surf_nc::write_surft0_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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 1572 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

◆ write_surft1_nc()

subroutine mode_write_surf_nc::write_surft1_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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 1689 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

◆ write_surft2_nc()

subroutine mode_write_surf_nc::write_surft2_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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 1777 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

◆ write_surfx0_nc()

subroutine mode_write_surf_nc::write_surfx0_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
character(len=12), intent(in)  HREC,
real, intent(in)  PFIELD,
integer, intent(out)  KRESP,
character(len=100), intent(in)  HCOMMENT 
)

Definition at line 31 of file mode_write_surf_nc.F90.

Here is the call graph for this function:

◆ write_surfx1_nc()

subroutine mode_write_surf_nc::write_surfx1_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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=*), intent(in), optional  HNAM_DIM 
)

Definition at line 358 of file mode_write_surf_nc.F90.

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

◆ write_surfx2_nc()

subroutine mode_write_surf_nc::write_surfx2_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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=*), intent(in), optional  HNAM_DIM 
)

Definition at line 569 of file mode_write_surf_nc.F90.

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

◆ write_surfx3_nc()

subroutine mode_write_surf_nc::write_surfx3_nc ( character(len=*), dimension(:), intent(in)  HSELECT,
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=*), intent(in), optional  HNAM_DIM 
)

Definition at line 795 of file mode_write_surf_nc.F90.

Here is the call graph for this function: