-
Notifications
You must be signed in to change notification settings - Fork 40
Add test case for creating regions masks and mapping files on their own #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Needs to be rebased onto #62 |
65daba3
to
7bac132
Compare
4615d8c
to
93adc1d
Compare
This one will require #85, so closing it for now. |
Hello @xylar! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-04-30 08:30:03 UTC |
This is helpful for creating masks and mapping files for meshes that already exist.
93adc1d
to
1c985c2
Compare
TestingI ran this new test case on Chrysalis. The steps were:
python -m compass setup -n 82 -p ../compass/MPAS-Model/ocean/chrys_intel/ -w /lcrc/group/e3sm/ac.xylar/compass_1.0/chrysalis/test_20210430/diag_files
cd /lcrc/group/e3sm/ac.xylar/compass_1.0/chrysalis/test_20210430/diag_files/ocean/global_ocean/make_diagnostics_files/
ln -s /lcrc/group/e3sm/public_html/inputdata/ocn/mpas-o/WCAtl12to45E2r4/ocean.WCAtl12to45E2r4.210318.nc
[make_diagnostics_files]
mesh_name = WCAtl12to45E2r4
mesh_filename = ocean.WCAtl12to45E2r4.210318.nc
cores = 36
with_ice_shelf_cavities = False
source load_compass_env.sh
python -m compass run The test ran successfully and produced the expected diagnostics files in the
I also ran the |
This is helpful for creating masks and mapping files for meshes that already exist.