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. |
|
Determines whether 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 ::
param_file[in] The parameter file handle.diag ::
diag[in] A structure used to control diagnostics.
- Call to:
- Called from:
- function mom_obsolete_diagnostics/diag_found(diag, varName, newVarName)
Determines whether an obsolete parameter appears in the diag_table.
- Parameters:
diag ::
diag[in] A structure used to control diagnostics.varname :: [in] The obsolete diagnostic name
newvarname :: [in] The valid name of this diagnostic
- Call to:
mom_diag_mediator::found_in_diagtablemom_error_handler::mom_error- Called from: