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

Changeset 7756 for trunk/NEMOGCM/CONFIG


Ignore:
Timestamp:
2017-03-03T14:32:40+01:00 (7 years ago)
Author:
timgraham
Message:

Modification to makenemo and sette.sh so that ORCA2_LIM3_OBS and AGRIF tests test can be built using ORCA2_LIM3_PISCES as reference config without extracting TOP_SRC code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/makenemo

    r7715 r7756  
    288288   echo "You are  installing a new configuration based on ${REF_CONF}" 
    289289   . ${COMPIL_DIR}/Fcopy_dir.sh ${REF_CONF} 
     290    elif [ ${#NEM_SUBDIR} -gt 0 ] && [ ${#REF_CONF} -gt 0 ]; then 
     291        echo "You are installing an hydrid configuration based on ${REF_CONF} with components ${NEM_SUBDIR}" 
     292        . ${COMPIL_DIR}/Fcopy_dir.sh ${REF_CONF} 
     293        TAB=( ${NEM_SUBDIR} ) 
    290294    elif [ ${#NEM_SUBDIR} -eq 0 ] && [ ${#USP_CONF} -gt 0 ]; then 
    291295   echo "You are  installing a new configuration based on the unsupported (external) ${USP_CONF}" 
Note: See TracChangeset for help on using the changeset viewer.