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

Changeset 1140 for trunk/NVTK/use_cfg


Ignore:
Timestamp:
2008-06-24T23:31:00+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: NVTK directory re-organization, replace HEAD & VALID names with NVTK and 2INSTALL with INSTALL in scripts, see ticket: #220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/use_cfg

    r1136 r1140  
    282282[ ! -d ../../../config/${m_n}/MY_SRC ] && \mkdir ../../../config/${m_n}/MY_SRC 
    283283cp ../../../modeles/NEMO/OPA_SRC/par_oce.F90 ../../../config/${m_n}/MY_SRC/par_oce.F90_keep 
    284 if [ -d ../../../config/HEAD/2TEST ]; then 
    285     f_2test=`\ls ../../../config/HEAD/2TEST/*.[Ffh]90`  ; 
     284if [ -d ../../../config/NVTK/2TEST ]; then 
     285    f_2test=`\ls ../../../config/NVTK/2TEST/*.[Ffh]90`  ; 
    286286    if [ ${#f_2test} -ne 0 ] ; then 
    287287        echo " " 
    288         echo " Files in the ../config/HEAD/2TEST directory will be taken into account" 
     288        echo " Files in the ../config/NVTK/2TEST directory will be taken into account" 
    289289        echo " " 
    290         for i in `ls ../../../config/HEAD/2TEST/*.[Ffh]90` 
     290        for i in `ls ../../../config/NVTK/2TEST/*.[Ffh]90` 
    291291          do 
    292              ln -sf ../../../config/HEAD/2TEST/${i} ../../../config/${m_n}/MY_SRC/. 
     292             ln -sf ../../../config/NVTK/2TEST/${i} ../../../config/${m_n}/MY_SRC/. 
    293293          done 
    294294    fi 
Note: See TracChangeset for help on using the changeset viewer.