mom_obsolete_diagnostics module reference¶
Provides a mechanism for recording diagnostic variables that are no longer valid, along with their replacement name if appropriate.
Functions/Subroutines¶
Scan through the diag_table searching for obsolete parameters and issue informational messages and optionallly a FATAL error. |
|
Fakes a register of a diagnostic to find out if an obsolete parameter appears in the diag_table. |
Detailed Description¶
Provides a mechanism for recording diagnostic variables that are no longer valid, along with their replacement name if appropriate.
Function/Subroutine Documentation¶
-
subroutine
mom_obsolete_diagnostics/
register_obsolete_diagnostics
(param_file, diag)¶ Scan through the diag_table searching for obsolete parameters and issue informational messages and optionallly a FATAL error.
- Parameters
param_file :: [in] The parameter file handle.
diag :: [in] A structure used to control diagnostics.
- Call to
found_in_diagtable
mom_error_handler::is_root_pe
mom_error_handler::mom_error
-
function
mom_obsolete_diagnostics/
found_in_diagtable
(diag, varName, newVarName) [logical]¶ Fakes a register of a diagnostic to find out if an obsolete parameter appears in the diag_table.
- Parameters
diag :: [in] A structure used to control diagnostics.
varname :: [in] The obsolete diagnostic name
newvarname :: [in] The valid name of this diagnostic
- Call to
- Called from