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 12882 for utils/CI – NEMO

Changeset 12882 for utils/CI


Ignore:
Timestamp:
2020-05-06T17:26:59+02:00 (4 years ago)
Author:
mathiot
Message:

ticket #2459: set longer simulation (10 days) for ISOMIP+ in SETTE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette_ticket2459/sette_test-cases.sh

    r12878 r12882  
    753753    set_namelist namelist_cfg cn_exp \"ISOMIP+_LONG\" 
    754754    set_namelist namelist_cfg nn_it000 1 
    755     set_namelist namelist_cfg nn_itend 960 
    756     set_namelist namelist_cfg nn_stock 480 
     755    set_namelist namelist_cfg nn_itend 1200 
     756    set_namelist namelist_cfg nn_stock 600 
    757757    set_namelist namelist_cfg jpni 9 
    758758    set_namelist namelist_cfg jpnj 3 
     
    774774    cd ${EXE_DIR} 
    775775    set_namelist namelist_cfg cn_exp \"ISOMIP+_SHORT\" 
    776     set_namelist namelist_cfg nn_it000 481 
    777     set_namelist namelist_cfg nn_itend 960 
    778     set_namelist namelist_cfg nn_stock 480 
     776    set_namelist namelist_cfg nn_it000 601 
     777    set_namelist namelist_cfg nn_itend 1200 
     778    set_namelist namelist_cfg nn_stock 600 
    779779    set_namelist namelist_cfg ln_rstart .true. 
    780780    set_namelist namelist_cfg nn_rstctl 2 
     
    783783    set_namelist namelist_cfg sn_cfctl%l_config .true. 
    784784    set_namelist namelist_cfg sn_cfctl%l_runstat .true. 
    785     set_namelist namelist_cfg cn_ocerst_in \"ISOMIP+_LONG_00000480_restart\" 
     785    set_namelist namelist_cfg cn_ocerst_in \"ISOMIP+_LONG_00000600_restart\" 
    786786    if [ ${USING_MPMD} == "yes" ] ; then 
    787787       set_xio_using_server iodef.xml true 
     
    792792        L_NPROC=$(( $i - 1 )) 
    793793        L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    794         ln -sf ../LONG/ISOMIP+_LONG_00000480_restart_${L_NPROC}.nc . 
     794        ln -sf ../LONG/ISOMIP+_LONG_00000600_restart_${L_NPROC}.nc . 
    795795    done 
    796796 
     
    815815    set_namelist namelist_cfg cn_exp \"ISOMIP+_93\" 
    816816    set_namelist namelist_cfg nn_it000 1 
    817     set_namelist namelist_cfg nn_itend 480 
     817    set_namelist namelist_cfg nn_itend 600 
    818818    set_namelist namelist_cfg jpni 9 
    819819    set_namelist namelist_cfg jpnj 3 
     
    841841    set_namelist namelist_cfg cn_exp \"ISOMIP+_84\" 
    842842    set_namelist namelist_cfg nn_it000 1 
    843     set_namelist namelist_cfg nn_itend 480 
     843    set_namelist namelist_cfg nn_itend 600 
    844844    set_namelist namelist_cfg jpni 8 
    845845    set_namelist namelist_cfg jpnj 4 
Note: See TracChangeset for help on using the changeset viewer.