Ignore:
Timestamp:
Jan 13, 2025, 11:22:23 AM (24 hours ago)
Author:
jyg
Message:

output the total wet deposit of tracers (convective + large scale)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_output_ctrlout_mod.F90

    r5447 r5473  
    20012001  TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_sat(:)
    20022002  TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_uscav(:)
    2003   TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_wet_con(:)
     2003  TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_wet_cv(:)
     2004  TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_wet(:)
    20042005  TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_dry(:)
    20052006
Note: See TracChangeset for help on using the changeset viewer.