regrid_consts module reference¶
Contains constants for interpreting input parameters that control regridding.
Functions/Subroutines¶
Parse a string parameter specifying the coordinate mode and return the appropriate enumerated integer. |
|
Returns a string with the coordinate units associated with the enumerated integer,. |
|
Returns a string with the coordinate units associated with the string defining the coordinate mode. |
|
Returns true if the coordinate is dependent on the state density, returns false otherwise. |
|
Returns true if the coordinate is dependent on the state density, returns false otherwise. |
Detailed Description¶
Contains constants for interpreting input parameters that control regridding.
Function/Subroutine Documentation¶
-
function
regrid_consts/coordinatemode(string) [integer]¶ Parse a string parameter specifying the coordinate mode and return the appropriate enumerated integer.
- Return:
undefined :: Enumerated integer indicating coordinate mode
- Parameters:
string :: [in] String to indicate coordinate mode
- Call to:
mom_error_handler::mom_errorregridding_adaptiveregridding_adaptive_stringregridding_arbitraryregridding_arbitrary_stringregridding_hybgenregridding_hybgen_stringregridding_hycom1regridding_hycom1_stringregridding_layerregridding_layer_stringregridding_rhoregridding_rho_stringregridding_sigmaregridding_sigma_shelf_zstarregridding_sigma_shelf_zstar_stringregridding_sigma_stringregridding_zstarregridding_zstar_stringregridding_zstar_string_oldmom_string_functions::uppercase- Called from:
regrid_consts::coordinateunits::coordinateunitssmom_diag_remap::diag_remap_calc_hmaskmom_diag_remap::diag_remap_configure_axesmom_diag_remap::diag_remap_initmom_diag_remap::diag_remap_updateregrid_consts::state_dependent::state_dependent_char
-
function
regrid_consts/coordinateunitsi(coordMode) [character(len=16)]¶ Returns a string with the coordinate units associated with the enumerated integer,.
- Return:
undefined :: Units of coordinate
- Parameters:
coordmode :: [in] Coordinate mode
- Called from:
regrid_consts::coordinateunits::coordinateunitsiregrid_consts::coordinateunits::coordinateunitss
-
function
regrid_consts/coordinateunitss(string) [character(len=16)]¶ Returns a string with the coordinate units associated with the string defining the coordinate mode.
- Return:
undefined :: Units of coordinate
- Parameters:
string :: [in] Coordinate mode
- Called from:
-
function
regrid_consts/state_dependent_char(string) [logical]¶ Returns true if the coordinate is dependent on the state density, returns false otherwise.
- Parameters:
string :: [in] String to indicate coordinate mode
- Called from:
-
function
regrid_consts/state_dependent_int(mode) [logical]¶ Returns true if the coordinate is dependent on the state density, returns false otherwise.
- Parameters:
mode :: [in] Coordinate mode
- Called from:
regrid_consts::state_dependent::state_dependent_charregrid_consts::state_dependent::state_dependent_int