-
Notifications
You must be signed in to change notification settings - Fork 169
cam6_4_043: Make RRTMGP default radiation in CAM7 #1178
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
Changes from 10 commits
1b44f4c
be9783a
282450c
6aed8aa
4de55b1
ac96d9c
701fdd1
52a948e
f783af2
43b5cc0
419e128
463cd30
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ | |
|
|
||
| <!-- Low top upper boundary conditions --> | ||
| <ubc_specifier>'Q:H2O->UBC_FILE'</ubc_specifier> | ||
| <ubc_file_path>atm/cam/chem/ubc/b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensAvg123.cam.h0zm.H2O.185001-201412_c230509cdf5.nc</ubc_file_path> | ||
| <ubc_file_path>atm/cam/chem/ubc/b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensAvg123.cam.h0zm.H2O.1849-2014_c240604.nc</ubc_file_path> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file needs to be added to the svn inputdata repo. Please confirm that it has the mandatory metadata as described at: https://www2.cesm.ucar.edu/working_groups/Atmosphere/amwg_datasets.html
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated |
||
| <ubc_file_input_type>CYCLICAL</ubc_file_input_type> | ||
| <ubc_file_cycle_yr>1850</ubc_file_cycle_yr> | ||
|
|
||
|
|
||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| ./xmlchange ROF_NCPL=\$ATM_NCPL | ||
| ./xmlchange GLC_NCPL=\$ATM_NCPL | ||
| ./xmlchange RUN_STARTDATE="1999-12-31" | ||
| ./xmlchange START_TOD="82800" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| mfilt=1,1,1,1,1,1 | ||
| ndens=1,1,1,1,1,1 | ||
| nhtfrq=9,9,9,9,9,9 | ||
| write_nstep0=.true. | ||
| inithist='ENDOFRUN' |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,6 @@ | |
| ./xmlchange ROOTPE='0' | ||
| ./xmlchange ROF_NCPL=`./xmlquery --value ATM_NCPL` | ||
| ./xmlchange GLC_NCPL=`./xmlquery --value ATM_NCPL` | ||
| ./xmlchange CAM_CONFIG_OPTS=' -microphys mg3' --append | ||
| ./xmlchange CAM_CONFIG_OPTS=' -microphys mg3 -rad rrtmg' --append | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @brian-eaton Is there a reason not to use
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The nvhpc test that uses these mods fails when radiation is set to rrtmgp, or rrtmgp_gpu. I tried both. The error looks like this: Since the purpose of this PR is just to change the default to rrtmgp for the LT and MT configurations I didn't take the time to chase down the problem with this test, but instead left it using rrtmg as it was already doing. I can update the test in a future PR, or in this one if you know what the problem is.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks Brian for your update. I see where the problem is. This folder is used by the GPU regression test and the EarthWorks team has identified that there is a problem to run CAM with the default RRTMGP kernels on the GPU. In order to run it correctly, we either need to update the CAM->RRTMGP interface (like this EarthWorksOrg#25) or update the RRTMGP kernel (like this EarthWorksOrg/rte-rrtmgp@ac0f76e). Otherwise, the
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi Jian. I got a similar error message with the I'm running regression tests now for this PR and plan to leave this test as it has been using
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks Brian. The file you pointed to also has ACC directives and it means even using the |
||
| ./xmlchange TIMER_DETAIL='6' | ||
| ./xmlchange TIMER_LEVEL='999' | ||
Uh oh!
There was an error while loading. Please reload this page.