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

Ignore:
Timestamp:
2005-11-16T17:31:52+01:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_compil_008:RB: update fait_AA_make and fait_config to be used with offline tracers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/fait_AA_make

    r309 r346  
    445445echo '  fi ' 
    446446echo '   @check=`grep TOP_SRC .config`              ; \' 
    447 echo '   check2=`grep SRC_OFFLINE_TRC .config`      ; \' 
    448 echo '   if ( [ -n "$$check" ] &&  [ -z "$$check2" ] ) ; then  \' 
     447echo '   if [ -n "$$check" ] ; then  \' 
    449448echo '   echo "   use TOP_SRC files"                ; \' 
    450449echo '      \$(RM) trcstp.F90                      ; \' 
    451450echo '      \$(RM) sms.F90                         ; \' 
    452451echo '      \$(RM) initrc.F90                      ; \' 
    453 echo '      ln -sf ../TOP_SRC/*.[Ffh]            . ; \' 
    454452echo '      ln -sf ../TOP_SRC/*.[Ffh]90          . ; \' 
    455453echo '      ln -sf ../TOP_SRC/SMS/*.[Ffh]        . ; \' 
     
    457455echo '      ln -sf ../TOP_SRC/TRP/*.[Ffh]90      . ; \' 
    458456echo '  fi ' 
    459 echo '   @check=`grep SRC_OFFLINE_TRC .config`      ; \' 
     457echo '   @check=`grep OFF_SRC .config`              ; \' 
    460458echo '   if [ -n "$$check" ] ; then                   \' 
    461 echo '   echo "   use TOP_SRC and SRC_OFFLINE_TRC files"  ; \' 
    462 echo '      ln -sf ../TOP_SRC/*.[Ffh]            . ; \' 
    463 echo '      ln -sf ../TOP_SRC/SMS/*.[Ffh]        . ; \' 
    464 echo '      ln -sf ../SRC_OFFLINE_TRC/*.[Ffh]    . ; \' 
     459echo '   echo "   use OFF_SRC files"                ; \' 
     460echo '      ln -sf ../OFF_SRC/*.[Ffh]90          . ; \' 
     461echo '      ln -sf ../OFF_SRC/*/*.[Ffh]90        . ; \' 
    465462echo '  fi ' 
    466463echo '   @\$(RM) tmplist' 
Note: See TracChangeset for help on using the changeset viewer.