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 188 for trunk/UTIL – NEMO

Changeset 188 for trunk/UTIL


Ignore:
Timestamp:
2004-11-30T11:23:33+01:00 (19 years ago)
Author:
opalod
Message:

CL + CE : UPDATE129 : for use of tracer component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/fait_AA_make

    r164 r188  
    395395echo '       echo "   use TRC_SRC files"              ; \' 
    396396echo '      \$(RM) *.passivetrc.h ; \' 
    397 echo '      ln -sf ../TRC_SRC/*.[Ffh]          . ; ln -sf ../TRC_SRC/SMS/*.[Ffh]     . ; \' 
     397echo '      \$(RM) trcstp.F90 ; \' 
     398echo '      \$(RM) trc_oce.F90 ; \' 
     399echo '      ln -sf ../TRC_SRC/*.[Ffh]              . ; \' 
     400echo '      ln -sf ../TRC_SRC/*.[Ffh]90            . ; \' 
     401echo '      ln -sf ../TRC_SRC/SMS/*.[Ffh]          . ; \' 
     402echo '      ln -sf ../TRC_SRC/SMS/*.[Ffh]90        . ; \' 
     403echo '      ln -sf ../TRC_SRC/TRP/*.[Ffh]90        . ; \' 
    398404echo '      fi ' 
    399405echo '   @if [ -d ../SRC_OFFLINE_TRC ] ; then \' 
Note: See TracChangeset for help on using the changeset viewer.