Changeset 3532
- Timestamp:
- 2012-11-09T10:35:02+01:00 (12 years ago)
- Location:
- trunk/NEMOGCM/SETTE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-PW6_VARGAS
r3520 r3532 60 60 echo Directory is `pwd` 61 61 # 62 # Run the executable 62 # Run the parallel MPI executable 63 # 64 echo "Running time ${MPIRUN} ./opa" 63 65 # 64 66 if [ MPI_FLAG == "yes" ]; then 65 echo "Running time ${MPIRUN} ./opa"66 67 time ${MPIRUN} ./opa 67 68 else 68 echo "Running time ./opa"69 69 time ./opa 70 70 fi -
trunk/NEMOGCM/SETTE/input_ORCA2_LIM_PISCES.cfg
r3520 r3532 1 ORCA2_LIM_ PISCES_v3.4.tar1 ORCA2_LIM_nemo_v3.4.tar -
trunk/NEMOGCM/SETTE/iodef_sette.xml
r3294 r3532 209 209 210 210 <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 211 <field id="DIC" description="Dissolved inorganic Concentration" unit="m olC/L"/>212 <field id="Alkalini" description="Total Alkalinity Concentration" unit=" eq/L"/>213 <field id="O2" description="Oxygen Concentration" unit="m olO2/L"/>214 <field id="CaCO3" description="Calcite Concentration" unit="m olC/L"/>215 <field id="PO4" description="Phosphate Concentration" unit="m olC/L"/>216 <field id="POC" description="Small organic carbon Concentration" unit="m olC/L"/>217 <field id="Si" description="Silicate Concentration" unit="m olSi/L"/>218 <field id="PHY" description="Nanophytoplankton Concentration" unit="m olC/L"/>219 <field id="ZOO" description="Microzooplankton Concentration" unit="m olC/L"/>220 <field id="DOC" description="Dissolved organic Concentration" unit="m olC/L"/>221 <field id="PHY2" description="Diatoms Concentration" unit="m olC/L"/>222 <field id="ZOO2" description="Mesozooplankton Concentration" unit="m olC/L"/>223 <field id=" BSi" description="Diatoms Silicate Concentration" unit="molC/L"/>224 <field id="Fer" description="Dissolved Iron Concentration" unit="m olFe/L"/>225 <field id="BFe" description="Big iron particles Concentration" unit="m olFe/L"/>226 <field id="GOC" description="Big organic carbon Concentration" unit="m olC/L"/>227 <field id="SFe" description="Small iron particles Concentration" unit="m olFe/L"/>228 <field id="DFe" description="Diatoms iron Concentration" unit="m olFe/L"/>229 <field id=" DSi" description="Sinking biogenic Silicate Concentration" unit="molC/L"/>230 <field id="NFe" description="Nano iron Concentration" unit="m olC/L"/>231 <field id="NCHL" description="Nano chlorophyl Concentration" unit=" gChl/L"/>232 <field id="DCHL" description="Diatoms chlorophyl Concentration" unit=" gChl/L"/>233 <field id="NO3" description="Nitrates Concentration" unit="m olC/L"/>234 <field id="NH4" description="Ammonium Concentration" unit="m olC/L"/>211 <field id="DIC" description="Dissolved inorganic Concentration" unit="mmol/m3" /> 212 <field id="Alkalini" description="Total Alkalinity Concentration" unit="mmol/m3" /> 213 <field id="O2" description="Oxygen Concentration" unit="mmol/m3" /> 214 <field id="CaCO3" description="Calcite Concentration" unit="mmol/m3" /> 215 <field id="PO4" description="Phosphate Concentration" unit="mmol/m3" /> 216 <field id="POC" description="Small organic carbon Concentration" unit="mmol/m3" /> 217 <field id="Si" description="Silicate Concentration" unit="mmol/m3" /> 218 <field id="PHY" description="Nanophytoplankton Concentration" unit="mmol/m3" /> 219 <field id="ZOO" description="Microzooplankton Concentration" unit="mmol/m3" /> 220 <field id="DOC" description="Dissolved organic Concentration" unit="mmol/m3" /> 221 <field id="PHY2" description="Diatoms Concentration" unit="mmol/m3" /> 222 <field id="ZOO2" description="Mesozooplankton Concentration" unit="mmol/m3" /> 223 <field id="DSi" description="Diatoms Silicate Concentration" unit="mmol/m3" /> 224 <field id="Fer" description="Dissolved Iron Concentration" unit="mmol/m3" /> 225 <field id="BFe" description="Big iron particles Concentration" unit="mmol/m3" /> 226 <field id="GOC" description="Big organic carbon Concentration" unit="mmol/m3" /> 227 <field id="SFe" description="Small iron particles Concentration" unit="mmol/m3" /> 228 <field id="DFe" description="Diatoms iron Concentration" unit="mmol/m3" /> 229 <field id="GSi" description="Sinking biogenic Silicate Concentration" unit="mmol/m3" /> 230 <field id="NFe" description="Nano iron Concentration" unit="mmol/m3" /> 231 <field id="NCHL" description="Nano chlorophyl Concentration" unit="mg/m3" /> 232 <field id="DCHL" description="Diatoms chlorophyl Concentration" unit="mg/m3" /> 233 <field id="NO3" description="Nitrates Concentration" unit="mmol/m3" /> 234 <field id="NH4" description="Ammonium Concentration" unit="mmol/m3" /> 235 235 <field id="DET" description="Detritus" unit="mmole-N/m3" /> 236 236 <field id="ZOO" description="Zooplankton Concentration" unit="mmole-N/m3" /> -
trunk/NEMOGCM/SETTE/sette.sh
r3521 r3532 11 11 # 12 12 ############################################################# 13 set -vx13 #set -x 14 14 set -o posix 15 15 #set -u … … 84 84 # 85 85 # 86 # prepare_job.sh87 #88 # to generate the script run_job.sh89 #90 86 # fcm_job.sh 91 87 # … … 125 121 # ========== 126 122 # 127 # $Id: $123 # $Id: sette.sh 2890 2011-10-06 11:03:48Z flavoni $ 128 124 # 129 125 # * creation … … 159 155 export TEST_NAME="LONG" 160 156 cd ${SETTE_DIR} 161 . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRELOB_LONG -r GYRE_LOBSTER -j 8162 cd ${SETTE_DIR} 163 . param.cfg 164 . all_functions.sh 165 . prepare_exe_dir.sh 166 JOB_FILE=${EXE_DIR}/run_job.sh 167 NPROC= 1157 . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRELOB_LONG -r GYRE_LOBSTER add_key "key_mpp_mpi" 158 cd ${SETTE_DIR} 159 . param.cfg 160 . all_functions.sh 161 . prepare_exe_dir.sh 162 JOB_FILE=${EXE_DIR}/run_job.sh 163 NPROC=4 168 164 \rm ${JOB_FILE} 169 165 cd ${EXE_DIR} … … 175 171 set_namelist namelist nn_solv 2 176 172 set_namelist namelist_top ln_diatrc .false. 177 cd ${SETTE_DIR} 178 . ./prepare_job.sh input_GYRE.cfg $NPROC ${TEST_NAME} no ${JOB_FILE} 179 cd ${SETTE_DIR} 180 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} no 173 set_namelist namelist jpni 2 174 set_namelist namelist jpnj 2 175 set_namelist namelist jpnij 4 176 cd ${SETTE_DIR} 177 . ./prepare_job.sh input_GYRE.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 178 cd ${SETTE_DIR} 179 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 181 180 182 181 cd ${SETTE_DIR} … … 192 191 set_namelist namelist ln_clobber .true. 193 192 set_namelist namelist nn_solv 2 194 ln -s -f ..\/LONG\/GYRELOB_LONG_00000060_restart.nc 195 ln -s -f ..\/LONG\/GYRELOB_LONG_00000060_restart_trc.nc 193 set_namelist namelist jpni 2 194 set_namelist namelist jpnj 2 195 set_namelist namelist jpnij 4 196 cp ..\/LONG\/GYRELOB_LONG_00000060_restart*.nc . 196 197 set_namelist namelist cn_ocerst_in \"GYRELOB_LONG_00000060_restart\" 197 198 set_namelist namelist_top ln_diatrc .false. … … 200 201 set_namelist namelist_top cn_trcrst_in \"GYRELOB_LONG_00000060_restart_trc\" 201 202 cd ${SETTE_DIR} 202 . ./prepare_job.sh input_GYRE.cfg $NPROC ${TEST_NAME} no${JOB_FILE}203 cd ${SETTE_DIR} 204 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} no203 . ./prepare_job.sh input_GYRE.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 204 cd ${SETTE_DIR} 205 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 205 206 fi 206 207 207 208 if [ ${config} -eq 2 ] ; then 208 ## Repro ducibility tests for GYRE_LOBSTER209 ## Repropducibility tests for GYRE_LOBSTER 209 210 export TEST_NAME="REPRO_1_4" 210 211 cd ${SETTE_DIR} 211 . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRELOB_4 -r GYRE_LOBSTER -j 8 add_key "key_mpp_rep key_mpp_mpi"212 . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRELOB_4 -r GYRE_LOBSTER add_key "key_mpp_mpi key_mpp_rep" 212 213 cd ${SETTE_DIR} 213 214 . param.cfg … … 216 217 JOB_FILE=${EXE_DIR}/run_job.sh 217 218 NPROC=4 218 \rm $ JOB_FILE219 \rm ${JOB_FILE} 219 220 cd ${EXE_DIR} 220 221 set_namelist namelist cn_exp \"GYRELOB_14\" … … 239 240 export TEST_NAME="REPRO_2_2" 240 241 . prepare_exe_dir.sh 241 JOB_FILE=${EXE_DIR}/run_job.sh242 NPROC=4243 \rm $JOB_FILE244 242 cd ${EXE_DIR} 245 243 set_namelist namelist cn_exp \"GYRELOB_22\" … … 259 257 cd ${SETTE_DIR} 260 258 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 259 261 260 fi 262 261 … … 266 265 export TEST_NAME="LONG" 267 266 cd ${SETTE_DIR} 268 . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2LIMPIS_LONG -r ORCA2_LIM_PISCES -j 8 269 cd ${SETTE_DIR} 270 . param.cfg 271 . all_functions.sh 272 . prepare_exe_dir.sh 273 JOB_FILE=${EXE_DIR}/run_job.sh 274 NPROC= 1275 \rm $ JOB_FILE267 . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2LIMPIS_LONG -r ORCA2_LIM_PISCES -j 8 add_key "key_mpp_mpi" 268 cd ${SETTE_DIR} 269 . param.cfg 270 . all_functions.sh 271 . prepare_exe_dir.sh 272 JOB_FILE=${EXE_DIR}/run_job.sh 273 NPROC=4 274 \rm ${JOB_FILE} 276 275 cd ${EXE_DIR} 277 276 set_namelist namelist cn_exp \"O2LP_LONG\" … … 280 279 set_namelist namelist nn_stock 75 281 280 set_namelist namelist ln_clobber .true. 281 set_namelist namelist jpni 2 282 set_namelist namelist jpnj 2 283 set_namelist namelist jpnij 4 282 284 set_namelist namelist nn_solv 2 283 285 set_namelist namelist_top ln_trcdta .false. … … 291 293 set_namelist namelist_pisces ln_presatm .false. 292 294 cd ${SETTE_DIR} 293 . ./prepare_job.sh input_ORCA2_LIM_PISCES.cfg $NPROC ${TEST_NAME} no ${JOB_FILE} 294 cd ${SETTE_DIR} 295 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} no 296 # 295 . ./prepare_job.sh input_ORCA2_LIM_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 296 cd ${SETTE_DIR} 297 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 298 299 cd ${SETTE_DIR} 297 300 export TEST_NAME="SHORT" 298 cd ${SETTE_DIR}299 301 . prepare_exe_dir.sh 300 302 cd ${EXE_DIR} … … 306 308 set_namelist namelist nn_rstctl 2 307 309 set_namelist namelist ln_clobber .true. 308 set_namelist namelist nn_solv 2 309 ln -s -f ../LONG/O2LP_LONG_00000075_restart.nc 310 ln -s -f ../LONG/O2LP_LONG_00000075_restart_ice.nc 311 ln -s -f ../LONG/O2LP_LONG_00000075_restart_trc.nc 310 set_namelist namelist jpni 2 311 set_namelist namelist jpnj 2 312 set_namelist namelist jpnij 4 313 set_namelist namelist nn_solv 2 314 cp ../LONG/O2LP_LONG_00000075_restart*nc . 312 315 set_namelist namelist cn_ocerst_in \"O2LP_LONG_00000075_restart\" 313 316 set_namelist namelist_ice cn_icerst_in \"O2LP_LONG_00000075_restart_ice\" … … 324 327 set_namelist namelist_pisces ln_presatm .false. 325 328 cd ${SETTE_DIR} 326 . ./prepare_job.sh input_ORCA2_LIM_PISCES.cfg $NPROC ${TEST_NAME} no${JOB_FILE}327 cd ${SETTE_DIR} 328 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} no329 . ./prepare_job.sh input_ORCA2_LIM_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 330 cd ${SETTE_DIR} 331 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 329 332 fi 330 333 331 334 if [ ${config} -eq 4 ] ; then 332 ## Repro ducibility tests for ORCA2_LIM_PISCES335 ## Repropducibility tests for ORCA2_LIM_PISCES 333 336 export TEST_NAME="REPRO_4_4" 334 337 cd ${SETTE_DIR} … … 345 348 set_namelist namelist nn_itend 75 346 349 set_namelist namelist nn_fwb 0 350 set_namelist namelist ln_ctl .false. 347 351 set_namelist namelist ln_clobber .true. 348 352 set_namelist namelist jpni 4 … … 362 366 . ./prepare_job.sh input_ORCA2_LIM_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 363 367 cd ${SETTE_DIR} 364 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 368 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 365 369 366 370 cd ${SETTE_DIR} 367 371 export TEST_NAME="REPRO_2_8" 368 372 . prepare_exe_dir.sh 369 JOB_FILE=${EXE_DIR}/run_job.sh370 NPROC=16371 \rm $JOB_FILE372 373 cd ${EXE_DIR} 373 374 set_namelist namelist nn_it000 1 374 375 set_namelist namelist nn_itend 75 375 376 set_namelist namelist nn_fwb 0 377 set_namelist namelist ln_ctl .false. 376 378 set_namelist namelist ln_clobber .true. 377 379 set_namelist namelist jpni 2 … … 399 401 export TEST_NAME="LONG" 400 402 cd ${SETTE_DIR} 401 . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_LONG -r ORCA2_OFF_PISCES -j 8 402 cd ${SETTE_DIR} 403 . param.cfg 404 . all_functions.sh 405 . prepare_exe_dir.sh 406 JOB_FILE=${EXE_DIR}/run_job.sh 407 NPROC= 1403 . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_LONG -r ORCA2_OFF_PISCES -j 8 add_key "key_mpp_rep" 404 cd ${SETTE_DIR} 405 . param.cfg 406 . all_functions.sh 407 . prepare_exe_dir.sh 408 JOB_FILE=${EXE_DIR}/run_job.sh 409 NPROC=4 408 410 \rm $JOB_FILE 409 411 cd ${EXE_DIR} … … 413 415 set_namelist namelist nn_stock 20 414 416 set_namelist namelist ln_clobber .true. 417 set_namelist namelist jpni 2 418 set_namelist namelist jpnj 2 419 set_namelist namelist jpnij 4 415 420 set_namelist namelist_top ln_trcdta .false. 416 421 set_namelist namelist_top ln_diatrc .false. … … 424 429 cd ${SETTE_DIR} 425 430 . ./prepare_job.sh input_ORCA2_OFF_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 431 cd ${SETTE_DIR} 432 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 426 433 427 434 cd ${SETTE_DIR} 428 435 export TEST_NAME="SHORT" 429 436 . prepare_exe_dir.sh 437 JOB_FILE=${EXE_DIR}/run_job.sh 438 NPROC=4 439 \rm $JOB_FILE 430 440 cd ${EXE_DIR} 431 441 set_namelist namelist cn_exp \"OFFP_SHORT\" … … 434 444 set_namelist namelist nn_stock 20 435 445 set_namelist namelist ln_clobber .true. 436 ln -s ../LONG/OFFP_LONG_00000020_restart_trc.nc . 446 set_namelist namelist jpni 2 447 set_namelist namelist jpnj 2 448 set_namelist namelist jpnij 4 449 cp ../LONG/OFFP_LONG_00000020_restart*nc . 437 450 set_namelist namelist_top ln_diatrc .false. 438 451 set_namelist namelist_top ln_rsttr .true. … … 453 466 454 467 if [ ${config} -eq 6 ] ; then 455 ## Repro ducibility tests for ORCA2_OFF_PISCES468 ## Repropducibility tests for ORCA2_OFF_PISCES 456 469 export TEST_NAME="REPRO_4_4" 457 470 cd ${SETTE_DIR} … … 467 480 set_namelist namelist nn_it000 1 468 481 set_namelist namelist nn_itend 40 482 set_namelist namelist ln_ctl .false. 469 483 set_namelist namelist ln_clobber .true. 470 484 set_namelist namelist jpni 4 … … 483 497 . ./prepare_job.sh input_ORCA2_OFF_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 484 498 cd ${SETTE_DIR} 485 . ./fcm_job.sh $NPROC 499 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 486 500 487 501 cd ${SETTE_DIR} 488 502 export TEST_NAME="REPRO_2_8" 489 503 . prepare_exe_dir.sh 490 JOB_FILE=${EXE_DIR}/run_job.sh491 NPROC=16492 \rm $JOB_FILE493 504 cd ${EXE_DIR} 494 505 set_namelist namelist nn_it000 1 495 506 set_namelist namelist nn_itend 40 507 set_namelist namelist ln_ctl .false. 496 508 set_namelist namelist ln_clobber .true. 497 509 set_namelist namelist jpni 2 … … 513 525 fi 514 526 515 # TESTS FOR AMM12 CONFIGURATION516 527 if [ ${config} -eq 7 ] ; then 517 ## Reproducibility tests for AMM12518 export TEST_NAME="REPRO_8_4"519 cd ${SETTE_DIR}520 . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_32 -r AMM12 -j 8 add_key "key_mpp_rep"521 cd ${SETTE_DIR}522 . param.cfg523 . all_functions.sh524 . prepare_exe_dir.sh525 JOB_FILE=${EXE_DIR}/run_job.sh526 NPROC=32527 \rm $JOB_FILE528 cd ${EXE_DIR}529 set_namelist namelist nn_it000 1530 set_namelist namelist nn_itend 576531 set_namelist namelist nn_fwb 0532 set_namelist namelist ln_ctl .false.533 set_namelist namelist ln_clobber .true.534 set_namelist namelist nn_dyn2d 2535 set_namelist namelist nn_tra_dta 0536 set_namelist namelist jpni 8537 set_namelist namelist jpnj 4538 set_namelist namelist jpnij 32539 cd ${SETTE_DIR}540 . ./prepare_job.sh input_AMM12.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE}541 cd ${SETTE_DIR}542 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG}543 544 cd ${SETTE_DIR}545 export TEST_NAME="REPRO_4_8"546 . prepare_exe_dir.sh547 JOB_FILE=${EXE_DIR}/run_job.sh548 NPROC=32549 \rm $JOB_FILE550 cd ${EXE_DIR}551 set_namelist namelist nn_it000 1552 set_namelist namelist nn_itend 576553 set_namelist namelist nn_fwb 0554 set_namelist namelist ln_ctl .false.555 set_namelist namelist nn_dyn2d 2556 set_namelist namelist nn_tra_dta 0557 set_namelist namelist ln_clobber .true.558 set_namelist namelist jpni 4559 set_namelist namelist jpnj 8560 set_namelist namelist jpnij 32561 cd ${SETTE_DIR}562 . ./prepare_job.sh input_AMM12.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE}563 cd ${SETTE_DIR}564 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG}565 fi566 567 if [ ${config} -eq 8 ] ; then568 528 ## Restartability tests for AMM12 569 529 export TEST_NAME="LONG" 570 530 cd ${SETTE_DIR} 571 . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_LONG -r AMM12 -j 8 add_key "key_mpp_rep"531 . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_LONG -r AMM12 572 532 cd ${SETTE_DIR} 573 533 . param.cfg … … 610 570 set_namelist namelist ln_rstart .true. 611 571 set_namelist namelist nn_rstctl 2 612 set_namelist namelist cn_ocerst_in \"../LONG/AMM12_00000006_restart\" 572 set_namelist namelist cn_ocerst_in \"AMM12_00000006_restart\" 573 cp ../LONG/AMM12_00000006_restart*.nc . 613 574 cd ${SETTE_DIR} 614 575 . ./prepare_job.sh input_AMM12.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 615 576 cd ${SETTE_DIR} 616 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 577 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 578 fi 579 580 if [ ${config} -eq 8 ] ; then 581 ## Reproducibility tests for AMM12 582 export TEST_NAME="REPO_8_4" 583 cd ${SETTE_DIR} 584 . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_32 -r AMM12 add_key "key_mpp_rep" 585 cd ${SETTE_DIR} 586 . param.cfg 587 . all_functions.sh 588 . prepare_exe_dir.sh 589 JOB_FILE=${EXE_DIR}/run_job.sh 590 NPROC=32 591 \rm ${JOB_FILE} 592 cd ${EXE_DIR} 593 set_namelist namelist nn_it000 1 594 set_namelist namelist nn_itend 576 595 set_namelist namelist nn_fwb 0 596 set_namelist namelist ln_ctl .false. 597 set_namelist namelist ln_clobber .true. 598 set_namelist namelist nn_dyn2d 2 599 set_namelist namelist nn_tra_dta 0 600 set_namelist namelist jpni 8 601 set_namelist namelist jpnj 4 602 set_namelist namelist jpnij 32 603 cd ${SETTE_DIR} 604 . ./prepare_job.sh input_AMM12.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 605 cd ${SETTE_DIR} 606 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 607 608 cd ${SETTE_DIR} 609 export TEST_NAME="REPO_4_8" 610 . prepare_exe_dir.sh 611 cd ${EXE_DIR} 612 set_namelist namelist nn_it000 1 613 set_namelist namelist nn_itend 576 614 set_namelist namelist nn_fwb 0 615 set_namelist namelist ln_ctl .false. 616 set_namelist namelist nn_dyn2d 2 617 set_namelist namelist nn_tra_dta 0 618 set_namelist namelist ln_clobber .true. 619 set_namelist namelist jpni 4 620 set_namelist namelist jpnj 8 621 set_namelist namelist jpnij 32 622 cd ${SETTE_DIR} 623 . ./prepare_job.sh input_AMM12.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 624 cd ${SETTE_DIR} 625 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 617 626 fi 618 627 … … 629 638 JOB_FILE=${EXE_DIR}/run_job.sh 630 639 NPROC=2 631 \rm $ JOB_FILE640 \rm ${JOB_FILE} 632 641 cd ${EXE_DIR} 633 642 set_namelist namelist nn_it000 1 … … 645 654 . ./prepare_job.sh input_ORCA2_LIM_AGRIF.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 646 655 cd ${SETTE_DIR} 647 . ./fcm_job.sh $NPROC 656 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 648 657 fi 649 658
Note: See TracChangeset
for help on using the changeset viewer.