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 1612 – NEMO

Changeset 1612


Ignore:
Timestamp:
2009-08-12T13:08:36+02:00 (15 years ago)
Author:
ctlod
Message:

update scripts following the ticket #522, see ticket: #522

Location:
trunk/UTIL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/fait_AA_make

    r1549 r1612  
    567567echo '   if [ -n "$$check" ] ; then  \' 
    568568echo '   echo "   use TOP_SRC files"                ; \' 
    569 echo '      \$(RM) trcstp.F90                      ; \' 
    570 echo '      \$(RM) sms.F90                         ; \' 
    571 echo '      \$(RM) trcini.F90                      ; \' 
    572569echo '      ln -sf ../TOP_SRC/*.[Ffh]90          . ; \' 
    573570echo '      ln -sf ../TOP_SRC/*/*.[Ffh]90      . ; \' 
  • trunk/UTIL/fait_config

    r1440 r1612  
    112112       
    113113      elif [ "${TAB[i]}" = "TOP_SRC" ]; then 
    114      [ -f  trcstp.F90 ] && \rm trcstp.F90                     
    115      [ -f  sms.F90 ] && \rm sms.F90                     
    116      [ -f  trcini.F90 ] && \rm trcini.F90                     
    117114     ln -sf ../TOP_SRC/*.[Ffh]90 .        
    118115     ln -sf ../TOP_SRC/*/*.[Ffh]90 . 
Note: See TracChangeset for help on using the changeset viewer.