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 8328 for trunk/NEMOGCM – NEMO

Changeset 8328 for trunk/NEMOGCM


Ignore:
Timestamp:
2017-07-13T13:32:56+02:00 (7 years ago)
Author:
rblod
Message:

Fix default config in makenemo see ticket #1929

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/makenemo

    r7756 r8328  
    6363# :: 
    6464# 
    65 #  $ ./makenemo -m ifort_osx - j3 -n ORCA2_LIM 
     65#  $ ./makenemo -m ifort_osx - j3 -n ORCA2_LIM3_PISCES 
    6666# 
    6767# 
     
    267267#- 
    268268#- Choose a default configuration if needed --- 
    269 #- ORCA2_LIM or last one used --- 
     269#- ORCA2_LIM3_PISCES or last one used --- 
    270270. ${COMPIL_DIR}/Fcheck_config.sh cfg.txt ${NEW_CONF} || exit 
    271271 
    272272if [ ${#NEW_CONF} -eq 0 ] ; then 
    273273    if [ ${#NEM_SUBDIR} -eq 0 ] && [ ${#REF_CONF} -eq 0 ] && [ ${#USP_CONF} -eq 0 ] ; then 
    274    echo "You are installing a new default (ORCA2_LIM) configuration" 
     274   echo "You are installing a new default (ORCA2_LIM3_PISCES) configuration" 
    275275   ind=0 
    276276   . ${COMPIL_DIR}/Fread_dir.sh OPA_SRC    YES 
     
    280280   . ${COMPIL_DIR}/Fread_dir.sh NST_SRC    YES 
    281281   . ${COMPIL_DIR}/Fread_dir.sh OFF_SRC    NO 
    282    REF_CONF=ORCA2_LIM 
     282   . ${COMPIL_DIR}/Fread_dir.sh SAO_SRC    NO 
     283   . ${COMPIL_DIR}/Fread_dir.sh SAS_SRC    NO 
     284   REF_CONF=ORCA2_LIM3_PISCES 
    283285    elif [ ${#NEM_SUBDIR} -gt 0 ] && [ ${#REF_CONF} -eq 0 ] && [ ${#USP_CONF} -eq 0 ] ; then 
    284    echo "You are  installing a new configuration based on ORCA2_LIM" 
     286   echo "You are  installing a new configuration based on ORCA2_LIM3_PISCES" 
    285287   TAB=( ${NEM_SUBDIR} ) 
    286    REF_CONF=ORCA2_LIM 
     288   REF_CONF=ORCA2_LIM3_PISCES 
    287289    elif [ ${#NEM_SUBDIR} -eq 0 ] && [ ${#REF_CONF} -gt 0 ]; then 
    288290   echo "You are  installing a new configuration based on ${REF_CONF}" 
Note: See TracChangeset for help on using the changeset viewer.