Skip to content

Commit

Permalink
Extend fcoo/<MODEL>/initdir/run_model.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHansen committed Sep 23, 2024
1 parent 3034d57 commit 31a62af
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
36 changes: 22 additions & 14 deletions fcoo/ARCT18/initdir/run_model.conf
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
2 changes: 1 addition & 1 deletion fcoo/inp/NUUP

0 comments on commit 31a62af

Please sign in to comment.