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 – NEMO

Changeset 947


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

Location:
trunk/UTIL
Files:
2 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`              ; \' 
  • trunk/UTIL/fait_config

    r833 r947  
    3333# 3. Run fait_config OFFLINE_TRC 
    3434 
    35 LIST="ORCA2_LIM \nGYRE \nGYRE_LOBSTER" 
     35LIST="ORCA2_LIM \nGYRE \nGYRE_LOBSTER \nORCA2_LIM_PISCES \nOFF_LIM_PISCES" 
    3636set -A DIR_ORCA2_LIM OPA_SRC LIM_SRC_3 C1D_SRC NST_SRC 
    3737set -A DIR_GYRE OPA_SRC LIM_SRC_3 C1D_SRC  
    3838set -A DIR_GYRE_LOBSTER OPA_SRC LIM_SRC_3 C1D_SRC TOP_SRC 
     39set -A DIR_ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 C1D_SRC TOP_SRC 
     40set -A DIR_OFF_LIM_PISCES OFF_SRC TOP_SRC 
    3941 
    4042################################### 
     
    110112     [ -f  initrc.F90 ] && \rm initrc.F90                     
    111113     ln -sf ../TOP_SRC/*.[Ffh]90 .        
    112      ln -sf ../TOP_SRC/SMS/*.[Ffh] .         
    113      ln -sf ../TOP_SRC/SMS/*.[Ffh]90 .   
    114      ln -sf ../TOP_SRC/TRP/*.[Ffh]90 . 
     114     ln -sf ../TOP_SRC/*/*.[Ffh]90 . 
    115115       
    116116      elif [ "${TAB[i]}" = "NST_SRC" ]; then 
Note: See TracChangeset for help on using the changeset viewer.