Changeset 671


Ignore:
Timestamp:
Oct 19, 2005, 10:08:57 AM (19 years ago)
Author:
Laurent Fairhead
Message:

Petites modifs pour bien integrer la chimie
LF

Location:
LMDZ4/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/create_make_gcm

    r669 r671  
    100100echo "PROG = code"
    101101echo
    102 echo 'main : $(DYN) bibio phys $(OPTION_DEP) '
     102echo 'main : $(OPTION_DEP) $(DYN) bibio phys '
    103103echo '  cd $(LIBO) ; $(RANLIB) lib*.a ; cd $(GCM) ;\'
    104104echo '  cd $(LOCAL_DIR); \'
     
    118118echo 'adjnt : $(LIBO)/libadjnt.a'
    119119echo
    120 echo 'inca : $(LIBO)/libinca.a'
     120echo 'chimie : $(LIBO)/libinca.a'
    121121echo
    122122echo '$(FILTRE)3d : $(LIBO)/lib$(FILTRE).a'
  • LMDZ4/trunk/makegcm

    r670 r671  
    517517endif
    518518if ( "$chimie" == 'CH4' || "$chimie" == 'CH4_AER' || "$chimie" == 'NMHC' || "$chimie" == 'NMHC_AER' ) then
    519     set opt_dep="$opt_dep inca"
     519    set opt_dep="$opt_dep chimie"
    520520    set libchimie="-linca"
    521521    if ( $XNEC || $X6NEC ) then
Note: See TracChangeset for help on using the changeset viewer.