- Timestamp:
- Sep 23, 2024, 2:25:05 PM (7 weeks ago)
- Location:
- LMDZ6/branches/Amaury_dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5150
- Property svn:mergeinfo changed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/phys_output_write_mod.F90
r5218 r5219 258 258 o_surf_PM25_sulf, o_ext_strat_550, o_tau_strat_550, & 259 259 o_vsed_aer, o_tau_strat_1020, o_ext_strat_1020, o_f_r_wet, & 260 o_SAD_sulfate, o_ sulfmmr, o_nd_mode, o_sulfmmr_mode260 o_SAD_sulfate, o_reff_sulfate, o_sulfmmr, o_nd_mode, o_sulfmmr_mode 261 261 262 262 USE ice_sursat_mod, ONLY: flight_m, flight_h2o … … 415 415 surf_PM25_sulf, tau_strat_550, tausum_strat, & 416 416 vsed_aer, tau_strat_1020, f_r_wet, & 417 SAD_sulfate, sulfmmr, nd_mode, sulfmmr_mode417 SAD_sulfate, reff_sulfate, sulfmmr, nd_mode, sulfmmr_mode 418 418 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_STRATAER 419 419 … … 1840 1840 CALL histwrite_phy(o_tau_strat_1020, tausum_strat(:,2)) 1841 1841 CALL histwrite_phy(o_SAD_sulfate, SAD_sulfate) 1842 CALL histwrite_phy(o_reff_sulfate, reff_sulfate) 1842 1843 CALL histwrite_phy(o_sulfmmr, sulfmmr) 1843 1844 ! All BINs fields
Note: See TracChangeset
for help on using the changeset viewer.