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 1947 for branches/TAM_V3_0/UTIL/fait_AA_make_tam – NEMO

Ignore:
Timestamp:
2010-06-22T17:38:55+02:00 (14 years ago)
Author:
rblod
Message:

adjustement for TAM branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/UTIL/fait_AA_make_tam

    r1883 r1947  
    6666      @if [ ! -d ../../../lib/ocetam ] ; then mkdir ../../../lib/ocetam ; fi 
    6767 
    68 \$(EXEC_BIN) : libioipsl firstagrif mpiagrif key keyverif src_file_list libagrif \$(MODEL_LIB) \$(IOIPSL_LIB) \$(AGRIF_LIB) agrif2model.o model_tam.o 
     68\$(EXEC_BIN) : libioipsl firstagrif mpiagrif key keyverif  src_file_list libagrif \$(MODEL_LIB) \$(IOIPSL_LIB) \$(AGRIF_LIB) agrif2model.o model_tam.o 
    6969ifeq (\$(AGRIF),use) 
    7070      \$(F_L) \$(L_X) -o \$(EXEC_BIN) model_tam.o agrif2model.o \$(SXMODEL_LIB) \$(OASISMPI2_LIB) \$(IOIPSL_LIB) \$(AGRIF_LIB) \$(NCDF_LIB) \$(LIBMPI) \$(LIBMP) 
     
    111111 
    112112# Main program 
    113 model_tam.o :  model_tam.f90 
    114       @\$(F_C) \$(F_O) -c model_tam.f90 
     113model_tam.o :  model_tam.F90 
     114      @\$(F_C) \$(F_O) -c model_tam.F90 
    115115 
    116116# if the make script is stopped, one doesn't destroy library 
     
    601601echo '   echo "   use OPA_SRC files"                ; \' 
    602602echo '       ln -sf ../../NEMO/OPA_SRC/*.[Ffh]90          . ; \' 
    603 echo '       ln -sf ../../NEMO/OPA_SRC/DYN/*.[Ffh]90      . ; \' 
    604 echo '       ln -sf ../../NEMO/OPA_SRC/TRA/*.[Ffh]90      . ; \' 
    605 echo '       ln -sf ../../NEMO/OPA_SRC/TRD/*.[Ffh]90      . ; \' 
    606 echo '       ln -sf ../../NEMO/OPA_SRC/DIA/*.[Ffh]90      . ; \' 
    607 echo '       ln -sf ../../NEMO/OPA_SRC/DOM/*.[Ffh]90      . ; \' 
    608 echo '       ln -sf ../../NEMO/OPA_SRC/OBC/*.[Ffh]90      . ; \' 
    609 echo '       ln -sf ../../NEMO/OPA_SRC/FLO/*.[Ffh]90      . ; \' 
    610 echo '       ln -sf ../../NEMO/OPA_SRC/LDF/*.[Ffh]90      . ; \' 
    611 echo '       ln -sf ../../NEMO/OPA_SRC/ZDF/*.[Ffh]90      . ; \' 
    612 echo '       ln -sf ../../NEMO/OPA_SRC/SOL/*.[Ffh]90      . ; \' 
    613 echo '       ln -sf ../../NEMO/OPA_SRC/DTA/*.[Ffh]90      . ; \' 
    614 echo '       ln -sf ../../NEMO/OPA_SRC/SBC/*.[Ffh]90      . ; \' 
    615 echo '       ln -sf ../../NEMO/OPA_SRC/IOM/*.[Ffh]90      . ; \' 
    616 echo '       ln -sf ../../NEMO/OPA_SRC/BDY/*.[Ffh]90      . ; \' 
     603echo '       ln -sf ../../NEMO/OPA_SRC/*/*.[Ffh]90      . ; \' 
    617604echo '   fi ' 
    618605echo '   @check=`grep OPATAM_SRC .config`              ; \' 
     
    620607echo '   echo "   use OPATAM_SRC files"                ; \' 
    621608echo '       ln -sf ../OPATAM_SRC/*.[Ffh]90          . ; \' 
    622 echo '       ln -sf ../OPATAM_SRC/DYN/*.[Ffh]90      . ; \' 
    623 echo '       ln -sf ../OPATAM_SRC/TRA/*.[Ffh]90      . ; \' 
    624 echo '       ln -sf ../OPATAM_SRC/TRD/*.[Ffh]90      . ; \' 
    625 echo '       ln -sf ../OPATAM_SRC/DIA/*.[Ffh]90      . ; \' 
    626 echo '       ln -sf ../OPATAM_SRC/DOM/*.[Ffh]90      . ; \' 
    627 echo '       ln -sf ../OPATAM_SRC/OBC/*.[Ffh]90      . ; \' 
    628 echo '       ln -sf ../OPATAM_SRC/FLO/*.[Ffh]90      . ; \' 
    629 echo '       ln -sf ../OPATAM_SRC/LDF/*.[Ffh]90      . ; \' 
    630 echo '       ln -sf ../OPATAM_SRC/ZDF/*.[Ffh]90      . ; \' 
    631 echo '       ln -sf ../OPATAM_SRC/SOL/*.[Ffh]90      . ; \' 
    632 echo '       ln -sf ../OPATAM_SRC/DTA/*.[Ffh]90      . ; \' 
    633 echo '       ln -sf ../OPATAM_SRC/SBC/*.[Ffh]90      . ; \' 
    634 echo '       ln -sf ../OPATAM_SRC/IOM/*.[Ffh]90      . ; \' 
    635 echo '      ln -sf ../OPATAM_SRC/BDY/*.[Ffh]90      . ; \' 
    636 echo '  fi ' 
     609echo '       ln -sf ../OPATAM_SRC/*/*.[Ffh]90      . ; \' 
     610echo '   fi ' 
     611echo '   @check=`grep LIM_SRC_2 .config`              ; \' 
     612echo '   if [ -n "$$check" ] ; then                   \' 
     613echo '   echo "   use LIM_SRC_2 files"                ; \' 
     614echo '       ln -sf ../../NEMO/LIM_SRC_2/*.[Ffh]90          . ; \' 
     615echo '   fi ' 
    637616echo '   @check=`grep C1D_SRC .config`              ; \' 
    638617echo '   if [ -n "$$check" ] ; then                   \' 
    639618echo '   echo "   use C1D_SRC files"                ; \' 
    640 echo '       ln -sf ../C1D_SRC/*.[Ffh]90          . ; \' 
     619echo '       ln -sf ../../NEMO/C1D_SRC/*.[Ffh]90          . ; \' 
    641620echo '   fi ' 
    642621echo '   @\$(RM) tmplist' 
Note: See TracChangeset for help on using the changeset viewer.