--- trunk/libf/phylmd/phytrac.f90 2008/10/15 16:19:57 20 +++ trunk/libf/phylmd/phytrac.f90 2009/12/14 15:25:16 23 @@ -486,7 +486,6 @@ ! Variables local to the procedure: integer it integer itau_w ! pas de temps ecriture - REAL zx_tmp_2d(iim, jjm+1), zx_tmp_3d(iim, jjm+1, llm) logical, parameter:: ok_sync = .true. !----------------------------------------------------- @@ -513,7 +512,7 @@ ENDDO CALL histwrite(nid_tra, "pplay", itau_w, gr_phy_write_3d(pplay)) - CALL histwrite(nid_tra, "t", itau_w, gr_phy_write_3d(t_seri)) + CALL histwrite(nid_tra, "T", itau_w, gr_phy_write_3d(t_seri)) if (ok_sync) then call histsync(nid_tra)