Changeset 5605 for LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Apr 7, 2025, 4:05:50 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r5585 r5605 264 264 o_budg_emi_ocs, o_budg_emi_so2, o_budg_emi_h2so4, o_budg_emi_part, & 265 265 o_budg_ocs_to_so2, o_budg_so2_to_h2so4, o_budg_h2so4_to_part, & 266 o_surf_PM25_sulf, o_ext_strat_550, o_tau_strat_550, & 267 o_vsed_aer, o_tau_strat_1020, o_ext_strat_1020, o_f_r_wet, & 268 o_SAD_sulfate, o_reff_sulfate, o_sulfmmr, o_nd_mode, o_sulfmmr_mode 266 o_surf_PM25_sulf, o_ext_strat_443, o_tau_strat_443, o_ext_strat_550, o_tau_strat_550, & 267 o_ext_strat_670, o_tau_strat_670, o_ext_strat_765, o_tau_strat_765, o_vsed_aer, & 268 o_tau_strat_1020, o_ext_strat_1020, o_tau_strat_10um, o_ext_strat_10um, o_f_r_wet, & 269 o_SAD_sulfate, o_reff_sulfate, o_sulfmmr, o_nd_mode, o_sulfmmr_mode,o_SO2_chlm 269 270 270 271 USE lmdz_lscp_ini, ONLY: ok_poprecip … … 424 425 budg_emi_ocs, budg_emi_so2, budg_emi_h2so4, budg_emi_part, & 425 426 budg_ocs_to_so2, budg_so2_to_h2so4, budg_h2so4_to_part, & 426 surf_PM25_sulf, tau_strat_550, tausum_strat, &427 vsed_aer, tau_strat_1020, f_r_wet, &428 SAD_sulfate, reff_sulfate, sulfmmr, nd_mode, sulfmmr_mode 427 surf_PM25_sulf, tau_strat_443, tau_strat_550, tau_strat_670, tau_strat_765, & 428 tausum_strat, vsed_aer, tau_strat_1020, tau_strat_10um, f_r_wet, & 429 SAD_sulfate, reff_sulfate, sulfmmr, nd_mode, sulfmmr_mode, SO2_chlm 429 430 430 431 USE carbon_cycle_mod, ONLY: fco2_ff, fco2_bb, fco2_land, fco2_ocean … … 1871 1872 CALL histwrite_phy(o_vsed_aer, vsed_aer) 1872 1873 CALL histwrite_phy(o_f_r_wet, f_r_wet) 1874 CALL histwrite_phy(o_SO2_chlm, SO2_chlm) 1875 CALL histwrite_phy(o_ext_strat_443, tau_strat_443) 1873 1876 CALL histwrite_phy(o_ext_strat_550, tau_strat_550) 1877 CALL histwrite_phy(o_ext_strat_670, tau_strat_670) 1878 CALL histwrite_phy(o_ext_strat_765, tau_strat_765) 1874 1879 CALL histwrite_phy(o_ext_strat_1020, tau_strat_1020) 1875 CALL histwrite_phy(o_tau_strat_550, tausum_strat(:,1)) 1876 CALL histwrite_phy(o_tau_strat_1020, tausum_strat(:,2)) 1880 CALL histwrite_phy(o_ext_strat_10um, tau_strat_10um) 1881 CALL histwrite_phy(o_tau_strat_443, tausum_strat(:,1)) 1882 CALL histwrite_phy(o_tau_strat_550, tausum_strat(:,2)) 1883 CALL histwrite_phy(o_tau_strat_670, tausum_strat(:,3)) 1884 CALL histwrite_phy(o_tau_strat_765, tausum_strat(:,4)) 1885 CALL histwrite_phy(o_tau_strat_1020, tausum_strat(:,5)) 1886 CALL histwrite_phy(o_tau_strat_10um, tausum_strat(:,6)) 1877 1887 CALL histwrite_phy(o_SAD_sulfate, SAD_sulfate) 1878 1888 CALL histwrite_phy(o_reff_sulfate, reff_sulfate)
Note: See TracChangeset
for help on using the changeset viewer.