Ignore:
Timestamp:
Nov 19, 2015, 4:04:48 PM (9 years ago)
Author:
emillour
Message:

Mars GCM:

  • Added option "-cpp" so that users can add the definition of specific precompiling flags in makegcm_* scripts (and added default BLAS and LAPACK flags for ifort on Gnome and Ada).
  • Put calls to dgesv (Lapack) routine in photochemistry_asis.F90 under the LAPACK preprocessing flag. Moved secondary routines in photochemistry.F and photochemistry_asis.F90 into the main (via contains instruction) to avoid multiple definitions of routines with identical names.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1467 r1499  
    21952195  Default value is True. The goal is to disable supersaturation even
    21962196  with microphysics for comparison purposes.
     2197
     2198== 19/11/2015 == EM
     2199- Added option "-cpp" so that users can add the definition of specific
     2200  precompiling flags in makegcm_* scripts (and added default BLAS and
     2201  LAPACK flags for ifort on Gnome and Ada).
     2202- Put calls to dgesv (Lapack) routine in photochemistry_asis.F90 under the
     2203  LAPACK preprocessing flag. Moved secondary routines in photochemistry.F and
     2204  photochemistry_asis.F90 into the main (via contains instruction) to avoid
     2205  multiple definitions of routines with identical names.
Note: See TracChangeset for help on using the changeset viewer.