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 1611 for trunk/NVTK – NEMO

Changeset 1611 for trunk/NVTK


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

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

Location:
trunk/NVTK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/Makefile

    r1586 r1611  
    166166       if [ -n "$$check" ] ; then  \ 
    167167           echo "                             # use TOP_SRC component files"                ; \ 
    168                 \rm -rf trcstp.F90                      ; \ 
    169                 \rm -rf sms.F90                         ; \ 
    170                 \rm -rf trcini.F90                      ; \ 
    171168                ln -sf ../../../modeles/NEMO/TOP_SRC/*.[Ffh]90          . ; \ 
    172169                ln -sf ../../../modeles/NEMO/TOP_SRC/*/*.[Ffh]90      . ; \ 
  • trunk/NVTK/fait_AA_make

    r1584 r1611  
    604604echo '   if [ -n "$$check" ] ; then  \' 
    605605echo '   echo "   use TOP_SRC files"                ; \' 
    606 echo '      \$(RM) trcstp.F90                      ; \' 
    607 echo '      \$(RM) sms.F90                         ; \' 
    608 echo '      \$(RM) trcini.F90                      ; \' 
    609606echo '      ln -sf ../../../modeles/NEMO/TOP_SRC/*.[Ffh]90          . ; \' 
    610607echo '      ln -sf ../../../modeles/NEMO/TOP_SRC/*/*.[Ffh]90      . ; \' 
  • trunk/NVTK/use_cfg

    r1302 r1611  
    201201 
    202202      elif [ "${TAB[i]}" = "TOP_SRC" ]; then 
    203      \rm trcstp.F90                     
    204      \rm sms.F90                     
    205      \rm trcini.F90 
    206203      ln -sf ../../../modeles/NEMO/TOP_SRC/*.[Ffh]90 .  
    207204      ln -sf ../../../modeles/NEMO/TOP_SRC/*/*.[Ffh]90 .  
Note: See TracChangeset for help on using the changeset viewer.