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 125 for trunk/CONFIG/ORCA2_LIM – NEMO

Changeset 125 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2004-06-30T14:31:06+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE077 : GYRE and ORCA2_LIM BB_make have been updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/scripts/BB_make

    r121 r125  
    255255# 
    256256# Target 
    257 all:     $(EXEC_BIN) 
     257all:     diroce $(EXEC_BIN) 
    258258      @cp SRC_FILE_LIST.temp SRC_FILE_LIST 
    259259      @echo OPA model is OK 
     
    263263      @echo OPA model \(.o .mod libraries and executables are removed\) 
    264264# dependancies 
     265diroce: 
     266      @if [ ! -d ../../../lib/oce ] ; then mkdir ../../../lib/oce ; fi 
     267 
    265268$(EXEC_BIN) :  libioipsl key keyverif src_file_list $(MODEL_LIB) $(IOIPSL_LIB) model.o 
    266269      $(F_L) $(L_X) -o $(EXEC_BIN) model.o $(SXMODEL_LIB) $(OASISMPI2_LIB) $(IOIPSL_LIB) $(NCDF_LIB) $(LIBMPI) $(LIBMP) 
Note: See TracChangeset for help on using the changeset viewer.