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

Changeset 2033


Ignore:
Timestamp:
2010-07-29T15:10:22+02:00 (14 years ago)
Author:
cetlod
Message:

update scripts to build Makefile for the merge, see ticket:693

Location:
branches/DEV_r2006_merge_TRA_TRC/UTIL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/UTIL/fait_AA_make

    r2004 r2033  
    585585echo '   if [ -n "$$check" ] ; then  \' 
    586586echo '   echo "   use TOP_SRC files"                ; \' 
     587echo '      \$(RM) trdmld_trc.F90           ; \' 
    587588echo '      ln -sf ../TOP_SRC/*.[Ffh]90          . ; \' 
    588589echo '      ln -sf ../TOP_SRC/*/*.[Ffh]90      . ; \' 
  • branches/DEV_r2006_merge_TRA_TRC/UTIL/fait_config

    r1647 r2033  
    113113       
    114114      elif [ "${TAB[i]}" = "TOP_SRC" ]; then 
     115     [ -f  trdmld_trc.F90 ] && \rm trdmld_trc.F90                     
    115116     ln -sf ../TOP_SRC/*.[Ffh]90 .        
    116117     ln -sf ../TOP_SRC/*/*.[Ffh]90 . 
Note: See TracChangeset for help on using the changeset viewer.