FMS  2024.03
Flexible Modeling System
column_diagnostics_mod

Module to locate and mark desired diagnostic columns. More...

Data Types

interface  column_diagnostics_header
 

Functions/Subroutines

subroutine, public close_column_diagnostics_units (diag_units)
 close_column_diagnostics_units closes any open column_diagnostics files associated with the calling module. More...
 
 column_diagnostics_header_r4
 
 column_diagnostics_header_r8
 
subroutine, public column_diagnostics_init
 Initialization routine for column_diagnostics_mod. More...
 
 initialize_diagnostic_columns_r4
 
 initialize_diagnostic_columns_r8
 

Variables

real(kind=r8_kind) crit_xdistance = 4.0_r8_kind
 model grid points must be within crit_xdistance in longitude of the requested diagnostics point coordinates in order to be flagged as the desired point [ degrees ]
 
real(kind=r8_kind) crit_ydistance = 4.0_r8_kind
 model grid points must be within crit_ydistance in latitude of the requested diagnostics point coordinates in order to be flagged as the desired point [ degrees ]
 
logical module_is_initialized = .false.
 

Detailed Description

Module to locate and mark desired diagnostic columns.


Data Type Documentation

◆ column_diagnostics_mod::column_diagnostics_header

interface column_diagnostics_mod::column_diagnostics_header

Definition at line 73 of file column_diagnostics.F90.

Private Member Functions

 column_diagnostics_header_r4
 
 column_diagnostics_header_r8
 

Function/Subroutine Documentation

◆ close_column_diagnostics_units()

subroutine, public column_diagnostics_mod::close_column_diagnostics_units ( integer, dimension(:), intent(in)  diag_units)

close_column_diagnostics_units closes any open column_diagnostics files associated with the calling module.

Parameters
[in]diag_unitsarray of column diagnostic unit numbers

Definition at line 180 of file column_diagnostics.F90.

◆ column_diagnostics_init()

subroutine, public column_diagnostics_mod::column_diagnostics_init

Initialization routine for column_diagnostics_mod.

Reads namelist and writes to log.

Definition at line 122 of file column_diagnostics.F90.