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 3862 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/TOOLS – NEMO

Ignore:
Timestamp:
2013-04-08T13:07:43+02:00 (11 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC #863. Change names of gdept_0, gdepw_0, e3t_0, e3w_0 to gdept_1d, gdepw_1d, e3t_1d, e3w_1d respectively in preparation for the introduction of time invariant 3d arrays using the _0 suffix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/TOOLS/COMPILE/Fcheck_archfile.sh

    r3294 r3862  
    6969   fi 
    7070else 
    71    myfile=$( find ${MAIN_DIR}/ARCH -name arch-${2}.fcm -print ) 
     71   myfile=$( find -L ${MAIN_DIR}/ARCH -name arch-${2}.fcm -print ) 
    7272   if [ ${#myfile} -gt 0 ]; then 
    7373      ln -sf  ${myfile} ${COMPIL_DIR}/$1 
     
    7777      echo "Try makenemo -h for help" 
    7878      echo "EXITING..." 
     79      pwd 
     80      echo "find ${MAIN_DIR}/ARCH -name arch-${2}.fcm -print" 
    7981      exit 1        
    8082   fi    
Note: See TracChangeset for help on using the changeset viewer.