forked from NOAA-EMC/WW3
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend fcoo/<MODEL>/initdir/run_model.conf
- Loading branch information
1 parent
3034d57
commit 31a62af
Showing
2 changed files
with
23 additions
and
15 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,19 +1,27 @@ | ||
# mod_ID=ARCT18 model configuration to be parsed in run_model.sh | ||
# Optional: | ||
# WW3DIR=/home/devel/Models/WW3_git/WW3 | ||
WW3DIR=/home/$USER/Models/WW3_git/WW3 | ||
# Mandatory: | ||
# Model run base directories | ||
RUNDIRS=/home/$USER/Rundirs/WW3RUN | ||
# SCRATCH=/scratch/Rundirs | ||
# SCRATCH=/scratch/${USER}_today/WW3 | ||
SCRATCH=/home/$USER/Rundirs/WW3SCRATCH | ||
MODDIR=$WW3DIR/fcoo/ARCT18 | ||
MOD_DEF=$RUNDIRS/mod_defs/GIT-SHA/GIT-$SHA | ||
NESTDIR=$SCRATCH/nesting/GIT-SHA/GIT-$SHA/$mod_ID | ||
HOTDIR=$SCRATCH/hotstart/GIT-SHA/GIT-$SHA/$mod_ID | ||
NETCDF=$SCRATCH/netcdf/GIT-SHA/GIT-$SHA/$mod_ID | ||
# Model set up directories | ||
WW3DIR=/home/$USER/Models/WW3_git/WW3 | ||
MODDIR=$WW3DIR/fcoo/ARCT18 | ||
HOTDELTA=21600 | ||
FLDDELTA=3600 | ||
PNTDELTA=1200 | ||
# Ice and wind file names in ww3_prnc.nml: | ||
prnc_ice=icec.nc | ||
prnc_wind=wind.nc | ||
# Optional: | ||
# input directories relative to MODDIR | ||
INPDIR=initdir | ||
GRIDDIR=setup | ||
# Model run input/output directories | ||
MOD_DEF=$RUNDIRS/mod_defs | ||
NESTDIR=$SCRATCH/nesting/$mod_ID | ||
HOTDIR=$SCRATCH/hotstart/$mod_ID | ||
NETCDF=$SCRATCH/netcdf/$mod_ID | ||
NEST1=GRL9 | ||
NEST2=NWS9 | ||
SIMLEN=198000 | ||
# Mandatory: | ||
HOTDELTA=21600 | ||
FLDDELTA=3600 | ||
PNTDELTA=1200 | ||
SIMLEN=198000 |
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 +1 @@ | ||
../NUUP | ||
../NUUP_hires |