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

Changeset 947 for trunk/UTIL/fait_config


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_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.