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)
Parse a string parameter specifying the coordinate mode and return the appropriate enumerated integer.
- Return:
undefined :: Enumerated integer indicating coordinate mode
- Parameters:
string ::
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)
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)
Returns a string with the coordinate units associated with the string defining the coordinate mode.
- Return:
undefined :: Units of coordinate
- Parameters:
string ::
string[in] Coordinate mode- Called from:
- function regrid_consts/state_dependent_char(string)
Returns true if the coordinate is dependent on the state density, returns false otherwise.
- Parameters:
string ::
string[in] String to indicate coordinate mode- Called from:
- function regrid_consts/state_dependent_int(mode)
Returns true if the coordinate is dependent on the state density, returns false otherwise.
- Parameters:
mode ::
mode[in] Coordinate mode- Called from:
regrid_consts::state_dependent::state_dependent_charregrid_consts::state_dependent::state_dependent_int