[ ] 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
Added a fake DYN gridcomp, FakeDynGridComp.F90, whose initialize method runs during the phase INIT_REALIZE, and initializes the pressure and temperature fields.
Updated the Scenarios test vertical_regridding_3 to use this FakeDyn gridcomp.
Types of change(s)
Checklist
make tests
)Description
FakeDynGridComp.F90
, whoseinitialize
method runs during the phaseINIT_REALIZE
, and initializes the pressure and temperature fields.vertical_regridding_3
to use this FakeDyn gridcomp.OuterMetaComponent::get_vertical_grid
Related Issue