-
Notifications
You must be signed in to change notification settings - Fork 148
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
MAM5 and updates to dust emis #141
Comments
Not required for cesm2.2. However it is desired get the changes into cam_development soon after code freeze. |
Email from Longlei (ll859@cornell.edu): Below is the directory where the source code is recorded. /glade/work/longei/Cheyenne/TESTS/NCAR2dps/CAM6_2dps As said before, I made the old dust emission scheme optional. I defined a new namelist variable named as brift_dps, where brift stands for BRIttle Fragmentation Theory, and dps stands for Dust Production Scheme. By default, the model will automatically use the new dust emission scheme. If one wants to go back the old dust scheme, he/she should set the following in BOTH user_nl_cam and user_nl_clm. brift_dps = .true. |
Update to match http://www.cesm.ucar.edu/models/cesm2/copyright.html, which is the copyright notice approved by UCAR legal. In particular, note the removal of the term "public domain software", because that is incorrect legal terminology. User interface changes?: No Testing: none unit tests: system tests: manual testing:
Add a mode for stratospheric sulfate to the modal aerosol model.
Updates to dust emissions.
Francis, this is my F90 codes and BLD codes to setup MAM5 configuration
/glade/u/home/zke3/scratch/cases/edit8
The F90 codes and chem_mech.in are in CAM, configure codes are in BLD folder, chem_mech.in and namelist files for WACCM are in WACCM folder. The F90 files are used for both WACCM and CAM. Two configurations I added in is trop_mam5 and waccm_tsmlt_mam5. If you need the codes to separate with the convection changes, I also have that older version. That is based on “release-cesm2.1.2” version.
Thanks
Ziming Ke
Francis, here is our code changes,
/glade/u/home/longei/CAM-MAM5-codes/wet_removal_n02_cam6_2_020
and a list of the routines we modified.
DUSTMod.F90
dust_model.F90
modal_aer_opt.F90
Thanks very much.
All the best & Be well,
Longlei
The text was updated successfully, but these errors were encountered: