Ignore:
Timestamp:
Apr 2, 2025, 4:04:40 PM (2 months ago)
Author:
aborella
Message:

Multiple changes:

  • tracers which were ratios are now absolute quantities. This is needed because when the ratio

is not defined, some aberrations may occur

  • added a new tracer for total specific humidity in contrails
  • rework of the mixing process for cirrus clouds (and contrails)
  • changed the numerical integration of ice crystals' sublimation
  • subroutines do not take real inputs anymore (at least klon tables)
  • added more radiative diagnostics for contrails
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails/libf/phylmd/dyn1d/scm.f90

    r5450 r5601  
    1818       zgam, zmax0, zmea, zpic, zsig, &
    1919       zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, &
    20        ql_ancien, qs_ancien, qbs_ancien, cf_ancien, rvc_ancien, &
     20       ql_ancien, qs_ancien, qbs_ancien, &
     21       cf_ancien, qvc_ancien, cfa_ancien, qta_ancien, &
    2122       prlw_ancien, prsw_ancien, prbsw_ancien, prw_ancien, &
    2223       u10m,v10m,ale_wake,ale_bl_stat, ratqs_inter_
     
    614615        IF ( ok_ice_supersat ) THEN
    615616          cf_ancien = 0.
    616           rvc_ancien = 0.
     617          qvc_ancien = 0.
     618        ENDIF
     619        IF ( ok_plane_contrail ) THEN
     620          cfa_ancien = 0.
     621          qta_ancien = 0.
    617622        ENDIF
    618623        rain_fall=0.
Note: See TracChangeset for help on using the changeset viewer.