-
Notifications
You must be signed in to change notification settings - Fork 2
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
New coupled baseline #349
Comments
I agree. The new initial conditions are here: /glade/p/cgd/tss/people/oleson/CLM5_restarts/ctsm51_cesm23a14a_ne30pg3ne30pg3mg17_CPLHIST_1850pAD.clm2.r.0561-01-01-00000.nc |
Based on offline discussions with @PeterHjortLauritzen, @adamrher, and @cacraigucar:
|
Is this to be run on derecho? If so let me know when set up and I can do some load balancing. |
Yes, this run will be on derecho. It would be wonderful if you can provide a pe layout. |
We are getting ready to start a new coupled run with The preliminary case directory is:
The setting is as follow: ATM@PeterHjortLauritzen, @adamrher and @JulioTBacmeister we will be matching: #353 LND@olyson, @wwieder and @slevis-lmwg I used
and
OCN@gustavo-marques and @klindsay28: I added a
Do I need anything else? ICEShould I use a special pe_layoutDo you want me to run one month so you can provide a pe_layout? |
LND: Please remove the SnowHydrologyMod.F90 SourceMod, it's not longer needed. |
Not sure about sea ice. If this is the new MOM grid, we don't have a sea ice restart. Maybe Gustavo's G case? |
We do have a restart from a G case with the new ocean grid. Please add the following to ice_ic = '/glade/p/cesmdata/cseg/inputdata/cesm2_init/gmom.e23.GJRAv4.TL319_t061_zstar_N65.tx2_3v2.001/0061-01-01/gmom.e23.GJRAv4.TL319_t061_zstar_N65.tx2_3v2.001.cice.r.0061-01-01-00000.nc' The MOM6 diag_table is outdated. We will give you a new one tomorrow. |
@olyson I think that the use_init_interp=.true. is still needed:
|
Also from cam:
|
Adding ./xmlchange --append CAM_CONFIG_OPTS=-cosp solved the problem with cam FLDLST. |
I ran this setup in :
|
The variables below require to as COSP to the CAM_CONFIG_OPT
But the other variables are unrelated to COSP. These are the variables for the TEM diags.
|
Thanks @jedwards4b . I guess the use_init_interp is needed because of the mesh mask difference. The Fcase that provided the coupler history files to force the land spinup, and the land spinup itself used: /glade/p/cesmdata/cseg/inputdata/share/meshes/gx1v7_151008_ESMFmesh.nc while the fully coupled simulation here uses: /glade/p/cesmdata/inputdata/share/meshes/tx2_3v2_230415_ESMFmesh.nc When the first is used, it produces 15920 land gridcells. When the second is used, it produces 15962 gridcells. |
@gustavo-marques and @klindsay28 I see that out of the box I get:
In previous runs, we set:
Which one do I need? |
Please use |
@olyson are these mesh files the "maskfile" variable? I guess I didn't realize until now that we probably need to change our grid aliases used in the F compsets to use the MOM6 mask for the coastlines. |
I looked at the mesh_mask variable in nuopc.runconfig, e.g., mesh_mask = /glade/p/cesmdata/cseg/inputdata/share/meshes/gx1v7_151008_ESMFmesh.nc It looks like that is what it is using to create landfrac and landmask, e.g., from the land log: Computing land fraction and land mask by mapping mask from mesh_mask file lnd_set_decomp_and_domain: writing landmask and landfrac data to landfrac.nc Successfully wrote land fraction/mask status file ./init_generated_files/ctsm_landfrac.status That didn't occur to me either. |
Why is the land/ocean mask gx1v7? Should it not be the 2/3 degree tripole grid? |
This just refers to the CLM spinup, not the coupled run. As I said, we didn't add a grid alias for the F-cases that uses the 2/3deg mask. We should probably open an issue. Do we even have the actual new 2/3deg grid in the latest ccs_config? |
Yes, the new 2/3 deg grid was added to ccs_config via ESMCI/ccs_config_cesm#105 |
OK thx. Opened an issue: ESMCI/ccs_config_cesm#112 |
@cecilehannay, here is the updated diag_table for MOM: /glade/scratch/gmarques/for_cecile/diag_table |
I have still having some issues to start the coupled run: /glade/p/cesmdata/cseg/runs/cesm2_0/b.e23_alpha16b.BLT1850.ne30_t232.033 In the mean time, I included the change you suggested above. |
@cecilehannay, please try the following:
to
This is an FMS namelist, so it is not something you would set from |
Thanks. I added:
and submitted Right now, the queues on derecho seem to be hanging. But hopefully, the job will start later today. |
It set as recommended in the message error @klindsay28 identified:
But the model is now requesting to set it to 27.
I could keep increasing but I am not sure what this variable does and whether it is an ok strategy. |
It is an issue with:
as when I remove this mods, it is running fine. (I just tried that). Should I keep increasing:
|
I see that @gustavo-marques has it set to 50 in some of his recent cases, so I suggest going with that.
|
Thanks for the explanation. I will set it to 50 (instead of increasing by 1 at a time). |
It went further but is now complaining about
I could increase that too. Any recommendations of a good value? |
Could you look at one of Gustavo’s recent cases? I’m away from my computer
at the moment.
…On Sat, Jul 29, 2023 at 8:40 AM Cecile Hannay ***@***.***> wrote:
It went further but is now complaining about
max_output_fields = 300
I could increase that too. Any recommendations of a good value?
—
Reply to this email directly, view it on GitHub
<#349 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADWZPO55DPRKYTAHEZKGKL3XSUOFLANCNFSM6AAAAAA2WHAIDA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@cecilehannay, please copy the following into
|
And now it is the
The error message doesn't give suggestion. I set
We'll see. |
The model crashed with
I set to:
It seems to be running now. |
Thanks for the update. Sorry for the hassle. |
See #356 |
Description of the run
B1850 coupled simulation.
Atmosphere: same as #345 except
Why?
Suffix in the casename
Suffix
Namelist modifications
Namelist
Source modifications
SourceMods
Sandbox
Requested sandbox or tag
Contact info
@cecilehannay @adamrher @JulioTBacmeister @PeterHjortLauritzen
Any other relevant information
Enter relevant info
The text was updated successfully, but these errors were encountered: