add checking and setting restart flag in CICE6 config file in gcm_run#724
add checking and setting restart flag in CICE6 config file in gcm_run#724
Conversation
|
Oooh boy. This is sort of scary that we are calling I wonder if it might be more portable (if more annoying) to make our own Fortran program to do this detection? |
Thanks, @mathomp4. Yeah, relying on ncdump is not good. |
|
@zhaobin74 I am not sure. I'll ask around our group as we might have something. If not, the program would be pretty trivial I bet. Only question is: where to put it in GEOS. I'll get back to you, if nothing else, with something to test. |
|
@zhaobin74 Actually, |
@mathomp4, not at all. Feel free to push. Just wonder if ncdump is universally available in all systems GEOS runs on. In fact, I am building a small Fortran utility to replace ncdump. |
@zhaobin74 I mean, yes, it should be. We have two cases we might be in:
|
|
Okay. I pushed up a small change. Essentially added the Baselibs bin to the PATH. Of course, if a user already has |
Thanks, @mathomp4. As long as |
This PR added a step of restart checking and config updating if certain field exist in CICE6 restart file.
This is necessary due to change in GEOS-ESM/GEOSgcm_GridComp#1101