-
Notifications
You must be signed in to change notification settings - Fork 11
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
Clean up mk_GEOSldasRestarts and process_rst.csh #551
Conversation
…Rs being merged in GMAO_Shared and GEOSgcm_GridComp
@weiyuan-jiang, @biljanaorescanin, |
I tested this branch before but I will test it again after things are settled. Yes, I will add a command line to generate the yaml file. |
This PR ( may need to change component.yaml ) is zero diff except global assim run. This assim run used LDASsa's restart, which is not supported any more. We should change the restart. |
This reverts commit b3aeb0e.
…p for merging branch into GEOSldas "develop"
The two most recent commits revert the |
self.in_rstfile = '/discover/nobackup/projects/gmao/ssd/land/l_data/LandRestarts_for_Regridding' \ | ||
'/CatchCN/M09/20151231/catchcn_internal_rst' | ||
self.in_tilefile = '/discover/nobackup/ltakacs/bcs/Heracles-NL/SMAP_EASEv2_M09/SMAP_EASEv2_M09_3856x1624.til' | ||
elif (self.catch == 'catchcnclm45'): |
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.
@weiyuan-jiang, @gmao-jkolassa:
If I'm guessing right, the current ldas_setup does not have information about a dummy restart file for CatchCNCLM45. It looks like the dummy restart files for the other model versions are all in the M09 tile space. @gmao-jkolassa, do you have an M09 restart for CatchCNCLM45 that could be used as a dummy restart here? If not, we could use the M36 restart from the LDAS_GLOBALCNCLM45 nightly test.
@weiyuan-jiang, please work with @gmao-jkolassa to implement a dummy CatchCNCLM45 restart in ldas_setup.
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.
I do not have an M09 restart file readily available, but I can generate one if that is preferred. Please let me know.
@weiyuan-jiang I will send you the path to an M36 restart that can be used if an M09 restart is not needed.
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.
@gmao-jkolassa: I'll leave it up to you to decide if we need an M09 dummy restart or if the M36 restart from the nightly test case is sufficient. Note that this is just a dummy and meant to give users a start by providing a properly formatted restart. Users will need to do some spin-up (unless the dummy restart itself is spun up properly, in the same tile space, and for the desired restart date, which is not likely to ever happen).
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.
Since this is only meant to serve as a dummy restart with the understanding that some additional spin-up is necessary, I think it is fine to use the M36 restart file from the nightly test. I will work with @weiyuan-jiang to make sure it is copied to an accessible space.
…d conflict in src/Applications/LDAS_App/CMakeLists.txt
PRs #569 and #574 have been merged, and the present branch has been updated to "develop," incl. resolution of the conflict in CMakeLists.txt. Successfully completed LDAS Nightly 0-diff tests (Intel only) after e6994a3 (i.e., before updating of CatchCN dummy restart files). |
@gmao-rreichle all intel tests passed |
@gmao-rreichle Since this is on develop and current develop fails after change we did for new GNU compiler, these tests fail for same tests. All intel tests passed. gnuconus pass pass 12 min pass/FAIL -- / -- |
Revise processing of GEOSldas restarts:
remap_restarts.py
.ldas_setup
to python3.process_rst.csh
with cleaned-up python scriptprocess_rst.py
.This branch should have zero-diff except: