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

Changeset 1015 for trunk/UTIL


Ignore:
Timestamp:
2008-05-30T12:20:55+02:00 (16 years ago)
Author:
cetlod
Message:

update the fait_AA_make and fait_config scripts to take into account the new TOP initiaization phase, see ticket 173

Location:
trunk/UTIL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/fait_AA_make

    r947 r1015  
    606606echo '      \$(RM) trcstp.F90                      ; \' 
    607607echo '      \$(RM) sms.F90                         ; \' 
    608 echo '      \$(RM) initrc.F90                      ; \' 
     608echo '      \$(RM) trcini.F90                      ; \' 
    609609echo '      ln -sf ../TOP_SRC/*.[Ffh]90          . ; \' 
    610610echo '      ln -sf ../TOP_SRC/TRP/*.[Ffh]90      . ; \' 
  • trunk/UTIL/fait_config

    r967 r1015  
    110110     [ -f  trcstp.F90 ] && \rm trcstp.F90                     
    111111     [ -f  sms.F90 ] && \rm sms.F90                     
    112      [ -f  initrc.F90 ] && \rm initrc.F90                     
     112     [ -f  trcini.F90 ] && \rm trcini.F90                     
    113113     ln -sf ../TOP_SRC/*.[Ffh]90 .        
    114114     ln -sf ../TOP_SRC/*/*.[Ffh]90 . 
Note: See TracChangeset for help on using the changeset viewer.