-
Notifications
You must be signed in to change notification settings - Fork 146
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
cam6_4_047: update config component to handle new compset names #1078
base: cam_development
Are you sure you want to change the base?
cam6_4_047: update config component to handle new compset names #1078
Conversation
@peverwhee I am going to need this change in alpha05b. I need to also add changes for HIST as well as 1850 so I'll work on that and push it back here. This is to support the C and E (Concentration and Emissions driven distinction) addition to compset names as documented in https://docs.google.com/spreadsheets/d/1nJl4lbbwBq60quyaERJ6OvVJxF4kDu4xX7zZenZgyB8/edit?usp=sharing. |
ok thanks @jedwards4b. When you move this out of draft, I'll make it the next tag. |
302680a
to
04bcd98
Compare
I have added the C and E modifiers to compset names for Concentration and Emissions driven cases. As we do not yet have Emissions driven compsets these are both currently pointing to the same cam use cases and stream files. |
@jedwards4b is this tag waiting on a resolution to #1189 ? |
I think that it would make sense for @fvitt |
modified: bld/namelist_files/mozart_master_gas_drydep_list.xml modified: bld/namelist_files/mozart_master_gas_wetdep_list.xml modified: cime_config/config_component.xml modified: src/cpl/nuopc/atm_stream_ndep.F90 new file: bld/namelist_files/use_cases/1850_trop_strat_t4s_cam7.xml renamed: bld/namelist_files/use_cases/hist_trop_strat_ts4_cam7.xml -> bld/namelist_files/use_cases/hist_trop_strat_t4s_cam7.xml
modified: bld/namelist_files/use_cases/1850_trop_strat_t4s_cam7.xml modified: bld/namelist_files/use_cases/hist_trop_strat_t4s_cam7.xml
…pdate_config_component0705
@jedwards4b I'm going to kick off the tests, but can you confirm that Francis's use cases fix your error when you a get a chance? |
This adds the C designation for concentration driven experiments, it's not clear to me if the emissions driven experiments will need the same date files or different ones so I've left that out for now.
Fixes #1077
closes #1191
closes #1190
closes #1189