-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 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 |
---|---|---|
@@ -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" |