New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3680 for branches/2012/dev_MERGE_2012/NEMOGCM/SETTE/sette.sh – NEMO

Ignore:
Timestamp:
2012-11-27T15:42:24+01:00 (11 years ago)
Author:
rblod
Message:

First commit of the final branch for 2012 (future nemo_3_5), see ticket #1028

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/SETTE/sette.sh

    r3667 r3680  
    4141# BATCH_COMMAND :  name of the command for batch submission 
    4242# 
    43 # MPI_INTERACT :   
    44 # 
    45 #         for MPP tests, "no" for batch execution, "yes" for interactive execution  
    46 # 
    47 #         NOTE: for run with 1 process tests are run always in MPI_INTERACT="yes" 
     43# INTERACT_FLAG :  flag to run in interactive mode "yes" 
     44#                       to run in batch mode "no" 
     45# 
     46# MPIRUN_FLAG   :  flag to run in parallel (MPI) "yes" 
     47#                       to run in sequential mode (NB_PROC = 1) "no" 
    4848# 
    4949# Principal script is sette.sh, that calls  
     
    8484# 
    8585# 
     86#  prepare_job.sh 
     87# 
     88#  to generate the script run_job.sh 
     89# 
    8690#  fcm_job.sh  
    8791# 
    88 #   runs job in interactive or batch mode : all jobs using 1 process are run interactive, and all MPP jobs are 
    89 # 
    90 #   run in batch (MPI_INTERACT="no") or interactive (MPI_INTERACT="yes") see sette.sh and BATCH_TEMPLATE directory 
     92#   run in batch (INTERACT_FLAG="no") or interactive (INTERACT_FLAG="yes") see sette.sh and BATCH_TEMPLATE directory 
    9193# 
    9294#   (note this job needs to have an input_CONFIG.cfg in which can be found input tar file) 
     
    121123# ========== 
    122124# 
    123 # $Id:$ 
     125# $Id$ 
    124126# 
    125127#   * creation 
     
    135137export MPIRUN_FLAG="yes" 
    136138 
     139 
    137140# Directory to run the tests 
    138141SETTE_DIR=$(cd $(dirname "$0"); pwd) 
     
    150153do 
    151154 
    152 # TESTS FOR GYRE_LOBSTER CONFIGURATION 
     155# TESTS FOR GYRE CONFIGURATION 
    153156if [ ${config} -eq 1 ] ;  then 
    154     ## Restartability tests for GYRE_LOBSTER 
     157    ## Restartability tests for GYRE 
    155158    export TEST_NAME="LONG" 
    156159    cd ${SETTE_DIR} 
    157     . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRELOB_LONG -r GYRE_LOBSTER add_key "key_mpp_mpi" 
     160    . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRE_LONG -r GYRE -j 8 add_key "key_mpp_mpi"  
    158161    cd ${SETTE_DIR} 
    159162    . param.cfg 
     
    164167    \rm ${JOB_FILE} 
    165168    cd ${EXE_DIR} 
    166     set_namelist namelist cn_exp \"GYRELOB_LONG\" 
     169    set_namelist namelist cn_exp \"GYRE_LONG\" 
    167170    set_namelist namelist nn_it000 1 
    168171    set_namelist namelist nn_itend 120 
     
    170173    set_namelist namelist ln_clobber .true. 
    171174    set_namelist namelist nn_solv 2 
    172     set_namelist namelist_top ln_diatrc .false. 
    173175    set_namelist namelist jpni 2 
    174176    set_namelist namelist jpnj 2 
     
    181183    . prepare_exe_dir.sh 
    182184    cd ${EXE_DIR} 
    183     set_namelist namelist cn_exp \"GYRELOB_SHORT\" 
     185    set_namelist namelist cn_exp \"GYRE_SHORT\" 
    184186    set_namelist namelist nn_it000 61 
    185187    set_namelist namelist nn_itend 120 
     
    192194    set_namelist namelist jpnj 2 
    193195    set_namelist namelist jpnij 4 
    194     set_namelist namelist cn_ocerst_in \"GYRELOB_LONG_00000060_restart\" 
    195     set_namelist namelist_top cn_trcrst_in \"GYRELOB_LONG_00000060_restart_trc\" 
    196     set_namelist namelist_top ln_diatrc .false. 
    197     set_namelist namelist_top ln_rsttr .true. 
    198     set_namelist namelist_top nn_rsttr 2 
     196    set_namelist namelist cn_ocerst_in \"GYRE_LONG_00000060_restart\" 
    199197    for (( i=1; i<=$NPROC; i++)) ; do 
    200198        L_NPROC=$(( $i - 1 )) 
    201199        L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    202         ln -sf ../LONG/GYRELOB_LONG_00000060_restart_${L_NPROC}.nc . 
    203         ln -sf ../LONG/GYRELOB_LONG_00000060_restart_trc_${L_NPROC}.nc . 
     200        ln -sf ../LONG/GYRE_LONG_00000060_restart_${L_NPROC}.nc . 
    204201    done 
    205202    cd ${SETTE_DIR} 
     
    210207 
    211208if [ ${config} -eq 2 ] ;  then 
    212     ## Repropducibility tests for GYRE_LOBSTER 
     209    ## Reproducibility tests for GYRE 
    213210    export TEST_NAME="REPRO_1_4" 
    214211    cd ${SETTE_DIR} 
    215     . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRELOB_4 -r GYRE_LOBSTER add_key "key_mpp_mpi key_mpp_rep" 
     212    . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRE_4 -r GYRE -j 8 add_key "key_mpp_mpi key_mpp_rep" 
    216213    cd ${SETTE_DIR} 
    217214    . param.cfg 
     
    222219    \rm ${JOB_FILE} 
    223220    cd ${EXE_DIR} 
    224     set_namelist namelist cn_exp \"GYRELOB_14\" 
     221    set_namelist namelist cn_exp \"GYRE_14\" 
    225222    set_namelist namelist nn_it000 1 
    226223    set_namelist namelist nn_itend 60 
     
    230227    set_namelist namelist ln_clobber .true. 
    231228    set_namelist namelist nn_solv 2 
    232     set_namelist namelist_top ln_diatrc .false. 
    233     set_namelist namelist_top ln_trcdta .false. 
    234229    set_namelist namelist jpni 1 
    235230    set_namelist namelist jpnj 4 
     
    243238    export TEST_NAME="REPRO_2_2" 
    244239    . prepare_exe_dir.sh 
    245     cd ${EXE_DIR} 
    246     set_namelist namelist cn_exp \"GYRELOB_22\" 
     240    JOB_FILE=${EXE_DIR}/run_job.sh 
     241    NPROC=4 
     242    \rm $JOB_FILE 
     243    cd ${EXE_DIR} 
     244    set_namelist namelist cn_exp \"GYRE_22\" 
    247245    set_namelist namelist nn_it000 1 
    248246    set_namelist namelist nn_itend 60 
     
    251249    set_namelist namelist ln_clobber .true. 
    252250    set_namelist namelist nn_solv 2 
    253     set_namelist namelist_top ln_diatrc .false. 
    254     set_namelist namelist_top ln_trcdta .false. 
    255251    set_namelist namelist jpni 2 
    256252    set_namelist namelist jpnj 2 
     
    268264    export TEST_NAME="LONG" 
    269265    cd ${SETTE_DIR} 
    270     . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2LIMPIS_LONG -r ORCA2_LIM_PISCES -j 8 add_key "key_mpp_mpi"  
     266    . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2LIMPIS_LONG -r ORCA2_LIM_PISCES -j 8 add_key "key_mpp_mpi" 
    271267    cd ${SETTE_DIR} 
    272268    . param.cfg 
     
    290286    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    291287    # if not you need input files, and for tests is not necessary 
    292     set_namelist namelist_pisces ln_ironsed .false. 
     288    set_namelist namelist_pisces ln_presatm .false. 
     289    set_namelist namelist_pisces ln_varpar .false. 
     290    set_namelist namelist_pisces ln_dust .false. 
     291    set_namelist namelist_pisces ln_solub .false. 
    293292    set_namelist namelist_pisces ln_river .false. 
    294293    set_namelist namelist_pisces ln_ndepo .false. 
    295     set_namelist namelist_pisces ln_dust .false. 
    296     set_namelist namelist_pisces ln_presatm .false. 
     294    set_namelist namelist_pisces ln_ironsed .false. 
     295    set_namelist namelist_pisces ln_hydrofe .false. 
    297296    cd ${SETTE_DIR} 
    298297    . ./prepare_job.sh input_ORCA2_LIM_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 
     
    313312    set_namelist namelist jpnij 4 
    314313    set_namelist namelist nn_solv 2 
     314    set_namelist namelist_top ln_diatrc .false. 
     315    set_namelist namelist_top ln_rsttr .true. 
     316    set_namelist namelist_top nn_rsttr 2 
    315317    set_namelist namelist cn_ocerst_in \"O2LP_LONG_00000075_restart\" 
    316318    set_namelist namelist_ice cn_icerst_in \"O2LP_LONG_00000075_restart_ice\" 
    317319    set_namelist namelist_top cn_trcrst_in \"O2LP_LONG_00000075_restart_trc\" 
    318     set_namelist namelist_top ln_diatrc .false. 
    319     set_namelist namelist_top ln_rsttr .true. 
    320     set_namelist namelist_top nn_rsttr 2 
    321320    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
    322321    # if not you need input files, and for tests is not necessary 
    323     set_namelist namelist_pisces ln_ironsed .false. 
     322    set_namelist namelist_pisces ln_presatm .false. 
     323    set_namelist namelist_pisces ln_varpar .false. 
     324    set_namelist namelist_pisces ln_dust .false. 
     325    set_namelist namelist_pisces ln_solub .false. 
    324326    set_namelist namelist_pisces ln_river .false. 
    325327    set_namelist namelist_pisces ln_ndepo .false. 
    326     set_namelist namelist_pisces ln_dust .false. 
    327     set_namelist namelist_pisces ln_presatm .false. 
     328    set_namelist namelist_pisces ln_ironsed .false. 
     329    set_namelist namelist_pisces ln_hydrofe .false. 
     330    # put ln_pisdmp to false : no restoring to global mean value 
     331    set_namelist namelist_pisces ln_pisdmp .false. 
    328332    for (( i=1; i<=$NPROC; i++)) ; do 
    329333        L_NPROC=$(( $i - 1 )) 
     
    340344 
    341345if [ ${config} -eq 4 ] ;  then 
    342     ## Repropducibility tests for ORCA2_LIM_PISCES 
     346    ## Reproducibility tests for ORCA2_LIM_PISCES 
    343347    export TEST_NAME="REPRO_4_4" 
    344348    cd ${SETTE_DIR} 
    345     . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2LIMPIS_16 -r ORCA2_LIM_PISCES -j 8 add_key "key_mpp_rep key_mpp_mpi" 
     349    . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2LIMPIS_16 -r ORCA2_LIM_PISCES -j 8 add_key "key_mpp_mpi key_mpp_rep" 
    346350    cd ${SETTE_DIR} 
    347351    . param.cfg 
     
    365369    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    366370    # if not you need input files, and for tests is not necessary 
    367     set_namelist namelist_pisces ln_ironsed .false. 
     371    set_namelist namelist_pisces ln_presatm .false. 
     372    set_namelist namelist_pisces ln_varpar .false. 
     373    set_namelist namelist_pisces ln_dust .false. 
     374    set_namelist namelist_pisces ln_solub .false. 
    368375    set_namelist namelist_pisces ln_river .false. 
    369376    set_namelist namelist_pisces ln_ndepo .false. 
    370     set_namelist namelist_pisces ln_dust .false. 
    371     set_namelist namelist_pisces ln_presatm .false. 
     377    set_namelist namelist_pisces ln_ironsed .false. 
     378    set_namelist namelist_pisces ln_hydrofe .false. 
     379    # put ln_pisdmp to false : no restoring to global mean value 
     380    set_namelist namelist_pisces ln_pisdmp .false. 
    372381    cd ${SETTE_DIR} 
    373382    . ./prepare_job.sh input_ORCA2_LIM_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 
     
    378387    export TEST_NAME="REPRO_2_8" 
    379388    . prepare_exe_dir.sh 
     389    JOB_FILE=${EXE_DIR}/run_job.sh 
     390    NPROC=16 
     391    \rm $JOB_FILE 
    380392    cd ${EXE_DIR} 
    381393    set_namelist namelist nn_it000 1 
    382394    set_namelist namelist nn_itend 75 
    383395    set_namelist namelist nn_fwb 0 
    384     set_namelist namelist ln_ctl .false. 
    385396    set_namelist namelist ln_clobber .true. 
    386397    set_namelist namelist jpni 2 
     
    392403    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    393404    # if not you need input files, and for tests is not necessary 
    394     set_namelist namelist_pisces ln_ironsed .false. 
     405    set_namelist namelist_pisces ln_presatm .false. 
     406    set_namelist namelist_pisces ln_varpar .false. 
     407    set_namelist namelist_pisces ln_dust .false. 
     408    set_namelist namelist_pisces ln_solub .false. 
    395409    set_namelist namelist_pisces ln_river .false. 
    396410    set_namelist namelist_pisces ln_ndepo .false. 
    397     set_namelist namelist_pisces ln_dust .false. 
    398     set_namelist namelist_pisces ln_presatm .false. 
     411    set_namelist namelist_pisces ln_ironsed .false. 
     412    set_namelist namelist_pisces ln_hydrofe .false. 
     413    # put ln_pisdmp to false : no restoring to global mean value 
     414    set_namelist namelist_pisces ln_pisdmp .false. 
    399415    cd ${SETTE_DIR} 
    400416    . ./prepare_job.sh input_ORCA2_LIM_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 
     
    408424    export TEST_NAME="LONG" 
    409425    cd ${SETTE_DIR} 
    410     . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_LONG -r ORCA2_OFF_PISCES -j 8 add_key "key_mpp_mpi key_mpp_rep" 
     426    . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_LONG -r ORCA2_OFF_PISCES -j 8 add_key "key_mpp_mpi key_mpp_rep"  
    411427    cd ${SETTE_DIR} 
    412428    . param.cfg 
     
    429445    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    430446    # if not you need input files, and for tests is not necessary 
    431     set_namelist namelist_pisces ln_ironsed .false. 
     447    set_namelist namelist_pisces ln_presatm .false. 
     448    set_namelist namelist_pisces ln_varpar .false. 
     449    set_namelist namelist_pisces ln_dust .false. 
     450    set_namelist namelist_pisces ln_solub .false. 
    432451    set_namelist namelist_pisces ln_river .false. 
    433452    set_namelist namelist_pisces ln_ndepo .false. 
    434     set_namelist namelist_pisces ln_dust .false. 
    435     set_namelist namelist_pisces ln_presatm .false. 
     453    set_namelist namelist_pisces ln_ironsed .false. 
     454    set_namelist namelist_pisces ln_hydrofe .false. 
     455    # put ln_pisdmp to false : no restoring to global mean value 
     456    set_namelist namelist_pisces ln_pisdmp .false. 
    436457    cd ${SETTE_DIR} 
    437458    . ./prepare_job.sh input_ORCA2_OFF_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 
     
    440461    export TEST_NAME="SHORT" 
    441462    . prepare_exe_dir.sh 
    442     JOB_FILE=${EXE_DIR}/run_job.sh 
    443     NPROC=4 
    444     \rm $JOB_FILE 
    445463    cd ${EXE_DIR} 
    446464    set_namelist namelist cn_exp \"OFFP_SHORT\" 
     
    452470    set_namelist namelist jpnj 2 
    453471    set_namelist namelist jpnij 4 
    454     cp ../LONG/OFFP_LONG_00000020_restart*nc . 
    455472    set_namelist namelist_top ln_diatrc .false. 
    456473    set_namelist namelist_top ln_rsttr .true. 
     
    464481    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
    465482    # if not you need input files, and for tests is not necessary 
    466     set_namelist namelist_pisces ln_ironsed .false. 
     483    set_namelist namelist_pisces ln_presatm .false. 
     484    set_namelist namelist_pisces ln_varpar .false. 
     485    set_namelist namelist_pisces ln_dust .false. 
     486    set_namelist namelist_pisces ln_solub .false. 
    467487    set_namelist namelist_pisces ln_river .false. 
    468488    set_namelist namelist_pisces ln_ndepo .false. 
    469     set_namelist namelist_pisces ln_dust .false. 
    470     set_namelist namelist_pisces ln_presatm .false. 
     489    set_namelist namelist_pisces ln_ironsed .false. 
     490    set_namelist namelist_pisces ln_hydrofe .false. 
     491    # put ln_pisdmp to false : no restoring to global mean value 
     492    set_namelist namelist_pisces ln_pisdmp .false. 
    471493    cd ${SETTE_DIR} 
    472494    . ./prepare_job.sh input_ORCA2_OFF_PISCES.cfg $NPROC ${TEST_NAME}  ${MPIRUN_FLAG} ${JOB_FILE} 
     
    476498 
    477499if [ ${config} -eq 6 ] ;  then 
    478     ## Repropducibility tests for ORCA2_OFF_PISCES 
     500    ## Reproducibility tests for ORCA2_OFF_PISCES 
    479501    export TEST_NAME="REPRO_4_4" 
    480502    cd ${SETTE_DIR} 
    481     . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_16 -r ORCA2_OFF_PISCES -j 8 add_key "key_mpp_rep key_mpp_mpi" 
     503    . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_16 -r ORCA2_OFF_PISCES -j 8 add_key "key_mpp_mpi key_mpp_rep" 
    482504    cd ${SETTE_DIR} 
    483505    . param.cfg 
     
    499521    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    500522    # if not you need input files, and for tests is not necessary 
    501     set_namelist namelist_pisces ln_ironsed .false. 
     523    set_namelist namelist_pisces ln_presatm .false. 
     524    set_namelist namelist_pisces ln_varpar .false. 
     525    set_namelist namelist_pisces ln_dust .false. 
     526    set_namelist namelist_pisces ln_solub .false. 
    502527    set_namelist namelist_pisces ln_river .false. 
    503528    set_namelist namelist_pisces ln_ndepo .false. 
    504     set_namelist namelist_pisces ln_dust .false. 
    505     set_namelist namelist_pisces ln_presatm .false. 
     529    set_namelist namelist_pisces ln_ironsed .false. 
     530    set_namelist namelist_pisces ln_hydrofe .false. 
     531    # put ln_pisdmp to false : no restoring to global mean value 
     532    set_namelist namelist_pisces ln_pisdmp .false. 
    506533    cd ${SETTE_DIR} 
    507534    . ./prepare_job.sh input_ORCA2_OFF_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 
     
    512539    export TEST_NAME="REPRO_2_8" 
    513540    . prepare_exe_dir.sh 
     541    JOB_FILE=${EXE_DIR}/run_job.sh 
     542    NPROC=16 
     543    \rm $JOB_FILE 
    514544    cd ${EXE_DIR} 
    515545    set_namelist namelist nn_it000 1 
     
    524554    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    525555    # if not you need input files, and for tests is not necessary 
    526     set_namelist namelist_pisces ln_ironsed .false. 
     556    set_namelist namelist_pisces ln_presatm .false. 
     557    set_namelist namelist_pisces ln_varpar .false. 
     558    set_namelist namelist_pisces ln_dust .false. 
     559    set_namelist namelist_pisces ln_solub .false. 
    527560    set_namelist namelist_pisces ln_river .false. 
    528561    set_namelist namelist_pisces ln_ndepo .false. 
    529     set_namelist namelist_pisces ln_dust .false. 
    530     set_namelist namelist_pisces ln_presatm .false. 
     562    set_namelist namelist_pisces ln_ironsed .false. 
     563    set_namelist namelist_pisces ln_hydrofe .false. 
     564    # put ln_pisdmp to false : no restoring to global mean value 
     565    set_namelist namelist_pisces ln_pisdmp .false.  
    531566    cd ${SETTE_DIR} 
    532567    . ./prepare_job.sh input_ORCA2_OFF_PISCES.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 
     
    535570fi 
    536571 
     572# TESTS FOR AMM12 CONFIGURATION 
    537573if [ ${config} -eq 7 ] ;  then 
    538574    ## Restartability tests for AMM12 
    539575    export TEST_NAME="LONG" 
    540576    cd ${SETTE_DIR} 
    541     . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_LONG -r AMM12  add_key "key_tide" 
     577    . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_LONG -r AMM12 -j 8 
    542578    cd ${SETTE_DIR} 
    543579    . param.cfg 
     
    556592    set_namelist namelist nn_dyn2d 2 
    557593    set_namelist namelist nn_tra_dta 0 
     594    set_namelist namelist cn_ocerst_in amm12.restart_20070101 
    558595    set_namelist namelist jpni 8 
    559596    set_namelist namelist jpnj 4 
     
    591628 
    592629if [ ${config} -eq 8 ] ;  then 
    593     ## Reproducibility tests for AMM12 
    594     export TEST_NAME="REPO_8_4" 
    595     cd ${SETTE_DIR} 
    596     . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_32 -r AMM12 add_key "key_mpp_rep key_tide" 
     630## Reproducibility tests for AMM12 
     631    export TEST_NAME="REPRO_8_4" 
     632    cd ${SETTE_DIR} 
     633    . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_32 -r AMM12 -j 8 add_key "key_mpp_rep" 
    597634    cd ${SETTE_DIR} 
    598635    . param.cfg 
     
    610647    set_namelist namelist nn_dyn2d 2 
    611648    set_namelist namelist nn_tra_dta 0 
     649    set_namelist namelist cn_ocerst_in amm12.restart_20070101 
    612650    set_namelist namelist jpni 8 
    613651    set_namelist namelist jpnj 4 
     
    619657 
    620658    cd ${SETTE_DIR} 
    621     export TEST_NAME="REPO_4_8" 
     659    export TEST_NAME="REPRO_4_8" 
    622660    . prepare_exe_dir.sh 
    623661    cd ${EXE_DIR} 
     
    629667    set_namelist namelist nn_tra_dta 0 
    630668    set_namelist namelist ln_clobber .true. 
     669    set_namelist namelist cn_ocerst_in amm12.restart_20070101 
    631670    set_namelist namelist jpni 4 
    632671    set_namelist namelist jpnj 8 
     
    643682    export TEST_NAME="SHORT" 
    644683    cd ${SETTE_DIR} 
    645     . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2AGUL_1_2 -r ORCA2_LIM -j 8 add_key "key_mpp_rep key_mpp_mpi key_agrif" del_key "key_zdftmx" 
     684    . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2AGUL_1_2 -r ORCA2_LIM -j 8 add_key "key_mpp_mpi key_mpp_rep key_agrif" del_key "key_zdftmx" 
    646685    cd ${SETTE_DIR} 
    647686    . param.cfg 
Note: See TracChangeset for help on using the changeset viewer.