SURFEX v8.1
General documentation of Surfex
Functions/Subroutines
mode_read_cdf Module Reference

Functions/Subroutines

subroutine handle_err_cdf (status, line)
 
subroutine get1dcdf (KCDF_ID, IDVAR, PMISSVALUE, PVALU1D)
 
subroutine get2dcdf (KCDF_ID, IDVAR, PDIM1, HDIM1NAME, PDIM2, HDIM2NAME, PMISSVALUE, PVALU2D)
 
subroutine read_latlonval_cdf (HFILENAME, HNCVARNAME, PLON, PLAT, PVAL)
 
subroutine read_dim_cdf (HFILENAME, HNCVARNAME, KDIM)
 

Function/Subroutine Documentation

◆ get1dcdf()

subroutine mode_read_cdf::get1dcdf ( integer, intent(in)  KCDF_ID,
integer, intent(in)  IDVAR,
real, intent(out)  PMISSVALUE,
real, dimension(:), intent(out)  PVALU1D 
)

Definition at line 38 of file mode_read_cdf.F90.

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

◆ get2dcdf()

subroutine mode_read_cdf::get2dcdf ( integer, intent(in)  KCDF_ID,
integer, intent(in)  IDVAR,
real, dimension(:), intent(out)  PDIM1,
character(len=80), intent(out)  HDIM1NAME,
real, dimension(:), intent(out)  PDIM2,
character(len=80), intent(out)  HDIM2NAME,
real, intent(out)  PMISSVALUE,
real, dimension(:,:), intent(out)  PVALU2D 
)

Definition at line 129 of file mode_read_cdf.F90.

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

◆ handle_err_cdf()

subroutine mode_read_cdf::handle_err_cdf ( integer, intent(in)  status,
character(*), intent(in)  line 
)

Definition at line 19 of file mode_read_cdf.F90.

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

◆ read_dim_cdf()

subroutine mode_read_cdf::read_dim_cdf ( character(len=28), intent(in)  HFILENAME,
character(len=28), intent(in)  HNCVARNAME,
integer, intent(out)  KDIM 
)

Definition at line 425 of file mode_read_cdf.F90.

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

◆ read_latlonval_cdf()

subroutine mode_read_cdf::read_latlonval_cdf ( character(len=28), intent(in)  HFILENAME,
character(len=28), intent(in)  HNCVARNAME,
real, dimension(:), intent(out)  PLON,
real, dimension(:), intent(out)  PLAT,
real, dimension(:), intent(out)  PVAL 
)

Definition at line 227 of file mode_read_cdf.F90.

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