Ignore:
Timestamp:
Apr 7, 2015, 3:43:13 PM (10 years ago)
Author:
aslmd
Message:

MESOSCALE: a change in lmd_driver to get the right amount of dust in DUSTSTORM mode. changed makemeso to allow for a simple compilation with option -s DUSTSTORM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F.new

    r1247 r1411  
    10471047             pdu,pdv,pdt,pdq,pdpsrf,tracerdyn)
    10481048#endif
     1049
     1050!! specific scenario. necessary to add the right amount of dust.
     1051#ifdef DUSTSTORM
     1052IF (firstcall .EQV. .true.) THEN
     1053  pdq(:,:,:) = pdq(:,:,:) / dt
     1054ENDIF
     1055#endif
     1056
    10491057print *, '** Mars ** CALL TO LMD PHYSICS DONE'
    10501058DEALLOCATE(pplev)
Note: See TracChangeset for help on using the changeset viewer.