Changeset 3124 for LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Dec 13, 2017, 3:24:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r3121 r3124 123 123 o_cldnvi, o_lcc, o_lcc3d, o_lcc3dcon, & 124 124 o_lcc3dstra, o_icc3dcon, o_icc3dstra, & 125 o_ reffclwtop, o_ec550aer, &125 o_cldicemxrat, o_cldwatmxrat, o_reffclwtop, o_ec550aer, & 126 126 o_lwcon, o_iwcon, o_temp, o_theta, & 127 127 o_ovapinit, o_ovap, o_oliq, o_ocond, o_geop, & … … 280 280 scdnc, cldncl, reffclws, reffclwc, cldnvi, stratomask,& 281 281 lcc, lcc3d, lcc3dcon, lcc3dstra, & 282 icc3dcon, icc3dstra, reffclwtop, &282 icc3dcon, icc3dstra, zfice, reffclwtop, & 283 283 ec550aer, flwc, fiwc, t_seri, theta, q_seri, & 284 284 ql_seri, qs_seri, tr_seri, & … … 1410 1410 CALL histwrite_phy(o_icc3dcon, icc3dcon) 1411 1411 CALL histwrite_phy(o_icc3dstra, icc3dstra) 1412 CALL histwrite_phy(o_cldicemxrat, zfice) 1413 zx_tmp_fi3d(:,:)=1-zfice(:,:) 1414 CALL histwrite_phy(o_cldwatmxrat, zx_tmp_fi3d) 1412 1415 CALL histwrite_phy(o_reffclwtop, reffclwtop) 1413 1416 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.