-
Notifications
You must be signed in to change notification settings - Fork 368
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 DROF to moab driver #6410
Add DROF to moab driver #6410
Conversation
|
@jonbob should we switch to the new domain file as the default? Do you know the history of why it doesn't have a pole at 90N? |
@@ -846,7 +846,7 @@ subroutine init_moab_land(bounds, LNDID) | |||
use spmdmod , only: masterproc | |||
use iMOAB , only: iMOAB_CreateVertices, iMOAB_WriteMesh, iMOAB_RegisterApplication, & | |||
iMOAB_DefineTagStorage, iMOAB_SetIntTagStorage, iMOAB_SetDoubleTagStorage, & | |||
iMOAB_ResolveSharedEntities, iMOAB_CreateElements, iMOAB_MergeVertices, iMOAB_UpdateMeshInfo |
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.
Also mention these changes in the PR description.
@rljacob -- let me look |
Jon has mapping weights files ready. |
41740c2
to
bfc3e0a
Compare
use a data stream file, instead of rof_mesh file
it depends on a moab branch: iulian07/domain_extension
not clear yet why projection has wrong results for rofi
the moab one has extra -1s after projection which is wrong the issue is how we project the map from file we do or we do not consider fractions, masks?
it actually failed on chrysalis, on 4 nodes not clear why, maybe distribution issues, or parameter existence not checked This code looked at projection of Forr_rofi on ocean
bfc3e0a
to
102b54d
Compare
Will merge after #6459 |
Please update the PR description with the text you want in the merge commit. |
Extend moab driver for a case with ROF data Case tested: --compset GMPAS-IAF --res T62_oQU240wLI iMOAB_MergeVertices is not used anymore in moab land driver, small correction incorporated into this PR
Extend moab driver for a case with ROF data
Case tested: --compset GMPAS-IAF --res T62_oQU240wLI
iMOAB_MergeVertices is not used anymore in moab land driver, small correction incorporated into this PR
Update on Jun 12, 2024: I rebased the branch iulian787/moab_data_rof off Jon Wolfe's branch, that introduces corrected files:
[jonbob/cpl/fix-t62-files] (https://github.com/E3SM-Project/E3SM/tree/jonbob/cpl/fix-t62-files)
#6459
This now works with moab master, tested on gce machine at Argonne