Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to add a compset, step-by-step

  1. Identify a compset similar to your desired new compset, which will be your starting point for making changes.
  2. Collect a list of all non-default namelist options, input files, and compile options that are needed to fully specify your configuration.  These will include any changes relative to your baseline compset identified in the previous step.
    1. Note: if your configuration requires a user-provided atmospheric chemistry mechanism, please run the stand-alone chemistry pre-processor and add the auto-generated code to the model first before adding a compset.  The reason for doing this is that the chemistry pre-processor does not build smoothly on all systems, which will prevent your compset from running smoothly on many systems.
  3. Edit the file cime/scripts/Tools/config_compsets.xml
    1. Copy and edit the definition of compset's full name, short name and alias:
      1. Example compset name, short name, and alias : <COMPSET sname="F_2000_CAM5"                alias="FC5"             >2000_CAM5_CLM40%SP_CICE%PRES_DOCN%DOM_RTM_SGLC_SWAV</COMPSET>

 

Links to more information