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 5671 for branches/2015 – NEMO

Changeset 5671 for branches/2015


Ignore:
Timestamp:
2015-08-05T19:34:52+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Add AMM12 configuration

Location:
branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/inputs/AMM12/namelist_cfg

    r5664 r5671  
    4949&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    5050!----------------------------------------------------------------------- 
     51   nn_msh      =       0               !  create (=1) a mesh file or not (=0) 
    5152   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    5253   rn_rdtmin   =   600.          !  minimum time step on tracers (used if nn_acc=1) 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting.sh

    r5669 r5671  
    77##--------------------------------------------------- 
    88NEMO_TRUS=$PWD 
    9 DEBUG=0; PUBLISH=0; 
     9DEBUG=0; PUBLISH=0; TIME_STEP=0 
    1010I_MODULE=0; ST='FAILED' ## No 'module' command & 'FAILED' status 
    1111xios_full='--full'; stderr_redir='>&' ## DEBUG options 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh

    r5670 r5671  
    138138   ${JOB_DELE} ${JOB_ID} &> /dev/null 
    139139   let TIME_LIMIT/=3600 
     140   export ${TIME_LIMIT} 
    140141   get_out 6 
    141142    fi 
     
    156157diff_restart() { 
    157158    local base_name diff_rcd file nb_dom 
    158     local dif=0 files_list='' 
     159    local dif=0 files_list='' list_rst=('restart restart_ice restart_trc restart_oce_out') 
    159160 
    160161    [ ! -e  ${REFE_DIR}/time.step ] && export ST='FAILED' && get_out 7 
    161162 
    162     TIME_STEP=$( cat ${REFE_DIR}/time.step | tr -d [:space:] ) 
     163    export TIME_STEP=$( cat ${REFE_DIR}/time.step | tr -d [:space:] ) 
    163164    echo 'Last time step of standard run: '${TIME_STEP} 
    164165 
     
    167168                | cut -d/ -f2 | sed "s/^\(.*$TIME_STEP\)\_restart.*/\1\_/" ) 
    168169 
    169    for comp in restart restart_ice restart_trc; do 
     170   for comp in ${list_rst}; do 
    170171       file=${base_name}${comp} 
    171172 
     
    213214comments() { 
    214215    local state=$1 
    215     export TIME_STEP=0 
    216216 
    217217    if [ "$state" == 'E R R O R' ]; then 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_help.txt

    r5292 r5671  
    2121   - Output will be saved at : 
    2222     $ ls $CCCSTOREDIR/IGCM_OUT 
    23  
Note: See TracChangeset for help on using the changeset viewer.