-
Notifications
You must be signed in to change notification settings - Fork 312
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 "polarcap" grid for cesm3 release #2716
add "polarcap" grid for cesm3 release #2716
Conversation
Thanks @adamrher. We're in the process of testing and generating new surface datasets again for an upcoming CTSM5.3 tag that will be the final science tag for CESM3 development. Do you need these polar grids for work now, or can we wait to bring them in with the 5.3 series? Also, I wonder if the tools used to generate this grid should be incorporated into the mksurfdata_esmf workflow? |
By the grids document we should support: 1979,1850,2000,1979-2026 surface datasets. But, we should separate the mksurfdata_esmf part of this from this part for CTSM support. |
Things to do here:
|
@adamrher I'm thinking we should just support this for clm6_0 with cam7.0. With support for cam6.0 being next in priority. This would mainly be for IC file support, and users can still use other options, they'll just need to figure out what IC file to use. |
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 made a list of things to do with this PR to come in. I'm marking it as approved as this looks done to me in terms of what @adamrher needs to give us.
@ekluzek in hindsight, I don't think we need 1850 support for the VR grids. And I noticed in namelist_defaults_ctsm.xml, that the fsurdat entries for 1850 are set to the 1979 fsurdat file for the
Which I replicated with the |
@adamrher we have new surface dataset files for this grid as part of ctsm5.3.0 here: /glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/surfdata_esmf/ctsm5.3.0/surfdata_ne0np4.POLARCAP.ne30x4_hist_1979_78pfts_c240908.nc We haven't tested them though, and won't until I get back to this PR after ctsm5.3.0 is done. I have some important cesm3_0_beta03 work that will need to be before this for next week. But, if you'd like to try it yourself before I get to it, we could talk about how you could do that after ctsm5.3.0 is finished. Let me know next week if you'd like to do that... |
slevis resolved conflicts: bld/namelist_files/namelist_defaults_ctsm.xml
@adamrher would you be ok giving me permission to push to this PR? You would have to:
If not, I would open a new PR to finish this work. Let me know your preference. Thanks, Adam. |
@ekluzek are we still removing clm50 support here? I see a comment that I introduced very recently in our testlist: |
Testing on derecho: |
derecho testing complete: izumi: |
Description of changes
CTSM PR for installing the POLARCAP grid in CESM.
Specific notes
All I did is replicate all the entries for
ARCTICGRIS
in namelist_defaults_ctsm.xml, which has year 1850, 2000, 1979-2026 support. It also has support for 6 combinations of atm/lnd physics (clm50, clm51, clm60) x (CAM6; CAM7). @ekluzek @samsrabin as thePOLARCAP
grid is new to CESM, I don't know that we need to support these older versions of atm/lnd physics, but I'm not necessarily opposed to them either. I'm flexible and will just defer to yall.Surface datasets were generated with tag
ctsm5.2.005
.Contributors other than yourself, if any: None
CTSM Issues Fixed (include github issue #):
Fixes #2386
Are answers expected to change (and if so in what way)? Not unless you're running this new grid.
Any User Interface Changes (namelist or namelist defaults changes)? Entires added to namelist defaults.
Does this create a need to change or add documentation? Did you do so? No and no.
Testing performed, if any:
Successfully completed a 1 day test using create_newcase set to grid
ne0POLARCAPne30x4_ne0POLARCAPne30x4_mt12
and compsetI2000Clm50Sp
. No other tests performed.