Changeset 9907
- Timestamp:
- 2018-07-09T15:56:45+02:00 (7 years ago)
- Location:
- utils/CI/sette
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette/param.cfg
r9906 r9907 1 1 #- forcing files storing 2 FORCING_DIR= /ccc/scratch/cont005/ra0542/massons/input_nemo_v4.02 FORCING_DIR=$WORKDIR/FORCING 3 3 #- input files storing 4 4 INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 -
utils/CI/sette/sette.sh
r9906 r9907 88 88 # 89 89 # Compiler among those in NEMOGCM/ARCH 90 COMPILER=X64_ IRENE91 92 export BATCH_COMMAND_PAR= ccc_msub93 export BATCH_COMMAND_SEQ= ccc_msub90 COMPILER=X64_ADA 91 92 export BATCH_COMMAND_PAR="llsubmit" 93 export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 94 94 export INTERACT_FLAG="no" 95 95 export MPIRUN_FLAG="yes" … … 143 143 # SPITZ12 : 9 regional configuration including sea-ice and tides (Spitzbergen) 144 144 145 for config in 2 146 #for config in 1 2 3 4 5 6 7 8 9 145 for config in 1 2 3 4 5 6 7 8 9 147 146 do 148 147
Note: See TracChangeset
for help on using the changeset viewer.