Changeset 5614 for LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Apr 14, 2025, 9:21:07 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r5605 r5614 145 145 o_zfull, o_zhalf, o_rneb, o_rnebjn, o_rnebcon, & 146 146 o_rnebls, o_rneblsvol, o_rhum, o_rhl, o_rhi, o_ozone, o_ozone_light, & 147 o_distcltop, o_tempcltop, & 147 148 o_pfraclr, o_pfracld, o_cldfraliq, o_sigma2_icefracturb, o_mean_icefracturb, & 149 o_cldfraliqth, o_sigma2_icefracturbth, o_mean_icefracturbth, & 148 150 o_qrainlsc, o_qsnowlsc, o_dqreva, o_dqrauto, o_dqrcol, o_dqrmelt, o_dqrfreez, & 149 151 o_dqssub, o_dqsauto, o_dqsagg, o_dqsrim, o_dqsmelt, o_dqsfreez, & … … 269 271 o_SAD_sulfate, o_reff_sulfate, o_sulfmmr, o_nd_mode, o_sulfmmr_mode,o_SO2_chlm 270 272 271 USE lmdz_lscp_ini, ONLY: ok_poprecip 273 USE lmdz_lscp_ini, ONLY: ok_poprecip, iflag_icefrac 272 274 273 275 USE phys_output_ctrlout_mod, ONLY: o_heat_volc, o_cool_volc !NL … … 377 379 zphi, u_seri, v_seri, omega, cldfra, & 378 380 rneb, rnebjn, rneblsvol, & 379 zx_rh, zx_rhl, zx_rhi, &381 zx_rh, zx_rhl, zx_rhi, distcltop, temp_cltop, & 380 382 pfraclr, pfracld, cldfraliq, sigma2_icefracturb, mean_icefracturb, & 383 cldfraliqth, sigma2_icefracturbth, mean_icefracturbth, & 381 384 qraindiag, qsnowdiag, dqreva, dqssub, & 382 385 dqrauto,dqrcol,dqrmelt,dqrfreez, & … … 2087 2090 CALL histwrite_phy(o_pfraclr, pfraclr) 2088 2091 CALL histwrite_phy(o_pfracld, pfracld) 2092 IF (iflag_icefrac .GT. 0) THEN 2089 2093 CALL histwrite_phy(o_cldfraliq, cldfraliq) 2090 2094 CALL histwrite_phy(o_sigma2_icefracturb, sigma2_icefracturb) 2091 2095 CALL histwrite_phy(o_mean_icefracturb, mean_icefracturb) 2096 CALL histwrite_phy(o_cldfraliqth, cldfraliqth) 2097 CALL histwrite_phy(o_sigma2_icefracturbth, sigma2_icefracturbth) 2098 CALL histwrite_phy(o_mean_icefracturbth, mean_icefracturbth) 2099 ELSE 2100 CALL histwrite_phy(o_distcltop, distcltop) 2101 CALL histwrite_phy(o_tempcltop, temp_cltop) 2102 ENDIF 2092 2103 IF (ok_poprecip) THEN 2093 2104 CALL histwrite_phy(o_qrainlsc, qraindiag)
Note: See TracChangeset
for help on using the changeset viewer.