Changeset 3523
- Timestamp:
- May 24, 2019, 8:58:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r3496 r3523 1060 1060 1061 1061 CALL histwrite_phy(o_upwd, upwd) 1062 CALL histwrite_phy(o_Mipsh, Mipsh)1063 1062 CALL histwrite_phy(o_Ma, Ma) 1064 1063 CALL histwrite_phy(o_dnwd, dnwd) … … 1185 1184 ! Wakes 1186 1185 IF (iflag_con.EQ.3) THEN 1186 CALL histwrite_phy(o_Mipsh, Mipsh) 1187 1187 IF (iflag_wake>=1) THEN 1188 1188 CALL histwrite_phy(o_ale_wk, ale_wake)
Note: See TracChangeset
for help on using the changeset viewer.