-
Notifications
You must be signed in to change notification settings - Fork 24
2024‐09‐12
Teagan King edited this page Sep 12, 2024
·
4 revisions
- Updates
- env_run/CESM workflow discussion
- hackathon time
-
Updates:
- CUPiD 0.1.0 is now in the CESM checkout and will be available in cesm3_0_alpha03c
- We'll have a second discussion on the CESM workflow at the CESM Project Meeting on September 24th
- There is now a list of contributors on our github.io documentation page. Please let us know if anyone is missing!
- The key metrics example now has a standardized method of passing dates to notebooks, an option for the NMSE notebook to compare to a base case, and improvements to time series generation.
-
Discussion: CESM Workflow
- What would be useful to configure via
helper_scripts/
generate_cupid_config_for_cesm_case.py`? - Determine needs for various flags for using CUPiD in the CESM workflow
-
--cupid-example
is misleading name - CUPiD options based on case configuration?
- different values for PI vs historical vs future?
- Base case name / location might also be compset-dependent
- Will user need to provide ADF yaml file? If so,
generate_cupid_config_for_cesm_case.py
should create it - Need to still add continue_run==0 to workflow with RUN_CUPID_ANALYSIS
- Make_hidden_status_of_batch_xml_var branch of cime is where we see a change in behavior of the default hidden option of case.cupid file vs .case.cupid
- CIME/XML directory needs to have
env_cupid.py
andcupid.py
files
- What would be useful to configure via