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

Ignore:
Timestamp:
2008-05-14T18:18:17+02:00 (16 years ago)
Author:
cetlod
Message:

update the fait_AA_make and fait_config scripts to take into account the new TOP architecture , see ticket:93

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/fait_AA_make

    r833 r947  
    584584echo '       ln -sf ../OPA_SRC/SBC/*.[Ffh]90      . ; \' 
    585585echo '       ln -sf ../OPA_SRC/IOM/*.[Ffh]90      . ; \' 
     586echo '      ln -sf ../OPA_SRC/BDY/*.[Ffh]90      . ; \' 
    586587echo '  fi ' 
    587588echo '   @check=`grep LIM_SRC_3 .config`              ; \' 
     
    607608echo '      \$(RM) initrc.F90                      ; \' 
    608609echo '      ln -sf ../TOP_SRC/*.[Ffh]90          . ; \' 
    609 echo '      ln -sf ../TOP_SRC/SMS/*.[Ffh]        . ; \' 
    610 echo '      ln -sf ../TOP_SRC/SMS/*.[Ffh]90      . ; \' 
    611610echo '      ln -sf ../TOP_SRC/TRP/*.[Ffh]90      . ; \' 
     611echo '      ln -sf ../TOP_SRC/PISCES/*.[Ffh]90   . ; \' 
     612echo '      ln -sf ../TOP_SRC/LOBSTER/*.[Ffh]90  . ; \' 
     613echo '      ln -sf ../TOP_SRC/CFC/*.[Ffh]90      . ; \' 
     614echo '      ln -sf ../TOP_SRC/C14b/*.[Ffh]       . ; \' 
     615echo '      ln -sf ../TOP_SRC/MY_TRC/*.[Ffh]90   . ; \' 
     616echo '      ln -sf ../TOP_SRC/DUMMY/*.[Ffh]90    . ; \' 
    612617echo '  fi ' 
    613618echo '   @check=`grep OFF_SRC .config`              ; \' 
Note: See TracChangeset for help on using the changeset viewer.