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 10819 for NEMO/branches/2019/fix_sette_ticket2239/param.cfg – NEMO

Ignore:
Timestamp:
2019-04-01T15:10:17+02:00 (6 years ago)
Author:
mathiot
Message:

update README and add comments in param.cfg (ticket #2239)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_sette_ticket2239/param.cfg

    r10769 r10819  
    1 # Computer dependant variable needed to run sette 
     1# Computer/user dependant variable needed to run sette 
    22# 
    33# Compiler among those in NEMOGCM/ARCH 
     
    99NEMO_REV_REF=0000 
    1010# 
    11 # IF SETTE_* variable mentioned below are exported from your initialisation, nothing to do 
    12 # otherwise, please update the default iniitialisation or overwrite it 
     11# ------------------------------------------------------------------------------------------ 
     12# IMPORTANT: 
     13# variables (BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) 
     14# can be exported from your shell startup files.  
     15# If it is the case, nothing to do 
     16# otherwise, you need to update the default initialisation 
     17# 
     18# ADVISE: setup the default value in your startup file if it doesn't fit your need. 
    1319# 
    1420# BATCH command 
     
    1723# command to check job status 
    1824BATCH_STAT=${SETTE_BATCH_STAT:-llq} 
    19 # generic sette job name 
     25# generic sette job name (as it appears with $BATCH_STAT command) 
    2026BATCH_NAME=${SETTE_BATCH_NAME:-sette} 
    21 # List of test configurations 
    22 TEST_CONFIGS=${SETTE_TEST_CONFIGS:-"ORCA2_ICE_PISCES ORCA2_OFF_PISCES AMM12 AGRIF SPITZ12 GYRE_PISCES SAS ORCA2_ICE_OBS ICE_AGRIF OVERFLOW LOCK_EXCHANGE VORTEX ISOMIP"} 
    2327# 
    24 #- FORCING files storing 
     28# 
     29# FILES STORING 
     30# forcing files storing 
    2531FORCING_DIR=${SETTE_FORCING_DIR:-$WORKDIR/FORCING} 
     32# validation files storing 
     33NEMO_VALIDATION_DIR=${WORKDIR:-$MAIN_DIR}/NEMO_VALIDATION 
     34# input files storing (namelist, iodef ...) (DO NOT CHANGE) 
     35INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 
    2636# 
    27 # CMD for svn (some people use git svn)  
     37# 
     38# MISCELENIOUS 
     39# command for svn (some people use git svn)  
    2840# used in sette_rpt and in all_function to display revision and build correct repository name 
    2941SVN_CMD=${SETTE_SVN_CMD:-svn} 
    30 # 
     42# add key key_nosignedzero at the compilation step 
     43ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"} 
    3144#- only for IBM 
    3245#TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 
    3346# 
    34 #- key_nosignedzero 
    35 ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"} 
    3647# 
    37 #- INPUT files storing 
    38 INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 
    39 # 
    40 #- VALIDATION files storing 
    41 NEMO_VALIDATION_DIR=${WORKDIR:-$MAIN_DIR}/NEMO_VALIDATION 
    42 # 
     48# LIST OF CONFIGURATIONS 
     49# to be updated if you added an new configuration in sette_test-cases.sh or sette_reference-configuration.sh 
     50TEST_CONFIGS=${SETTE_TEST_CONFIGS:-"ORCA2_ICE_PISCES ORCA2_OFF_PISCES AMM12 AGRIF SPITZ12 GYRE_PISCES SAS ORCA2_ICE_OBS ICE_AGRIF OVERFLOW LOCK_EXCHANGE VORTEX ISOMIP"} 
Note: See TracChangeset for help on using the changeset viewer.