Changeset 2326 for LMDZ5/trunk/makelmdz


Ignore:
Timestamp:
Jul 10, 2015, 2:24:29 PM (9 years ago)
Author:
Ehouarn Millour
Message:

Further code reorganization: adding "phy_common", a directory which should contain routines common (wrt structural nature of the underlying code/grid) to all LMDZ-related physics packages.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz

    r2269 r2326  
    296296then
    297297   #We'll use some physics
    298    src_dirs="$src_dirs phy$physique"
     298   src_dirs="$src_dirs phy_common phy$physique"
    299299   LIBPHY='$(LIBO)/libphy'"$physique"'.a'
    300    lib_phy='-lphy'"$physique"
     300   LIBPHY_COMMON='$(LIBO)/libphy_common.a'
     301   lib_phy='-lphy'"$physique"' -lphy_common'
    301302   CPP_KEY="$CPP_KEY CPP_PHYS"
    302303   if [[ $phys_root == "lmd" ]]
     
    690691"PHYS=$physique" \
    691692LIBPHY=${LIBPHY} \
     693LIBPHY_COMMON=${LIBPHY_COMMON} \
    692694LIBDYN_PHYS=${LIBDYN_PHYS} \
    693695DIM=$dimc \
     
    721723"PHYS=$physique" \
    722724LIBPHY=${LIBPHY} \
     725LIBPHY_COMMON=${LIBPHY_COMMON} \
    723726LIBDYN_PHYS=${LIBDYN_PHYS} \
    724727DIM=$dimc \
Note: See TracChangeset for help on using the changeset viewer.