Ignore:
Timestamp:
Jun 27, 2024, 11:56:50 AM (3 days ago)
Author:
lebasn
Message:

StratAer?: new diags (sulfate SAD and MMR)

File:
1 edited

Legend:

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

    r4984 r4998  
    244244
    245245#ifdef CPP_StratAer
     246    USE infotrac_phy, ONLY: nbtr_bin
    246247    USE phys_output_ctrlout_mod, ONLY:  &
    247248         o_budg_3D_nucl, o_budg_3D_cond_evap, o_budg_3D_ocs_to_so2, o_budg_3D_so2_to_h2so4, &
     
    255256         o_budg_ocs_to_so2, o_budg_so2_to_h2so4, o_budg_h2so4_to_part, &
    256257         o_surf_PM25_sulf, o_ext_strat_550, o_tau_strat_550, &
    257          o_vsed_aer, o_tau_strat_1020, o_ext_strat_1020, o_f_r_wet
     258         o_vsed_aer, o_tau_strat_1020, o_ext_strat_1020, o_f_r_wet, &
     259         o_SAD_sulfate, o_sulfmmr, o_nd_mode, o_sulfmmr_mode
    258260#endif
    259261
     
    410412         budg_ocs_to_so2, budg_so2_to_h2so4, budg_h2so4_to_part, &
    411413         surf_PM25_sulf, tau_strat_550, tausum_strat, &
    412          vsed_aer, tau_strat_1020, f_r_wet
     414         vsed_aer, tau_strat_1020, f_r_wet, &
     415         SAD_sulfate, sulfmmr, nd_mode, sulfmmr_mode
    413416#endif
    414417
     
    17981801          CALL histwrite_phy(o_tau_strat_550, tausum_strat(:,1))
    17991802          CALL histwrite_phy(o_tau_strat_1020, tausum_strat(:,2))
     1803          CALL histwrite_phy(o_SAD_sulfate, SAD_sulfate)
     1804          CALL histwrite_phy(o_sulfmmr, sulfmmr)
     1805          ! All BINs fields
     1806          DO itr = 1, nbtr_bin
     1807             CALL histwrite_phy(o_nd_mode(itr), nd_mode(:,:,itr))
     1808             CALL histwrite_phy(o_sulfmmr_mode(itr), sulfmmr_mode(:,:,itr))
     1809          ENDDO !--itr
    18001810       ENDIF
    18011811#endif
Note: See TracChangeset for help on using the changeset viewer.