-
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
Add 2 compsets that use cam_dev physics #51
Add 2 compsets that use cam_dev physics #51
Conversation
This PR depends on the CAM changes in #50 and in EWOrg/CAM #18. |
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.
Looks good to me, nice
@dazlich, actually a quick question: do you (or anyone) know why we are using The F2000climo in CAM uses SGLC and the F2000devEW entry I added also uses SGLC. |
I don’t know, probably a bad copy and paste on my part.
Please, go ahead and make the entries consistent.
…Sent from my iPhone
On May 30, 2024, at 9:53 AM, G. Dylan Dickerson ***@***.***> wrote:
** Caution: EXTERNAL Sender **
@dazlich<https://github.com/dazlich>, actually a quick question: do you (or anyone) know why we are using CISM2%NO_EVOLVE in F2000climoEW? And would there be any issues changing to SGLC?
The F2000climo in CAM uses SGLC and the F2000devEW entry I added also uses SGLC.
—
Reply to this email directly, view it on GitHub<#51 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADS3XWARPR3A7NUUK6JOMO3ZE5DPXAVCNFSM6AAAAABIQIFW3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBQGAZTIMBUGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thank ye much! Addressed in 30ab939 |
F2000devEW copies F2000dev from CAM, but uses the mpas-seaice prescribed mode instead of CICE. CHAOS2000dev uses the cam_dev physics instead of CAM6. These compsets should allow CPU+GPU runs of MPAS-A dycore, PUMAS, and RRTMPG.
To match F2000climo from CAM and the new F2000devEW compset, F2000climoEW should use SGLC instead of CISM2%NO_EVOLVE.
30ab939
to
314270f
Compare
Force push was to incorporate changes from PR #50 in this branch. |
314270f
to
cf1238e
Compare
8f78adc Bump to 0.8.4 1ee334a Merge pull request EarthWorksOrg#58 from ESMCI/fix/hashid e705f72 fix hash id and tag parsing 36b4b92 Bump to 0.8.3 654d233 Merge pull request EarthWorksOrg#57 from ESMCI/fix_test_output 0a4ea71 update the way tags are identified 6ee78d6 correct count of test fails 75a0337 Bump to 0.8.2 7136066 Merge pull request EarthWorksOrg#54 from ESMCI/fix/tag-not-found a90de4f update to fetch tag first a6e43fc Bump to 0.8.1 229ba03 Merge pull request EarthWorksOrg#53 from ESMCI/fix/ssh_access e9cd2be better fix for issue with ssh access c624b61 Bump to 0.8.0 6ccf617 Merge pull request EarthWorksOrg#51 from ESMCI/fix/recursive 53fce57 no need to make submodule objects persist dae1c82 now working with issue EarthWorksOrg#50 ded91fd all tests passing, issue EarthWorksOrg#50 fixed 62a338b all pytests now passing 143abac tests a-d all pass 2b021fd add documentation to submodule.py 72211d2 add the new submodule class 82dd7a4 test_b_update now working a7d8b4e all pytests passing 5322019 Bump to 0.7.9 1f07cb6 Merge pull request EarthWorksOrg#49 from ESMCI/fix/fxDONOTUSEurl 31ce71b use poetry update to update poetry.lock file 46043f0 add code of conduct (issue EarthWorksOrg#35) 0c3d683 dependabot changes and issue EarthWorksOrg#48 git-subtree-dir: .lib/git-fleximod git-subtree-split: 8f78adcb0386cf496de377b9a92705e44f3f9a37
8f78adc Bump to 0.8.4 1ee334a Merge pull request EarthWorksOrg#58 from ESMCI/fix/hashid e705f72 fix hash id and tag parsing 36b4b92 Bump to 0.8.3 654d233 Merge pull request EarthWorksOrg#57 from ESMCI/fix_test_output 0a4ea71 update the way tags are identified 6ee78d6 correct count of test fails 75a0337 Bump to 0.8.2 7136066 Merge pull request EarthWorksOrg#54 from ESMCI/fix/tag-not-found a90de4f update to fetch tag first a6e43fc Bump to 0.8.1 229ba03 Merge pull request EarthWorksOrg#53 from ESMCI/fix/ssh_access e9cd2be better fix for issue with ssh access c624b61 Bump to 0.8.0 6ccf617 Merge pull request EarthWorksOrg#51 from ESMCI/fix/recursive 53fce57 no need to make submodule objects persist dae1c82 now working with issue EarthWorksOrg#50 ded91fd all tests passing, issue EarthWorksOrg#50 fixed 62a338b all pytests now passing 143abac tests a-d all pass 2b021fd add documentation to submodule.py 72211d2 add the new submodule class 82dd7a4 test_b_update now working a7d8b4e all pytests passing 5322019 Bump to 0.7.9 1f07cb6 Merge pull request EarthWorksOrg#49 from ESMCI/fix/fxDONOTUSEurl 31ce71b use poetry update to update poetry.lock file 46043f0 add code of conduct (issue EarthWorksOrg#35) 0c3d683 dependabot changes and issue EarthWorksOrg#48 git-subtree-dir: .lib/git-fleximod git-subtree-split: 8f78adcb0386cf496de377b9a92705e44f3f9a37
F2000devEW copies F2000dev from CAM, but uses the mpas-seaice prescribed mode instead of CICE. CHAOS2000dev uses the cam_dev physics instead of CAM6. These compsets should allow GPU runs of MPAS-A dycore, PUMAS, and RRTMPG.