Skip to content

Commit

Permalink
Update generate_cupid_config_for_cesm_case.py to include argument des…
Browse files Browse the repository at this point in the history
…criptions from xml vars
  • Loading branch information
TeaganKing authored Feb 10, 2025
1 parent 741e8cb commit 50ae4a5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions helper_scripts/generate_cupid_config_for_cesm_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,26 @@ def generate_cupid_config(
The name of a CUPiD example (e.g., 'key metrics') to base the configuration file on.
Must be a valid subdirectory within the CUPiD examples directory.
Optional Arguments:
-------------------
cupid_baseline_case : str
The name of the base case.
cupid_baseline_root : str
The root directory of the base case.
cupid_start_year : int
The start year of the case being analyzed.
cupid_end_year : int
The end year of the case being analyzed.
cupid_base_start_year : int
The start year of the base case.
cupid_base_end_year : int
The end year of the base case.
Raises:
-------
KeyError:
Expand Down

0 comments on commit 50ae4a5

Please sign in to comment.