-
Notifications
You must be signed in to change notification settings - Fork 212
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
Mapping scripts re-worked for "new" geyser and caldera? #2469
Comments
Does this need to be fixed for cesm2? If so, can you please add it to the cesm2 milestone? |
There was some talk of De coupling this from cime, is this still a possibility? |
@mnlevy1981 it seems to me this should be done for CESM2.0, so I added it to that milestone. @jedwards4b I bet it's too late to de couple these now. These tools are required for making datasets needed to run CESM and so are required. |
Is the plan for this to be fixed for cesm2.0? |
It should be in cesm2.0, and I'll work on it this afternoon / Monday |
Okay, I have a branch where we can run all the mapping tools in serial on all the CISL machines (cheyenne, geyser, caldera, pronghorn). I have also submitted a ticket to CISL for guidance on how to run these tools in parallel, because I get different errors from different versions of I'll submit a PR on Monday, whether the parallel tools work or not (working serial / broken parallel seems better than everything being broken, and my current branch defaults to using the serial tools even if you're on geyser) (edit: Monday, not tomorrow) |
I'm not confident in CISL's ability to get the parallel ESMF tools running so I guess we'll only provide serial tools for the release. |
Mlevy/mapping on geyser Updated the wrappers for the ESMF mapping tools to work on NCAR machines. Note that currently only the serial modules are working - I have an issue ticket in with CISL to get the ESMF tools running in parallel, at which point I'll submit another pull request. I also removed all reference to yellowstone and jaguar from the mapping tools. Test suite: None Test baseline: N/A Test namelist changes: N/A Test status: I verified that I could use my scripts to generate mapping files on cheyenne (both login node and compute node), geyser, caldera, and pronghorn. Fixes #2469 User interface changes?: None Update gh-pages html (Y/N)?: N Code review: jedwards
A grad student from Michigan contacted me because she was having trouble running [very old versions of]
gen_cesm_maps.sh
andcreate_esmf_map.sh
on geyser. The current version of the script won't fair any better:Also,
gen_cesm_maps.sh
should abort ifcreate_esmf_map.sh
returns an error rather than continuing on to the next file.The text was updated successfully, but these errors were encountered: