MOM6
|
Returns a string with the coordinate units associated with the coordinate mode.
Definition at line 38 of file regrid_consts.F90.
Public functions | |
character(len=16) function | coordinateunitsi (coordMode) |
Returns a string with the coordinate units associated with the enumerated integer,. More... | |
character(len=16) function | coordinateunitss (string) |
Returns a string with the coordinate units associated with the string defining the coordinate mode. More... | |
character(len=16) function regrid_consts::coordinateunits::coordinateunitsi | ( | integer, intent(in) | coordMode | ) |
Returns a string with the coordinate units associated with the enumerated integer,.
[in] | coordmode | Coordinate mode |
Definition at line 75 of file regrid_consts.F90.
character(len=16) function regrid_consts::coordinateunits::coordinateunitss | ( | character(len=*), intent(in) | string | ) |
Returns a string with the coordinate units associated with the string defining the coordinate mode.
[in] | string | Coordinate mode |
Definition at line 94 of file regrid_consts.F90.