[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Trivial change (affects only documentation or cleanup)
[ ] Refactor (no functional changes, no api changes)
Checklist
[ ] Tested this change with a run of GEOSgcm
[x] Ran the Unit Tests (make tests)
Description
ModelVerticalGrid::get_coordinate_field returns the appropriate vertical coordinate field (and a coupler if a different unit or typekind is specified) based on its short name. For now, the short name can be one of PLE/PL.
Types of change(s)
Checklist
make tests
)Description
ModelVerticalGrid::get_coordinate_field
returns the appropriate vertical coordinate field (and a coupler if a different unit or typekind is specified) based on its short name. For now, the short name can be one ofPLE
/PL
.Related Issue