forked from NOAA-GFDL/fre-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undo unintended change to rose-suite.conf template
- Loading branch information
Chris Blanton
authored and
Chris Blanton
committed
Jan 31, 2025
1 parent
5681587
commit 6796c04
Showing
1 changed file
with
45 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,46 @@ | ||
[template variables] | ||
ANALYSIS_DIR='/nbhome/$USER/am5/am5f8d3r0/c96L65_am5f8d3r0_amip' | ||
CLEAN_WORK=True | ||
DO_ANALYSIS=True | ||
DO_ANALYSIS_ONLY=True | ||
DO_ATMOS_PLEVEL_MASKING=True | ||
DO_MDTF=False | ||
DO_PREANALYSIS=False | ||
DO_REFINEDIAG=False | ||
DO_STATICS=True | ||
DO_TIMEAVGS=True | ||
EXPERIMENT="c96L65_am5f8d3r0_amip" | ||
FRE_ANALYSIS_HOME='/home/fms/local/opt/fre-analysis/test' | ||
HISTORY_DIR='/archive/$USER/am5/am5f8d3r0/c96L65_am5f8d3r0_amip/gfdl.ncrc5-deploy-prod-openmp/history' | ||
HISTORY_SEGMENT='P1Y' | ||
PLATFORM="gfdl.ncrc5-deploy" | ||
PP_CHUNK_A='P1Y' | ||
PP_CHUNK_B='P41Y' | ||
PP_COMPONENTS='atmos atmos_scalar land atmos_month_aer atmos_cmip atmos_level tracer_level' | ||
PP_DEFAULT_XYINTERP=0,0 | ||
PP_DIR='/archive/$USER/am5/am5f8d3r0/c96L65_am5f8d3r0_amip/gfdl.ncrc5-deploy-prod-openmp/pp' | ||
PP_GRID_SPEC='/archive/oar.gfdl.am5/model_gen5/inputs/c96_grid/c96_OM4_025_grid_No_mg_drag_v20160808.tar' | ||
PP_START='1980' | ||
PP_STOP='2020' | ||
PTMP_DIR='/xtmp/$USER/ptmp' | ||
SITE='ppan' | ||
TARGET="prod-openmp" | ||
## Specify the site used | ||
#SITE="ppan" | ||
|
||
## Switch to remove intermediate data files when they are no longer needed | ||
#CLEAN_WORK=True | ||
|
||
## Directory to use for history file cache | ||
#PTMP_DIR="/xtmp/$USER/ptmp" | ||
|
||
## Switch to run MDTF on generated pp output | ||
#DO_MDTF=False | ||
|
||
## Switch to turn on/off statics processing | ||
#DO_STATICS=True | ||
|
||
## Switch to turn on/off time-average file generation | ||
#DO_TIMEAVGS=True | ||
|
||
## Switch to run refine-diag script(s) on history file to generate additional diagnostics | ||
#DO_REFINEDIAG=False | ||
|
||
## Switch to mask atmos pressure-level output above/below surface pressure/atmos top | ||
#DO_ATMOS_PLEVEL_MASKING=True | ||
|
||
## Filepath to the space-separated user script(s) | ||
## Currently, recommend specifying the script filepath in terms of where the script(s) | ||
## will exist after "cylc install"; e.g. \$CYLC_WORKFLOW_RUN_DIR/etc/script.csh | ||
#REFINEDIAG_SCRIPTS="\$CYLC_WORKFLOW_RUN_DIR/etc/refineDiag/refineDiag_atmos_cmip6.csh" | ||
|
||
## Switch to run a pre-analysis script on history files | ||
#DO_PREANALYSIS=False | ||
|
||
## Filepath to the user script | ||
## Currently, recommend specifying the script filepath in terms of where the script | ||
## will exist after "cylc install"; e.g. \$CYLC_WORKFLOW_RUN_DIR/etc/script.csh | ||
#PREANALYSIS_SCRIPT="\$CYLC_WORKFLOW_RUN_DIR/etc/refineDiag/refineDiag_data_stager_globalAve.csh" | ||
|
||
## Switch to launch analysis scripts | ||
#DO_ANALYSIS=False | ||
|
||
## Switch to only launch analysis scripts | ||
#DO_ANALYSIS_ONLY=False | ||
|
||
## Location for shared analysis scripts | ||
#FRE_ANALYSIS_HOME="/home/fms/local/opt/fre-analysis/test" |