Versions Compared

Key

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

...

Changing EAMxx output is still kind of a hack. From your case directory, edit run/data/scream_default_output.yaml . You can add any variable stored in the field manager or added as a special diagnostic. You can get a list of available variables by printing out the DAG for your run… but I forget how to do that at the moment. I should also be more specific about changing output frequency, time samples per file, etc but don’t have the code in front of merun. To do so, issue ./atmchange Atmosphere_DAG_Verbosity_Level=4 (as noted in Step 6). Available verbosity levels are: <=0 produces no DAG, 1 only prints the atm processes DAG, 2 adds fields names to the dag nodes, 3 adds fields layout info, and 4 also adds grid name where the field is defined. The DAG file will be named scream_atm_dag.dot. Word does a nice job of viewing these files.

Step 8: Config/Compile/Run

...