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 271 for trunk/UTIL – NEMO

Changeset 271 for trunk/UTIL


Ignore:
Timestamp:
2005-09-08T17:51:46+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_config_001 : CT : taking into account the C1D, KPP and control print implementation

Location:
trunk/UTIL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/fait_AA_make

    r251 r271  
    423423echo '      ln -sf ../LIM_SRC/*.[Ffh]90          . ; \' 
    424424echo '  fi ' 
     425echo '   @check=`grep C1D_SRC .config`              ; \' 
     426echo '   if [ -n "$$check" ] ; then                   \' 
     427echo '   echo "   use C1D_SRC files"                ; \' 
     428echo '      ln -sf ../C1D_SRC/*.[Ffh]90          . ; \' 
     429echo '  fi ' 
    425430echo '   @check=`grep TOP_SRC .config`              ; \' 
    426431echo '   check2=`grep SRC_OFFLINE_TRC .config`      ; \' 
  • trunk/UTIL/fait_config

    r242 r271  
    2929 
    3030LIST="ORCA2_LIM \nGYRE" 
    31 set -A DIR_ORCA2_LIM OPA_SRC LIM_SRC 
    32 set -A DIR_GYRE OPA_SRC LIM_SRC 
     31set -A DIR_ORCA2_LIM OPA_SRC LIM_SRC C1D_SRC 
     32set -A DIR_GYRE OPA_SRC LIM_SRC C1D_SRC 
    3333 
    3434################################### 
     
    9393     ln -sf ../LIM_SRC/*.[Ffh]90 .   
    9494       
     95      if [ "${TAB[i]}" = "C1D_SRC" ]; then 
     96     ln -sf ../C1D_SRC/*.[Ffh]90 .   
     97       
    9598      elif [ "${TAB[i]}" = "TOP_SRC" ]; then 
    9699     \rm trcstp.F90                     
Note: See TracChangeset for help on using the changeset viewer.