-
Notifications
You must be signed in to change notification settings - Fork 3
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
mpassi options files #8
mpassi options files #8
Conversation
…tential ambiguity later
@njeffery |
@eclare108213 |
It can be obtained from here: https://github.com/CICE-Consortium/Icepack/wiki/Icepack-Input-Data#description-of-tar-file |
Sorry, this has the Zenodo link: https://github.com/CICE-Consortium/Icepack/wiki/Icepack-Input-Data |
@eclare108213 : It'll take some effort to set up ISPOL/NICE forcing in mpas-si but I think worth it. If you don't mind waiting a few weeks, I'll work on this when I have time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified that the Icepack_in options are consistent with mpassi_in for agreed upon single-cell test.
Note that the current mpassi single-cell test still needs namelist updates to conform.
Added an MPAS-Seaice testcase to match these config options here: MPAS-Dev/MPAS-Seaice_standalone_framework#14 |
d86c54e
into
E3SM-Project:cice-consortium/E3SM-icepack-initial-integration
Hmmm, wondering if this PR or branch (or whatever) wasn't named correctly according to E3SM's convention, or if it matters. The component name is supposed to be included in the (which?) string? What else? Is this something we can fix when we finally PR the new Icepack code into E3SM? |
I think the naming conventions only matter for PRs going directly into |
Namelist and environment options for Icepack runs configured similarly to MPAS-SI single-column.
@eclare108213 @njeffery @dabail10
ENTER INFORMATION HERE
Specifies namelist settings and the number of ice and snow layers, as agreed on for comparison runs between Icepack and MPAS-SI. In particular (some of these values are already set as defaults in icepack_in):
Variations on these tests can be created by turning on or adding other options files.
Example command for a test with snicar-ad off:
./icepack.setup -m conda --env macos --case nmlst0 -s mpassi
Example command for a test with snicar-ad on:
./icepack.setup -m conda --env macos --case nmlst1 -s mpassi,snicar
This PR is a draft until we decide on the final, default configuration, which might also require changes to forcing, etc.