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 4093 for branches – NEMO

Changeset 4093 for branches


Ignore:
Timestamp:
2013-10-21T18:37:28+02:00 (11 years ago)
Author:
andrewryan
Message:

Added a symbolic link of the offline obs_oper executable to the EXP00 directory when a build is succesful and the offline obs_oper is selected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/CONFIG/makenemo

    r4091 r4093  
    390390    [ -f ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/nemo.exe ] && ln -sf ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/nemo.exe  ${CONFIG_DIR}/${NEW_CONF}/EXP00/opa 
    391391 
     392    # Offline obs_oper executable link 
     393    if [ ${OFFLINE_OBSOPER} ] ; then 
     394       [ -f ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/offline_oper.exe ] && ln -sf ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/offline_oper.exe  ${CONFIG_DIR}/${NEW_CONF}/EXP00/obs_oper 
     395    fi 
     396 
    392397#add remove for clean option 
    393398    if  [ ${#x_c} -ne 0 ]; then 
Note: See TracChangeset for help on using the changeset viewer.