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

Public Member Functions

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)
 

Detailed Description

Definition at line 5 of file mode_read_cdf.F90.

Member Function/Subroutine Documentation

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 36 of file mode_read_cdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

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 125 of file mode_read_cdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 18 of file mode_read_cdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

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 417 of file mode_read_cdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

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 223 of file mode_read_cdf.F90.

Here is the call graph for this function:

Here is the caller graph for this function:


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