[On-hold] Rossby Test Case Initialization + Example Config #112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR contains some initial steps in porting a Fortran shallow water test to pace. This PR will test DycoreState initialization for the Rossby-Haurwitz wave 4 test case found in tools/test_cases.F90 (shallow-water test 6) of the GFDL_atmos_cubed_sphere repo. It also contains an example configuration yaml with a new boolean parameter
sw_dynamicsin the Dycore configuration.This PR is dependent on PyFV3 #50 and NOAA-GFDL/NDSL#136
Fixes # (issue)
None.
How Has This Been Tested?
There's a new unit test that uses net-cdf files generated from the SHiELD as ground truth for the initialized DycoreState. It can be run in the following way:
pytest -vsx tests/main/fv3core/test_dycore_rossby_init.pyChecklist: