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 3465 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/SETTE/sette.sh.vargas – NEMO

Ignore:
Timestamp:
2012-09-04T12:14:47+02:00 (12 years ago)
Author:
cetlod
Message:

branch:2012/dev_r3438_LOCEAN15_PISLOB update sette scripts according to new developments in PISCES, see ticket #972

File:
1 edited

Legend:

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

    r3294 r3465  
    150150# TESTS FOR GYRE_LOBSTER CONFIGURATION 
    151151if [ ${config} -eq 1 ] ;  then 
    152     ## Restartability tests for GYRE_LOBSTER 
     152    ## Restartability tests for GYRE 
    153153    export TEST_NAME="LONG" 
    154154    cd ${SETTE_DIR} 
    155     . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRELOB_LONG -r GYRE_LOBSTER add_key "key_mpp_mpi key_mpp_rep" 
    156     cd ${SETTE_DIR} 
    157     . param.cfg 
    158     . all_functions.sh 
    159     . prepare_exe_dir.sh 
    160     cd ${EXE_DIR} 
    161     set_namelist namelist cn_exp \"GYRELOB_LONG\" 
     155    . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRE_LONG -r GYRE add_key "key_mpp_mpi key_mpp_rep" 
     156    cd ${SETTE_DIR} 
     157    . param.cfg 
     158    . all_functions.sh 
     159    . prepare_exe_dir.sh 
     160    cd ${EXE_DIR} 
     161    set_namelist namelist cn_exp \"GYRE_LONG\" 
    162162    set_namelist namelist nn_it000 1 
    163163    set_namelist namelist nn_itend 120 
     
    165165    set_namelist namelist ln_clobber .true. 
    166166    set_namelist namelist nn_solv 2 
    167     set_namelist namelist_top ln_diatrc .false. 
    168167    set_namelist namelist jpni 2 
    169168    set_namelist namelist jpnj 2 
     
    176175    . prepare_exe_dir.sh 
    177176    cd ${EXE_DIR} 
    178     set_namelist namelist cn_exp \"GYRELOB_SHORT\" 
     177    set_namelist namelist cn_exp \"GYRE_SHORT\" 
    179178    set_namelist namelist nn_it000 61 
    180179    set_namelist namelist nn_itend 120 
     
    187186    set_namelist namelist jpnj 2 
    188187    set_namelist namelist jpnij 4 
    189     cp ..\/LONG\/GYRELOB_LONG_00000060_restart*.nc . 
    190     set_namelist namelist cn_ocerst_in \"GYRELOB_LONG_00000060_restart\" 
    191     set_namelist namelist_top ln_diatrc .false. 
    192     set_namelist namelist_top ln_rsttr .true. 
    193     set_namelist namelist_top nn_rsttr 2 
    194     set_namelist namelist_top cn_trcrst_in \"GYRELOB_LONG_00000060_restart_trc\" 
     188    cp ..\/LONG\/GYRE_LONG_00000060_restart*.nc . 
     189    set_namelist namelist cn_ocerst_in \"GYRE_LONG_00000060_restart\" 
    195190    cd ${SETTE_DIR} 
    196191    . ./fcm_job.sh input_GYRE.cfg 4 ${TEST_NAME} 
     
    198193 
    199194if [ ${config} -eq 2 ] ;  then 
    200     ## Repropducibility tests for GYRE_LOBSTER 
     195    ## Repropducibility tests for GYRE 
    201196    export TEST_NAME="REPRO_1_4" 
    202197    cd ${SETTE_DIR} 
    203     . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRELOB_4 -r GYRE_LOBSTER add_key "key_mpp_rep key_mpp_mpi" 
    204     cd ${SETTE_DIR} 
    205     . param.cfg 
    206     . all_functions.sh 
    207     . prepare_exe_dir.sh 
    208     cd ${EXE_DIR} 
    209     set_namelist namelist cn_exp \"GYRELOB_14\" 
     198    . ../CONFIG/makenemo -m ${CMP_NAM} -n GYRE_4 -r GYRE add_key "key_mpp_rep key_mpp_mpi" 
     199    cd ${SETTE_DIR} 
     200    . param.cfg 
     201    . all_functions.sh 
     202    . prepare_exe_dir.sh 
     203    cd ${EXE_DIR} 
     204    set_namelist namelist cn_exp \"GYRE_14\" 
    210205    set_namelist namelist nn_it000 1 
    211206    set_namelist namelist nn_itend 60 
     
    215210    set_namelist namelist ln_clobber .true. 
    216211    set_namelist namelist nn_solv 2 
    217     set_namelist namelist_top ln_diatrc .false. 
    218     set_namelist namelist_top ln_trcdta .false. 
    219212    set_namelist namelist jpni 1 
    220213    set_namelist namelist jpnj 4 
     
    227220    . prepare_exe_dir.sh 
    228221    cd ${EXE_DIR} 
    229     set_namelist namelist cn_exp \"GYRELOB_22\" 
     222    set_namelist namelist cn_exp \"GYRE_22\" 
    230223    set_namelist namelist nn_it000 1 
    231224    set_namelist namelist nn_itend 60 
     
    234227    set_namelist namelist ln_clobber .true. 
    235228    set_namelist namelist nn_solv 2 
    236     set_namelist namelist_top ln_diatrc .false. 
    237     set_namelist namelist_top ln_trcdta .false. 
    238229    set_namelist namelist jpni 2 
    239230    set_namelist namelist jpnj 2 
     
    267258    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    268259    # if not you need input files, and for tests is not necessary 
    269     set_namelist namelist_pisces ln_ironsed .false. 
    270     set_namelist namelist_pisces ln_river .false. 
    271     set_namelist namelist_pisces ln_ndepo .false. 
    272     set_namelist namelist_pisces ln_dust .false. 
    273     set_namelist namelist_pisces ln_presatm .false. 
     260    set_namelist namelist_pisces ln_presatm .false. 
     261    set_namelist namelist_pisces ln_varpar .false. 
     262    set_namelist namelist_pisces ln_dust .false. 
     263    set_namelist namelist_pisces ln_solub .false. 
     264    set_namelist namelist_pisces ln_river .false. 
     265    set_namelist namelist_pisces ln_ndepo .false. 
     266    set_namelist namelist_pisces ln_ironsed .false. 
     267    set_namelist namelist_pisces ln_hydrofe .false. 
    274268    cd ${SETTE_DIR} 
    275269    . ./fcm_job.sh input_ORCA2_LIM_PISCES.cfg 4 ${TEST_NAME} 
     
    299293    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
    300294    # if not you need input files, and for tests is not necessary 
    301     set_namelist namelist_pisces ln_ironsed .false. 
    302     set_namelist namelist_pisces ln_river .false. 
    303     set_namelist namelist_pisces ln_ndepo .false. 
    304     set_namelist namelist_pisces ln_dust .false. 
    305     set_namelist namelist_pisces ln_presatm .false. 
     295    set_namelist namelist_pisces ln_presatm .false. 
     296    set_namelist namelist_pisces ln_varpar .false. 
     297    set_namelist namelist_pisces ln_dust .false. 
     298    set_namelist namelist_pisces ln_solub .false. 
     299    set_namelist namelist_pisces ln_river .false. 
     300    set_namelist namelist_pisces ln_ndepo .false. 
     301    set_namelist namelist_pisces ln_ironsed .false. 
     302    set_namelist namelist_pisces ln_hydrofe .false. 
     303    # put ln_pisdmp to false : no relaxation to global mean value 
     304    set_namelist namelist_pisces ln_pisdmp .false. 
    306305    cd ${SETTE_DIR} 
    307306    . ./fcm_job.sh input_ORCA2_LIM_PISCES.cfg 4 ${TEST_NAME} 
     
    331330    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    332331    # if not you need input files, and for tests is not necessary 
    333     set_namelist namelist_pisces ln_ironsed .false. 
    334     set_namelist namelist_pisces ln_river .false. 
    335     set_namelist namelist_pisces ln_ndepo .false. 
    336     set_namelist namelist_pisces ln_dust .false. 
    337     set_namelist namelist_pisces ln_presatm .false. 
     332    set_namelist namelist_pisces ln_presatm .false. 
     333    set_namelist namelist_pisces ln_varpar .false. 
     334    set_namelist namelist_pisces ln_dust .false. 
     335    set_namelist namelist_pisces ln_solub .false. 
     336    set_namelist namelist_pisces ln_river .false. 
     337    set_namelist namelist_pisces ln_ndepo .false. 
     338    set_namelist namelist_pisces ln_ironsed .false. 
     339    set_namelist namelist_pisces ln_hydrofe .false. 
     340    # put ln_pisdmp to false : no relaxation to global mean value 
     341    set_namelist namelist_pisces ln_pisdmp .false. 
    338342    cd ${SETTE_DIR} 
    339343    . ./fcm_job.sh input_ORCA2_LIM_PISCES.cfg 16 ${TEST_NAME} 
     
    356360    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    357361    # if not you need input files, and for tests is not necessary 
    358     set_namelist namelist_pisces ln_ironsed .false. 
    359     set_namelist namelist_pisces ln_river .false. 
    360     set_namelist namelist_pisces ln_ndepo .false. 
    361     set_namelist namelist_pisces ln_dust .false. 
    362     set_namelist namelist_pisces ln_presatm .false. 
     362    set_namelist namelist_pisces ln_presatm .false. 
     363    set_namelist namelist_pisces ln_varpar .false. 
     364    set_namelist namelist_pisces ln_dust .false. 
     365    set_namelist namelist_pisces ln_solub .false. 
     366    set_namelist namelist_pisces ln_river .false. 
     367    set_namelist namelist_pisces ln_ndepo .false. 
     368    set_namelist namelist_pisces ln_ironsed .false. 
     369    set_namelist namelist_pisces ln_hydrofe .false. 
     370    # put ln_pisdmp to false : no relaxation to global mean value 
     371    set_namelist namelist_pisces ln_pisdmp .false. 
    363372    cd ${SETTE_DIR} 
    364373    . ./fcm_job.sh input_ORCA2_LIM_PISCES.cfg 16 ${TEST_NAME} 
     
    388397    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    389398    # if not you need input files, and for tests is not necessary 
    390     set_namelist namelist_pisces ln_ironsed .false. 
    391     set_namelist namelist_pisces ln_river .false. 
    392     set_namelist namelist_pisces ln_ndepo .false. 
    393     set_namelist namelist_pisces ln_dust .false. 
    394     set_namelist namelist_pisces ln_presatm .false. 
     399    set_namelist namelist_pisces ln_presatm .false. 
     400    set_namelist namelist_pisces ln_varpar .false. 
     401    set_namelist namelist_pisces ln_dust .false. 
     402    set_namelist namelist_pisces ln_solub .false. 
     403    set_namelist namelist_pisces ln_river .false. 
     404    set_namelist namelist_pisces ln_ndepo .false. 
     405    set_namelist namelist_pisces ln_ironsed .false. 
     406    set_namelist namelist_pisces ln_hydrofe .false. 
    395407    cd ${SETTE_DIR} 
    396408    . ./fcm_job.sh input_ORCA2_OFF_PISCES.cfg 4 ${TEST_NAME} 
     
    415427    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
    416428    # if not you need input files, and for tests is not necessary 
    417     set_namelist namelist_pisces ln_ironsed .false. 
    418     set_namelist namelist_pisces ln_river .false. 
    419     set_namelist namelist_pisces ln_ndepo .false. 
    420     set_namelist namelist_pisces ln_dust .false. 
    421     set_namelist namelist_pisces ln_presatm .false. 
     429    set_namelist namelist_pisces ln_presatm .false. 
     430    set_namelist namelist_pisces ln_varpar .false. 
     431    set_namelist namelist_pisces ln_dust .false. 
     432    set_namelist namelist_pisces ln_solub .false. 
     433    set_namelist namelist_pisces ln_river .false. 
     434    set_namelist namelist_pisces ln_ndepo .false. 
     435    set_namelist namelist_pisces ln_ironsed .false. 
     436    set_namelist namelist_pisces ln_hydrofe .false. 
     437    # put ln_pisdmp to false : no relaxation to global mean value 
     438    set_namelist namelist_pisces ln_pisdmp .false. 
    422439    cd ${SETTE_DIR} 
    423440    . ./fcm_job.sh input_ORCA2_OFF_PISCES.cfg 4 ${TEST_NAME} 
     
    445462    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    446463    # if not you need input files, and for tests is not necessary 
    447     set_namelist namelist_pisces ln_ironsed .false. 
    448     set_namelist namelist_pisces ln_river .false. 
    449     set_namelist namelist_pisces ln_ndepo .false. 
    450     set_namelist namelist_pisces ln_dust .false. 
    451     set_namelist namelist_pisces ln_presatm .false. 
     464    set_namelist namelist_pisces ln_presatm .false. 
     465    set_namelist namelist_pisces ln_varpar .false. 
     466    set_namelist namelist_pisces ln_dust .false. 
     467    set_namelist namelist_pisces ln_solub .false. 
     468    set_namelist namelist_pisces ln_river .false. 
     469    set_namelist namelist_pisces ln_ndepo .false. 
     470    set_namelist namelist_pisces ln_ironsed .false. 
     471    set_namelist namelist_pisces ln_hydrofe .false. 
     472    # put ln_pisdmp to false : no relaxation to global mean value 
     473    set_namelist namelist_pisces ln_pisdmp .false. 
    452474    cd ${SETTE_DIR} 
    453475    . ./fcm_job.sh input_ORCA2_OFF_PISCES.cfg 16 ${TEST_NAME} 
     
    468490    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
    469491    # if not you need input files, and for tests is not necessary 
    470     set_namelist namelist_pisces ln_ironsed .false. 
    471     set_namelist namelist_pisces ln_river .false. 
    472     set_namelist namelist_pisces ln_ndepo .false. 
    473     set_namelist namelist_pisces ln_dust .false. 
    474     set_namelist namelist_pisces ln_presatm .false. 
     492    set_namelist namelist_pisces ln_presatm .false. 
     493    set_namelist namelist_pisces ln_varpar .false. 
     494    set_namelist namelist_pisces ln_dust .false. 
     495    set_namelist namelist_pisces ln_solub .false. 
     496    set_namelist namelist_pisces ln_river .false. 
     497    set_namelist namelist_pisces ln_ndepo .false. 
     498    set_namelist namelist_pisces ln_ironsed .false. 
     499    set_namelist namelist_pisces ln_hydrofe .false. 
     500    # put ln_pisdmp to false : no relaxation to global mean value 
     501    set_namelist namelist_pisces ln_pisdmp .false. 
    475502    cd ${SETTE_DIR} 
    476503    . ./fcm_job.sh input_ORCA2_OFF_PISCES.cfg 16 ${TEST_NAME} 
Note: See TracChangeset for help on using the changeset viewer.