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

Changeset 5684 for branches/2015


Ignore:
Timestamp:
2015-08-12T19:48:56+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Modifications for AGRIF Agulhas, bugfixes & more readability

Location:
branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/martin.cfg

    r5670 r5684  
    1 # User configuration 
     1## User configuration 
     2##------------------- 
    23 
    3 # NEMO overall configuration: 
     4 
     5## Global Directories: 
     6DIR_WORK=$CCCWORKDIR 
     7DIR_SCRA=$SCRATCHDIR/trusting 
     8DIR_STOR=$CCCSTOREDIR/trusting_sav 
     9 
     10 
     11## NEMO overall installation: 
    412[ -z "${NEMO_BRAN}" ] && NEMO_BRAN='trunk' 
     13NEMO_HOME=${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM 
     14 
     15### Reference/'Trusting' configuration 
    516[ -z "${REFE_CONF}" ] && REFE_CONF='ORCA2_LIM_PISCES' 
     17TEST_CONF=${REFE_CONF}'_trust' 
     18KEYS_ADD=''; KEYS_DEL='' 
     19[ ${REFE_CONF} == 'ORCA2_LIM_PISCES'  ] && TEST_CONF='O2LP_trust' 
     20[ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && TEST_CONF='O1L3P_trust' 
     21[ ${REFE_CONF} == 'ORCA2_LIM'         ] && TEST_CONF='O2LA_trust' && KEYS_ADD='key_agrif' && KEYS_DEL='key_zdftmx' 
     22 
     23### Inputs 
     24NEMO_FORC=${DIR_WORK}/NEMO/FORC 
    625[ -z "${NEMO_TARF}" ] && NEMO_TARF='ORCA2_LIM_nemo_v3.6.tar' 
    7 [ -z "${TEST_CONF}" ] && TEST_CONF='O2LP_trust' 
    8 NEMO_HOME=$CCCWORKDIR/NEMO/${NEMO_BRAN}/NEMOGCM 
    9 NEMO_FORC=$CCCWORKDIR/NEMO/FORC 
     26[ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && NEMO_TARF='INPUTS_ORCA1_LIM3_PISCES_V6.tar' 
     27[ ${REFE_CONF} == 'AMM12'             ] && NEMO_TARF='AMM12_v3.6.tar' 
    1028 
    11 # Comparatives directories localization: 
    12 REFE_DIR=$CCCSTOREDIR/trusting_sav/${REFE_CONF}/${NEMO_BRAN} 
    13 TEST_DIR=$SCRATCHDIR/trusting/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE} 
    1429 
    15 # External softs directories: 
    16 DIR_XIOS=$CCCWORKDIR/XIOS/xios-1.0 
    17 #DIR_OASI=$CCCWORKDIR/OASIS 
     30## Comparatives directories path: 
     31REFE_DIR=${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN} 
     32TEST_DIR=${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE} 
    1833 
    19 # Mailing list to inform of a failure, -p|--publish option required 
     34 
     35## External softs directories: 
     36DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0 
     37#DIR_OASI=${DIR_WORK}/OASIS 
     38 
     39 
     40## Mailing list to inform of a failure (-p|--publish option required) 
    2041[ -z "$EMAIL" ] && EMAIL='ntmlod@locean-ipsl.upmc.fr' 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/romr005.cfg

    r5683 r5684  
    3535## External softs directories: 
    3636DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0 
    37 #DIR_OASI=${DIR_WORK}/OASIS         
     37#DIR_OASI=${DIR_WORK}/OASIS 
    3838 
    3939 
    4040## Mailing list to inform of a failure (-p|--publish option required) 
    41 [ -z "$EMAIL"] && EMAIL=ntmlod@locean-ipsl.upmc.fr 
     41[ -z "$EMAIL" ] && EMAIL='ntmlod@locean-ipsl.upmc.fr' 
Note: See TracChangeset for help on using the changeset viewer.