Changeset 2253 for LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Mar 30, 2015, 11:08:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2243 r2253 723 723 CALL histwrite_phy(o_dqwak, zx_tmp_fi3d) 724 724 ENDIF ! iflag_wake>=1 725 CALL histwrite_phy(o_Vprecip, Vprecip)726 725 CALL histwrite_phy(o_ftd, ftd) 727 726 CALL histwrite_phy(o_fqd, fqd) 728 ELSEIF (iflag_con.EQ.30) THEN 727 ENDIF !(iflag_con.EQ.3) 728 IF (iflag_con.EQ.3.OR.iflag_con.EQ.30) THEN 729 729 ! sortie RomP convection descente insaturee iflag_con=30 730 ! etendue a iflag_con=3 (jyg) 730 731 CALL histwrite_phy(o_Vprecip, Vprecip) 731 732 CALL histwrite_phy(o_wdtrainA, wdtrainA)
Note: See TracChangeset
for help on using the changeset viewer.