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

Changeset 12457


Ignore:
Timestamp:
2020-02-25T16:42:01+01:00 (4 years ago)
Author:
mathiot
Message:

change due to icb restart name change (consistent with ice/trc restart name) (ticket #1927)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette_ticket1927/sette_reference-configurations.sh

    r12428 r12457  
    380380    set_namelist namelist_top_cfg nn_rsttr 2 
    381381    set_namelist namelist_cfg cn_ocerst_in \"O2L3P_LONG_00000496_restart\" 
     382    set_namelist namelist_cfg cn_icbrst_in \"O2L3P_LONG_00000496_restart_icb\" 
    382383    set_namelist namelist_top_cfg cn_trcrst_in \"O2L3P_LONG_00000496_restart_trc\" 
    383384    set_namelist namelist_ice_cfg cn_icerst_in \"O2L3P_LONG_00000496_restart_ice\" 
     
    399400        if [ ${USING_ICEBERGS} == "yes" ] 
    400401            then 
    401              ln -sf ../LONG/O2L3P_LONG_icebergs_00000496_restart_${L_NPROC}.nc O2L3P_LONG_00000496_restart_icebergs_${L_NPROC}.nc 
     402             ln -sf ../LONG/O2L3P_LONG_00000496_restart_icb_${L_NPROC}.nc O2L3P_LONG_00000496_restart_icb_${L_NPROC}.nc 
    402403        fi 
    403404    done 
Note: See TracChangeset for help on using the changeset viewer.