Ignore:
Timestamp:
May 1, 2025, 6:00:03 PM (5 weeks ago)
Author:
aborella
Message:

Changed the contrails classes that are advected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.f90

    r5626 r5641  
    5050    ale_bl, ale_bl_trig, alp_bl, &
    5151    ale_wake, ale_bl_stat, AWAKE_S, &
    52     cf_ancien, qvc_ancien, qvcon, qccon, cfa_ancien, pcf_ancien, qva_ancien, qia_ancien
     52    cf_ancien, qvc_ancien, qvcon, qccon, cfl_ancien, cfc_ancien, qtl_ancien, qtc_ancien
    5353
    5454  USE comconst_mod, ONLY: pi, dtvr
     
    245245  qvcon = 0.
    246246  qccon = 0.
    247   cfa_ancien = 0.
    248   pcf_ancien = 0.
    249   qva_ancien = 0.
    250   qia_ancien = 0.
     247  cfl_ancien = 0.
     248  cfc_ancien = 0.
     249  qtl_ancien = 0.
     250  qtc_ancien = 0.
    251251 
    252252  z0m(:,:)=0 ! ym missing 5th subsurface initialization
Note: See TracChangeset for help on using the changeset viewer.