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.
Rename points.list to points.ARCT18, edits to run_model.conf
- Loading branch information
1 parent
392fc49
commit 0d3659a
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
File renamed without changes.
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,28 @@ | ||
# mod_ID=ARCT18 model configuration to be parsed in run_model.sh | ||
# Mandatory: | ||
# Model run base directories | ||
RUNDIRS=/home/$USER/Rundirs/WW3RUN | ||
# SCRATCH=/scratch/${USER}_today/WW3 | ||
SCRATCH=/home/$USER/Rundirs/WW3SCRATCH | ||
# | ||
# Model set up directories | ||
WW3DIR=/home/$USER/Models/WW3_git/WW3 | ||
MODDIR=$WW3DIR/fcoo/ARCT18 | ||
# input directories relative to MODDIR | ||
INPDIR=initdir | ||
GRIDDIR=setup | ||
# Model run base directories | ||
RUNDIRS=/home/$USER/Rundirs/WW3RUN | ||
# DATA=/scratch/${USER}_today/WW3 | ||
DATA=/home/$USER/Rundirs/WW3DATA | ||
# Model run datetimes | ||
HOTDELTA=21600 | ||
FLDDELTA=3600 | ||
PNTDELTA=1200 | ||
SIMLEN=198000 | ||
# Grid data and model output data directories | ||
MOD_DEF=$RUNDIRS/mod_defs | ||
NESTDIR=$DATA/nesting/$mod_ID | ||
HOTDIR=$DATA/hotstart/$mod_ID | ||
NETCDF=$DATA/netcdf/$mod_ID | ||
# 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 | ||
# Nest-to inner models | ||
NEST1=GRL9 | ||
NEST2=NWS9 | ||
SIMLEN=198000 |