-
Notifications
You must be signed in to change notification settings - Fork 207
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 support for half-degree CAM runs in CESM #2467
Comments
I would love to know what is really expected here. This issue is appropriate for the grid alias and mapping files but without initial datasets and possibly land surface data sets, it is not going to do much. Also, the mapping files need to be added to the appropriate places in the inputdata repo. |
We only need F-cases to work. We do have initial datasets and land surface datasets available. The mapping files are in /glade/p/cesmdata/cseg/inputdata/cpl/gridmaps/fv0.47x0.63. This is a request for the CAMchem group. We want in particular this compset to work FCSD --res f05_g16. Thanks. |
@fvitt - can you please take this issue on and have it done before the code freeze? |
I will work with Simone on this when I find some time. I will need to figure out how to specify the correct mapping files out of the box for the 1/2 degree resolution. If someone (Bill?) can give me some pointers on how to do this that would be helpful. |
@fvitt the mapping files need to be specified in cime/config/cesm/config_grids.xml |
@fvitt - The key issue is that this needs to be done before May 11 - when
the code freeze is scheduled to occur. If we cannot have this in place
before then we can target this functionality for cesm2.1 - which will occur
in early fall.
…On Wed, May 2, 2018 at 11:16 AM, fvitt ***@***.***> wrote:
I will work with Simone on this when I find some time. I will need to
figure out how to specify the correct mapping files out of the box for the
1/2 degree resolution. If someone (Bill?) can give me some pointers on how
to do this that would be helpful.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2467 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHlxE0KuCx-v0rPxoLL4mrI1agtnHZPVks5tuenYgaJpZM4TSgJy>
.
|
In the case I tried I only had an issue with the clm surface file. |
Is it an acceptable solution then to define a new compset for this without CROP enabled? |
I don't believe so.
…On Fri, May 4, 2018 at 12:18 PM, jedwards4b ***@***.***> wrote:
Is it an acceptable solution then to define a new compset for this without
CROP enabled?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2467 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AI6KpsIwbZ5gG4QiAnMCqU059XWDb_R7ks5tvJuFgaJpZM4TSgJy>
.
|
That part of this requires a CTSM update. Which corresponds to this issue... |
For the f05_f05_mg17 grid the *_DOMAIN_FILE vars are set to "UNSET" which seems to be a problem. Where are these set? |
Have you created these domain files for the new mg17 mask? You would need
to run the code in cime/tools/mapping/gen_domain_files.
…On Thu, May 17, 2018 at 10:25 AM, fvitt ***@***.***> wrote:
For the f05_f05_mg17 grid the *_DOMAIN_FILE vars are set to "UNSET" which
seems to be a problem. Where are these set?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2467 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHlxE7m4wCDeIeyzLJFnAeO1ESZKyAOYks5tzaRwgaJpZM4TSgJy>
.
|
I am learning how to. What do I use for ? |
@fvitt Yes, exactly. |
exactly what?
what do I use for filemap?
…On Thu, May 17, 2018 at 12:44 PM, Erik Kluzek ***@***.***> wrote:
@fvitt <https://github.com/fvitt> Yes, exactly.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2467 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AI6KpruUgdMVWUvSF35ua8onerVTiA85ks5tzcUfgaJpZM4TSgJy>
.
|
@ekluzek - can you please help Francis with this - I am in meetings all afternoon. |
@fvitt we need to make the mapping file first. I've looked for it in the usual possible places, and can't find it. @mnlevy1981 you've made mapping files in the past. Could you make this one? Or if not I know there's been issues with mapping in cime, what version of cime should I use to create the mapping file? |
Catching up on the ticket, it seems like made f05_g16 maps but you still need f05_g17 maps as well as the domain files? Starting from that point, in a cheyenne checkout of the latest CIME master:
One the login node of cheyenne, this should load all the modules you need and run the ESMF tools. I tested the script by making f09_g37 maps, and CISL did not kill the process... if mapping between the finer grids uses too much CPU, you can run
Regarding Let me know if anything goes awry, or if you need more help with anything. |
@fvitt you should use the pole fix "-p 2" option to "gen_domain. the latest fv05 file was made by @mnlevy1981 and is here... /glade/p/cesmdata/cseg/mapping/grids/fv0.47x0.63_141008.nc I think that gives you everything you need to do this now. Try it and let us know what breaks... |
This was already put in place and is working now. |
@tilmes says that the atmospheric chemistry group would really like to have out-of-the-box support for half-degree CAM runs for CESM2. I'm not sure if they need support for fully-coupled or just F compsets. They have the mapping files they need, but these are currently being set in some way other than the standard
config_grids.xml
mechanism. I'm opening this issue on her behalf, to get these moved into config_grids.The text was updated successfully, but these errors were encountered: