Ignore:
Timestamp:
Apr 2, 2025, 4:04:40 PM (3 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/dynphy_lonlat/phylmd/etat0phys_netcdf.f90

    r5296 r5601  
    5050    ale_bl, ale_bl_trig, alp_bl, &
    5151    ale_wake, ale_bl_stat, AWAKE_S, &
    52     cf_ancien, rvc_ancien
     52    cf_ancien, qvc_ancien, cfa_ancien, qta_ancien
    5353
    5454  USE comconst_mod, ONLY: pi, dtvr
     
    242242
    243243  cf_ancien = 0.
    244   rvc_ancien = 0.
     244  qvc_ancien = 0.
     245  cfa_ancien = 0.
     246  qta_ancien = 0.
    245247 
    246248  z0m(:,:)=0 ! ym missing 5th subsurface initialization
Note: See TracChangeset for help on using the changeset viewer.