-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature/pcolarco/gocart2 g data instance #211
Conversation
Label error. Requires at least 1 of: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Found: |
@pcolarco Did you actually make this branch against |
The base of the PR was against |
@pcolarco A note. I might be pushing a change to this PR. Testing with ESMF logging found that this sort of code: ! Load resource file
! -------------------
cfg = ESMF_ConfigCreate (__RC__)
call ESMF_ConfigLoadFile (cfg, 'DU2G_instance_'//trim(COMP_NAME)//'.rc', rc=status)
if (status /= 0) then
if (mapl_am_i_root()) print*,'DU2G_instance_'//trim(COMP_NAME)//'.rc does not exist! Loading DU2G_GridComp_DU.rc instead'
call ESMF_ConfigLoadFile (cfg, 'DU2G_instance_DU.rc', __RC__)
end if while it works, ESMF throws errors if logging is on:
The fix is simple, of course, use |
Note: GOCART Data is currently broken in GEOSgcm |
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, Virginie and Matt has checked this as well.
GOCART2G data instances work now