MOM6
|
Returns true if the coordinate is dependent on the state density, returns false otherwise.
Definition at line 44 of file regrid_consts.F90.
Public functions | |
logical function | state_dependent_char (string) |
Returns true if the coordinate is dependent on the state density, returns false otherwise. More... | |
logical function | state_dependent_int (mode) |
Returns true if the coordinate is dependent on the state density, returns false otherwise. More... | |
logical function regrid_consts::state_dependent::state_dependent_char | ( | character(len=*), intent(in) | string | ) |
Returns true if the coordinate is dependent on the state density, returns false otherwise.
[in] | string | String to indicate coordinate mode |
Definition at line 103 of file regrid_consts.F90.
logical function regrid_consts::state_dependent::state_dependent_int | ( | integer, intent(in) | mode | ) |
Returns true if the coordinate is dependent on the state density, returns false otherwise.
[in] | mode | Coordinate mode |
Definition at line 111 of file regrid_consts.F90.