-
Notifications
You must be signed in to change notification settings - Fork 149
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
Introduce slab ocean aquaplanet compsets for cam7 #1204
Comments
In addition to matching the slab-ocean configuration we had in CESM2, there's a request to support an aquaplanet with thermodynamic sea-ice turned on from Nicole Feldl (@nfeldl). They have a configuration set up that was used in: https://iopscience.iop.org/article/10.1088/2752-5295/ad9b45. I'm not sure whether that should be a separate compset or just an option in QSLT/QSMT. Nicole and Mark England have offered to provide their solution if it is useful. Let me know and I can get in touch with them. |
Thank you for considering this request. I am including below the steps we took to implement the thermodynamic sea ice in the CESM2-CAM6 aquaplanet. In our testing, we found the stability of the sea ice to be sensitive to the q-flux (we generated our own file) and the R_snw parameter. I look forward to your suggestions for the best way to make this configuration available to other users. -- Here is a description on how to run the CESM2 aquaplanet simulation with thermodynamic sea ice, and a reasonable seasonal cycle:
Secondly, in ~/cesm2/components/cice/src/source/ice_domain_size.F90 I changed the following lines to equals 1 so that the thermodynamic sea ice k_therm=0 could be run
I then setup a case with the following compset 1850_CAM60_SLND_CICE_DOCN%SOM_SROF_SGLC_SWAV
A symmetrised file for the ozone and aerosols files were created and imposed in user_nl_cam (more details can be given if needed here but it might be just easier to include the files and user_nl_cam because it is pretty extensive changes).
The following changes were made which determine the depth of the mixed layer and the climatological Q-flux input
The following lines were added to the user_nl_cpl which gives reasonable orbital parameter values
In L314 of env_build.xml the following change from prognostic to thermo_only were made (not sure if totally necessary) |
What is the feature/what would you like to discuss?
PR #1203 adds compsets QPLT and QPMT for aquaplanet with prescribed SSTs for cam7 LT and MT configurations. That resolved part of issue #814. This issue is to introduce slab ocean aquaplanet compsets for cam7 LT and MT (QSLT and QSMT?).
Is there anyone in particular you want to be part of this conversation?
@brianpm
Will this change (regression test) answers?
No
Will you be implementing this enhancement yourself?
Any CAM SE can do this
The text was updated successfully, but these errors were encountered: