Skip to content

Commit

Permalink
example config
Browse files Browse the repository at this point in the history
  • Loading branch information
djk2120 committed Sep 17, 2021
1 parent 93c1192 commit 0d73d8e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions jobscripts/PPEn11/configs/example.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#CONFIG file for: CTL2010_AD_s1

#need to identify where the script can expect certain files
PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/"
SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/"
SCRATCH="/glade/scratch/djk2120/"
RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/"
HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/CTL2010/"

#prefix to identify these cases
casePrefix="PPEn11_CTL2010_AD"
caseDir="CTL2010/PPEn11_CTL2010_AD/"

#the case that will be cloned to create the ensemble
basecase="CTL2010/basecases/PPEn11_CTL2010_AD"

#the list of paramfiles
paramList="PPEn11/s1.txt"

#options for specifying unique restart files for each paramset
finidatFlag=false

#where to find the parameter files
PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/"

#options for specify unique namelist_mods for each paramset
# e.g. if you are varying baseflow_scalar
nlmodsFlag=true
nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_AD.base"
NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/"

#options for specifying a previous build
# note that this exeroot much use the same ninst
exerootFlag=true
exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_AD/bld"

0 comments on commit 0d73d8e

Please sign in to comment.