File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ for restart_time in $(read_config output.restart.at[:].time --format=%Y%m%d%H%M%
76
76
NAOS+=" &NAOS CLSOUT=\" ${restart_time} \" /"
77
77
done
78
78
79
+ # MODEL SETUP:
80
+ # #############
81
+ wamnang=$( read_config directions)
82
+ wamnfre=$( read_config frequencies)
83
+
79
84
nproma=$( read_config nproma --default=24)
80
85
81
86
# read timesteps
@@ -196,6 +201,9 @@ ln -s ${DATA_DIR}/${forcings_file} sfcwindin
196
201
197
202
cat > wam_namelist << EOF
198
203
&NALINE
204
+ NANG = ${wamnang} ,
205
+ NFRE = 36,
206
+ NFRE_RED = ${wamnfre} ,
199
207
CLHEADER = " WAVE MODEL ",
200
208
CBPLTDT = "${begofrn} ",
201
209
CEPLTDT = "${endofrn} ",
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ function cleanup() {
73
73
74
74
wamresol=$( read_config grid)
75
75
wamnfre=$( read_config frequencies)
76
- wamnang=$( read_config directions)
77
76
wambathy=$( read_config bathymetry)
78
77
79
78
assert_executable_is_available ${PREPROC} || abort 33
@@ -111,15 +110,13 @@ cat > procin <<EOF
111
110
NFRE_RED= ${wamnfre} ,
112
111
FR1= ${fr1} ,
113
112
IFRE1= ${ifre1} ,
114
- NANG= ${wamnang} ,
115
113
IRGG= ${irgg} ,
116
114
XDELLA= ${xdella} ,
117
115
XDELLO= ${xdella} ,
118
116
AMOSOP= ${amosop} ,
119
117
AMONOP= ${amonop} ,
120
118
AMOWEP= ${amowep} ,
121
119
AMOEAP= ${amoeap} ,
122
- DEPTHA= ${deptha} ,
123
120
LAQUA= ${laqua} ,
124
121
LLOBSTRCT= ${llobstrct} ,
125
122
LLUNSTR = ${llunstr} ,
Original file line number Diff line number Diff line change @@ -143,6 +143,11 @@ begofrn=$(read_config begin --format="%Y%m%d%H%M%S")
143
143
endofrn=$( read_config end --format=" %Y%m%d%H%M%S" )
144
144
begoffo=$( read_config forcings.at[1].begin --format=" %Y%m%d%H%M%S" --default=${endofrn} )
145
145
146
+ # MODEL SETUP:
147
+ # #############
148
+ wamnang=$( read_config directions)
149
+ wamnfre=$( read_config frequencies)
150
+
146
151
forcings_file=$( read_config forcings.file)
147
152
148
153
opti=1
@@ -206,6 +211,9 @@ cat > PREINFO <<EOF
206
211
MARSTYPE = "an"
207
212
YCLASS = "rd"
208
213
YEXPVER = "wave"
214
+ NANG = ${wamnang}
215
+ NFRE = 36
216
+ NFRE_RED = ${wamnfre}
209
217
/
210
218
EOF
211
219
You can’t perform that action at this time.
0 commit comments