FMS
2024.03
Flexible Modeling System
|
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. |
Module to locate and mark desired diagnostic columns.
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 | |
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.
[in] | diag_units | array of column diagnostic unit numbers |
Definition at line 180 of file column_diagnostics.F90.
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.