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 12568 for utils – NEMO

Changeset 12568 for utils


Ignore:
Timestamp:
2020-03-18T12:01:29+01:00 (4 years ago)
Author:
mathiot
Message:

ticket2304: synchronise branch with lates revision of sette

Location:
utils/CI/sette_ticket2304
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette_ticket2304/BATCH_TEMPLATE/batch-XC40_METO

    r9988 r12568  
    55#PBS -j oe 
    66#PBS -q normal 
     7#PBS -V 
    78#PBS -l SELECT 
    89 
     
    1011  export OMP_NUM_THREADS=1 
    1112  cd $PBS_O_WORKDIR 
    12   export XIO_HOME=/projects/ocean/nemo/xios/xios_1.0_r618_20150619/XIOS 
     13  export XIO_HOME=$xios_path 
    1314# 
    1415  echo " "; 
  • utils/CI/sette_ticket2304/sette_reference-configurations.sh

    r12445 r12568  
    392392    set_namelist namelist_top_cfg nn_rsttr 2 
    393393    set_namelist namelist_cfg cn_ocerst_in \"O2L3P_LONG_00000496_restart\" 
     394    set_namelist namelist_cfg cn_icbrst_in \"O2L3P_LONG_00000496_restart_icb\" 
    394395    set_namelist namelist_top_cfg cn_trcrst_in \"O2L3P_LONG_00000496_restart_trc\" 
    395396    set_namelist namelist_ice_cfg cn_icerst_in \"O2L3P_LONG_00000496_restart_ice\" 
     
    411412        if [ ${USING_ICEBERGS} == "yes" ] 
    412413            then 
    413              ln -sf ../LONG/O2L3P_LONG_icebergs_00000496_restart_${L_NPROC}.nc O2L3P_LONG_00000496_restart_icebergs_${L_NPROC}.nc 
     414             ln -sf ../LONG/O2L3P_LONG_00000496_restart_icb_${L_NPROC}.nc O2L3P_LONG_00000496_restart_icb_${L_NPROC}.nc 
    414415        fi 
    415416    done 
Note: See TracChangeset for help on using the changeset viewer.