namespace mom_obsolete_diagnostics

Overview

Provides a mechanism for recording diagnostic variables that are no longer valid, along with their replacement name if appropriate. More…

namespace mom_obsolete_diagnostics {

// global functions

subroutine, public register_obsolete_diagnostics(param_file param_file, diag diag);

} // namespace mom_obsolete_diagnostics

Detailed Documentation

Provides a mechanism for recording diagnostic variables that are no longer valid, along with their replacement name if appropriate.

Global Functions

subroutine, public register_obsolete_diagnostics(
    param_file param_file,
    diag diag
    )

Scan through the diag_table searching for obsolete parameters and issue informational messages and optionallly a FATAL error.

Parameters:

param_file

The parameter file handle.

diag

A structure used to control diagnostics.