Changeset 7744
- Timestamp:
- 2017-02-28T12:34:10+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/SETTE/sette.sh
r7743 r7744 12 12 # 13 13 ############################################################# 14 #set - x14 #set -vx 15 15 set -o posix 16 16 #set -u … … 89 89 # 90 90 # Compiler among those in NEMOGCM/ARCH 91 #92 91 COMPILER=X64_ADA 93 92 … … 154 153 # 15 & 16 155 154 156 for config in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 155 for config in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 157 156 158 157 do … … 208 207 set_namelist namelist_cfg jpnj 8 209 208 set_namelist namelist_cfg jpnij 32 209 set_namelist namelist_top_cfg ln_rsttr .true. 210 set_namelist namelist_top_cfg nn_rsttr 2 210 211 set_namelist namelist_cfg cn_ocerst_in \"GYREPIS_LONG_00000060_restart\" 212 set_namelist namelist_top_cfg cn_trcrst_in \"GYREPIS_LONG_00000060_restart_trc\" 211 213 if [ ${USING_MPMD} == "yes" ] ; then 212 214 set_xio_using_server iodef.xml true … … 218 220 L_NPROC=`printf "%04d\n" ${L_NPROC}` 219 221 ln -sf ../LONG/GYREPIS_LONG_00000060_restart_${L_NPROC}.nc . 222 ln -sf ../LONG/GYREPIS_LONG_00000060_restart_trc_${L_NPROC}.nc . 220 223 done 221 224 if [ ${USING_MPMD} == "yes" ] ; then
Note: See TracChangeset
for help on using the changeset viewer.