Ignore:
Timestamp:
Mar 4, 2019, 4:03:08 PM (6 years ago)
Author:
jvatant
Message:

Fix some problems for the microphysics :
+ Altitude of the last level at 1e7m from physics was certainly source of divergence
+ Sanity check for negative is moved from within mm_microphysic to the end of calmufi avoiding rounding pbs
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/muphytitan/mm_haze.f90

    r1897 r2109  
    126126    IF (mm_w_haze_prod) THEN
    127127      call mm_haze_production(zdm0as,zdm3as)
    128       ! We only produce fractal aerosols
     128      ! We only produce spherical aerosols
    129129      dm0a_s=dm0a_s+zdm0as ; dm3a_s=dm3a_s+zdm3as
    130130    ENDIF
Note: See TracChangeset for help on using the changeset viewer.