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 7722 – NEMO

Changeset 7722


Ignore:
Timestamp:
2017-02-23T11:27:18+01:00 (7 years ago)
Author:
flavoni
Message:

update test for ORCA2_LIM3_OBS, active with pisces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/sette.sh

    r7715 r7722  
    158158#                     15 & 16  
    159159 
    160 for config in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 
     160for config in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  
    161161 
    162162do 
     
    996996    export TEST_NAME="REPRO_4_8" 
    997997    cd ${CONFIG_DIR0} 
    998     . ./makenemo -m ${CMP_NAM} -n ORCA2_LIM3_OBS -r ORCA2_LIM3_PISCES -j 8 add_key "key_asminc" del_key "key_top" 
     998    . ./makenemo -m ${CMP_NAM} -n ORCA2_LIM3_OBS -r ORCA2_LIM3_PISCES -j 8 add_key "key_asminc" 
    999999    cd ${SETTE_DIR} 
    10001000    . ./param.cfg 
     
    10121012    set_namelist namelist_cfg ln_read_cfg .true. 
    10131013    set_namelist namelist_cfg ln_linssh .false. 
     1014    set_namelist namelist_cfg ln_icebergs .false. 
    10141015    set_namelist namelist_cfg jpni 4 
    10151016    set_namelist namelist_cfg jpnj 8 
     
    10271028    set_namelist namelist_cfg ln_sshinc .true. 
    10281029    set_namelist namelist_cfg ln_asmiau .true. 
    1029     rm namelist_top_cfg 
    1030     rm namelist_top_ref 
    1031     rm namelist_pisces_cfg 
    1032     rm namelist_pisces_ref 
     1030    #remove all useless options for pisces (due to ORCA2_LIM3_PISCES reference configuration) 
     1031    set_namelist namelist_top_cfg ln_trcdta .false.  
     1032    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
     1033    # if not you need input files, and for tests is not necessary 
     1034    set_namelist namelist_pisces_cfg ln_presatm .false. 
     1035    set_namelist namelist_pisces_cfg ln_varpar .false. 
     1036    set_namelist namelist_pisces_cfg ln_dust .false. 
     1037    set_namelist namelist_pisces_cfg ln_solub .false. 
     1038    set_namelist namelist_pisces_cfg ln_river .false. 
     1039    set_namelist namelist_pisces_cfg ln_ndepo .false. 
     1040    set_namelist namelist_pisces_cfg ln_ironsed .false. 
     1041    set_namelist namelist_pisces_cfg ln_ironice .false. 
     1042    set_namelist namelist_pisces_cfg ln_hydrofe .false. 
    10331043    if [ ${USING_MPMD} == "yes" ] ; then 
    10341044       set_xio_using_server iodef.xml true 
     
    10551065    set_namelist namelist_cfg ln_read_cfg .true. 
    10561066    set_namelist namelist_cfg ln_linssh .false. 
     1067    set_namelist namelist_cfg ln_icebergs .false. 
    10571068    set_namelist namelist_cfg jpni 8 
    10581069    set_namelist namelist_cfg jpnj 4 
     
    10701081    set_namelist namelist_cfg ln_sshinc .true. 
    10711082    set_namelist namelist_cfg ln_asmiau .true. 
    1072     rm namelist_top_cfg 
    1073     rm namelist_top_ref 
    1074     rm namelist_pisces_cfg 
    1075     rm namelist_pisces_ref 
     1083    #remove all useless options for pisces (due to ORCA2_LIM3_PISCES reference configuration) 
     1084    set_namelist namelist_top_cfg ln_trcdta .false. 
     1085    # put ln_ironsed, ln_river, ln_ndepo, ln_dust to false 
     1086    # if not you need input files, and for tests is not necessary 
     1087    set_namelist namelist_pisces_cfg ln_presatm .false. 
     1088    set_namelist namelist_pisces_cfg ln_varpar .false. 
     1089    set_namelist namelist_pisces_cfg ln_dust .false. 
     1090    set_namelist namelist_pisces_cfg ln_solub .false. 
     1091    set_namelist namelist_pisces_cfg ln_river .false. 
     1092    set_namelist namelist_pisces_cfg ln_ndepo .false. 
     1093    set_namelist namelist_pisces_cfg ln_ironsed .false. 
     1094    set_namelist namelist_pisces_cfg ln_ironice .false. 
     1095    set_namelist namelist_pisces_cfg ln_hydrofe .false. 
    10761096    if [ ${USING_MPMD} == "yes" ] ; then 
    10771097       set_xio_using_server iodef.xml true 
     
    10891109    export TEST_NAME="SHORT" 
    10901110    cd ${CONFIG_DIR0} 
    1091     . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_1_2 -r ORCA2_LIM3_PISCES -j 8 add_key "key_agrif" del_key "key_zdftmx" del_key "key_top" 
     1111    . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_1_2 -r ORCA2_LIM3_PISCES -j 8 add_key "key_agrif" del_key "key_zdftmx" 
    10921112    cd ${SETTE_DIR} 
    10931113    . ./param.cfg 
     
    11101130    set_namelist namelist_cfg jpnj 2 
    11111131    set_namelist namelist_cfg jpnij 2 
    1112     rm namelist_top_cfg 
    1113     rm namelist_top_ref 
    1114     rm namelist_pisces_cfg 
    1115     rm namelist_pisces_ref 
    11161132    set_namelist 1_namelist_cfg nn_it000 1 
    11171133    set_namelist 1_namelist_cfg nn_itend 150 
     
    11391155    export TEST_NAME="SHORT_NOZOOM" 
    11401156    cd ${CONFIG_DIR0} 
    1141     . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_2_2 -r ORCA2_LIM3_PISCES -j 8 add_key "key_agrif" del_key "key_zdftmx" del_key "key_top" 
     1157    . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_2_2 -r ORCA2_LIM3_PISCES -j 8 add_key "key_agrif" del_key "key_zdftmx" 
    11421158    cd ${SETTE_DIR} 
    11431159    . ./param.cfg 
     
    11601176    set_namelist namelist_cfg jpnj 2 
    11611177    set_namelist namelist_cfg jpnij 4 
    1162     rm namelist_top_cfg 
    1163     rm namelist_top_ref 
    1164     rm namelist_pisces_cfg 
    1165     rm namelist_pisces_ref 
    11661178#  
    11671179#   Set the number of fine grids to zero:     
     
    11801192    export TEST_NAME="SHORT_NOAGRIF" 
    11811193    cd ${CONFIG_DIR0} 
    1182     . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_2_2_NAG -r ORCA2_LIM3_PISCES -j 8 del_key "key_zdftmx" del_key "key_top" 
     1194    . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_2_2_NAG -r ORCA2_LIM3_PISCES -j 8 del_key "key_zdftmx" 
    11831195    cd ${SETTE_DIR} 
    11841196    . ./param.cfg 
     
    12011213    set_namelist namelist_cfg jpnj 2 
    12021214    set_namelist namelist_cfg jpnij 4 
    1203     rm namelist_top_cfg 
    1204     rm namelist_top_ref 
    1205     rm namelist_pisces_cfg 
    1206     rm namelist_pisces_ref 
    12071215# 
    12081216    if [ ${USING_MPMD} == "yes" ] ; then 
     
    12221230    export TEST_NAME="LONG" 
    12231231    cd ${CONFIG_DIR0} 
    1224     . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_LONG -r ORCA2_LIM3_PISCES -j 8 add_key "key_agrif" del_key "key_zdftmx" del_key "key_top" 
     1232    . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_LONG -r ORCA2_LIM3_PISCES -j 8 add_key "key_agrif" del_key "key_zdftmx" 
    12251233    cd ${SETTE_DIR} 
    12261234    . ./param.cfg 
     
    12541262    set_namelist 1_namelist_cfg ln_hpg_sco .false. 
    12551263    set_namelist 1_namelist_cfg ln_hpg_zps .true.  
    1256     rm namelist_top_cfg 
    1257     rm namelist_top_ref 
    1258     rm namelist_pisces_cfg 
    1259     rm namelist_pisces_ref 
    12601264# 
    12611265    if [ ${USING_MPMD} == "yes" ] ; then 
     
    12861290    set_namelist namelist_cfg jpnj 2 
    12871291    set_namelist namelist_cfg jpnij 4 
    1288     rm namelist_top_cfg 
    1289     rm namelist_top_ref 
    1290     rm namelist_pisces_cfg 
    1291     rm namelist_pisces_ref 
    12921292    set_namelist 1_namelist_cfg cn_exp \"O2LP_SHORT\" 
    12931293    set_namelist 1_namelist_cfg nn_it000 151 
     
    13271327    export TEST_NAME="REPRO_4_4" 
    13281328    cd ${CONFIG_DIR0} 
    1329     . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_16 -r ORCA2_LIM3_PISCES -j 8 add_key "key_agrif" del_key "key_zdftmx" del_key "key_top" 
     1329    . ./makenemo -m ${CMP_NAM} -n ORCA2AGUL_16 -r ORCA2_LIM3_PISCES -j 8 add_key "key_agrif" del_key "key_zdftmx" 
    13301330    cd ${SETTE_DIR} 
    13311331    . ./param.cfg 
     
    13481348    set_namelist namelist_cfg jpnj 4 
    13491349    set_namelist namelist_cfg jpnij 16 
    1350     rm namelist_top_cfg 
    1351     rm namelist_top_ref 
    1352     rm namelist_pisces_cfg 
    1353     rm namelist_pisces_ref 
    13541350    set_namelist 1_namelist_cfg nn_it000 1 
    13551351    set_namelist 1_namelist_cfg nn_itend 150 
     
    13901386    set_namelist namelist_cfg jpnj 8 
    13911387    set_namelist namelist_cfg jpnij 16 
    1392     rm namelist_top_cfg 
    1393     rm namelist_top_ref 
    1394     rm namelist_pisces_cfg 
    1395     rm namelist_pisces_ref 
    13961388    set_namelist 1_namelist_cfg nn_it000 1 
    13971389    set_namelist 1_namelist_cfg nn_itend 150 
Note: See TracChangeset for help on using the changeset viewer.