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

Changeset 14879 for utils/CI


Ignore:
Timestamp:
2021-05-18T16:30:50+02:00 (3 years ago)
Author:
acc
Message:

Branch: sette_ticket2673. Rookie mistake - forgot to set compatible nn_hls values in the nest namelists. Correct now

File:
1 edited

Legend:

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

    r14878 r14879  
    397397    set_namelist 1_namelist_cfg nn_stock $(( ${ITEND} * 3 / 2 )) 
    398398    set_namelist 1_namelist_cfg sn_cfctl%l_runstat .true. 
     399    set_namelist_opt 1_namelist_cfg nn_hls ${USING_EXTRA_HALO} 2 1 
    399400    
    400401    set_xio_using_server iodef.xml ${USING_MPMD} 
     
    427428    set_namelist 1_namelist_cfg nn_rstctl 2 
    428429    set_namelist 1_namelist_cfg cn_ocerst_in \"VORTEX_LONG_${ITRST_1}_restart\" 
     430    set_namelist_opt 1_namelist_cfg nn_hls ${USING_EXTRA_HALO} 2 1 
    429431       
    430432    set_xio_using_server iodef.xml ${USING_MPMD} 
     
    476478    set_namelist 1_namelist_cfg jpnj 3 
    477479    set_namelist 1_namelist_cfg sn_cfctl%l_runstat .true. 
     480    set_namelist_opt 1_namelist_cfg nn_hls ${USING_EXTRA_HALO} 2 1 
    478481 
    479482    if [ ${USING_MPMD} == "yes" ] ; then 
     
    514517    set_namelist 1_namelist_cfg jpnj 2 
    515518    set_namelist 1_namelist_cfg sn_cfctl%l_runstat .true. 
     519    set_namelist_opt 1_namelist_cfg nn_hls ${USING_EXTRA_HALO} 2 1 
    516520 
    517521    set_xio_using_server iodef.xml ${USING_MPMD} 
     
    571575    set_namelist 1_namelist_cfg nn_stock $(( ${ITEND} * 3 / 2 )) 
    572576    set_namelist 1_namelist_cfg sn_cfctl%l_runstat .true. 
     577    set_namelist_opt 1_namelist_cfg nn_hls ${USING_EXTRA_HALO} 2 1 
    573578     
    574579    set_xio_using_server iodef.xml ${USING_MPMD} 
     
    603608    set_namelist 1_namelist_cfg cn_ocerst_in \"ICE_AGRIF_LONG_${ITRST_1}_restart\" 
    604609    set_namelist 1_namelist_ice_cfg cn_icerst_in \"ICE_AGRIF_LONG_${ITRST_1}_restart_ice\" 
     610    set_namelist_opt 1_namelist_cfg nn_hls ${USING_EXTRA_HALO} 2 1 
    605611     
    606612     
     
    659665    set_namelist 1_namelist_cfg jpnj 3 
    660666    set_namelist 1_namelist_cfg sn_cfctl%l_runstat .true. 
     667    set_namelist_opt 1_namelist_cfg nn_hls ${USING_EXTRA_HALO} 2 1 
    661668 
    662669    set_xio_using_server iodef.xml ${USING_MPMD} 
     
    693700    set_namelist 1_namelist_cfg jpnj 2 
    694701    set_namelist 1_namelist_cfg sn_cfctl%l_runstat .true. 
     702    set_namelist_opt 1_namelist_cfg nn_hls ${USING_EXTRA_HALO} 2 1 
    695703     
    696704    set_xio_using_server iodef.xml ${USING_MPMD} 
Note: See TracChangeset for help on using the changeset viewer.