Ignore:
Timestamp:
Sep 13, 2013, 4:01:10 PM (11 years ago)
Author:
aslmd
Message:

MESOSCALE
LMDZ.MARS

--> Performed the necessary modifications for dynamic tracers

to work with the mesoscale model (new physics).

--> Added precompiling flag MESOSCALE around pressure modifications

done in revision 883. This makes the mesoscale model become crazy.

--> Added an option -e in makemeso to erase a configuration and start over.

NOTE
--> not sure recent versions (rev>1000) are compliant with nesting compilation.
--> use mesoscale model + new physics with caution. still not stabilized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dustlift.F

    r1036 r1038  
    33     $                  dqslift)
    44
     5#ifndef MESOSCALE
    56      use tracer_mod, only: alpha_lift, radius
     7#else
     8      use tracer_mod, only: alpha_lift, radius,
     9     &                      igcm_dust_mass, igcm_dust_number,
     10     &                      ref_r0,r3n_q
     11#endif
    612      IMPLICIT NONE
    713
Note: See TracChangeset for help on using the changeset viewer.