Ignore:
Timestamp:
Oct 19, 2017, 11:30:56 PM (7 years ago)
Author:
bclmd
Message:

Adding photochemistry to LMDZ Generic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz

    r1702 r1803  
    393393   LIB="$LIB -l${LIBPREFIX}aerono$physique"
    394394   opt_dep="$opt_dep aerono$physique"
     395if [[ "$physique" == "mars" ]]
     396then
    395397   laeronomars="-l${LIBPREFIX}aeronomars"
    396398fi
    397 
     399if [[ "$physique" == "std" ]]
     400then
     401   laeronostd="-l${LIBPREFIX}aeronostd"
     402fi
     403fi
    398404
    399405if [[ "$chimie" == "INCA" ]]
     
    891897L_COSP="$lcosp" \
    892898L_AERONOMARS="$laeronomars" \
     899L_AERONOSTD="$laeronostd" \
    893900L_CHIMIE="$libchimie" \
    894901LOCAL_DIR="$localdir"  \
     
    927934L_COSP="$lcosp" \
    928935L_AERONOMARS="$laeronomars" \
     936L_AERONOSTD="$laeronostd" \
    929937L_CHIMIE="$libchimie" \
    930938LOCAL_DIR="$localdir"  \
Note: See TracChangeset for help on using the changeset viewer.