FV3 Bundle
ncdw_lheader Module Reference

Data Types

interface  nc_diag_header
 

Functions/Subroutines

subroutine nc_diag_header_byte (header_name, header_value)
 
subroutine nc_diag_header_short (header_name, header_value)
 
subroutine nc_diag_header_long (header_name, header_value)
 
subroutine nc_diag_header_rsingle (header_name, header_value)
 
subroutine nc_diag_header_rdouble (header_name, header_value)
 
subroutine nc_diag_header_string (header_name, header_value)
 
subroutine nc_diag_header_byte_v (header_name, header_value)
 
subroutine nc_diag_header_short_v (header_name, header_value)
 
subroutine nc_diag_header_long_v (header_name, header_value)
 
subroutine nc_diag_header_rsingle_v (header_name, header_value)
 
subroutine nc_diag_header_rdouble_v (header_name, header_value)
 

Function/Subroutine Documentation

◆ nc_diag_header_byte()

subroutine ncdw_lheader::nc_diag_header_byte ( character(len=*), intent(in)  header_name,
integer(i_byte), intent(in)  header_value 
)

Definition at line 22 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_byte_v()

subroutine ncdw_lheader::nc_diag_header_byte_v ( character(len=*), intent(in)  header_name,
integer(i_byte), dimension(:), intent(in)  header_value 
)

Definition at line 93 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_long()

subroutine ncdw_lheader::nc_diag_header_long ( character(len=*), intent(in)  header_name,
integer(i_long), intent(in)  header_value 
)

Definition at line 44 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_long_v()

subroutine ncdw_lheader::nc_diag_header_long_v ( character(len=*), intent(in)  header_name,
integer(i_long), dimension(:), intent(in)  header_value 
)

Definition at line 115 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_rdouble()

subroutine ncdw_lheader::nc_diag_header_rdouble ( character(len=*), intent(in)  header_name,
real(r_double), intent(in)  header_value 
)

Definition at line 66 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_rdouble_v()

subroutine ncdw_lheader::nc_diag_header_rdouble_v ( character(len=*), intent(in)  header_name,
real(r_double), dimension(:), intent(in)  header_value 
)

Definition at line 137 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_rsingle()

subroutine ncdw_lheader::nc_diag_header_rsingle ( character(len=*), intent(in)  header_name,
real(r_single), intent(in)  header_value 
)

Definition at line 55 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_rsingle_v()

subroutine ncdw_lheader::nc_diag_header_rsingle_v ( character(len=*), intent(in)  header_name,
real(r_single), dimension(:), intent(in)  header_value 
)

Definition at line 126 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_short()

subroutine ncdw_lheader::nc_diag_header_short ( character(len=*), intent(in)  header_name,
integer(i_short), intent(in)  header_value 
)

Definition at line 33 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_short_v()

subroutine ncdw_lheader::nc_diag_header_short_v ( character(len=*), intent(in)  header_name,
integer(i_short), dimension(:), intent(in)  header_value 
)

Definition at line 104 of file ncdw_lheader.F90.

Here is the call graph for this function:

◆ nc_diag_header_string()

subroutine ncdw_lheader::nc_diag_header_string ( character(len=*), intent(in)  header_name,
character(len=*), intent(in)  header_value 
)

Definition at line 77 of file ncdw_lheader.F90.

Here is the call graph for this function: