--- trunk/libf/phylmd/phytrac.f90 2008/10/15 16:19:57 20 +++ trunk/libf/phylmd/phytrac.f90 2010/04/01 09:07:28 30 @@ -468,7 +468,8 @@ ! From phylmd/write_histrac.h, version 1.9 2006/02/21 08:08:30 use dimens_m, only: iim, jjm, llm - use ioipsl, only: histwrite, histsync + use histcom, only: histsync + use histwrite_m, only: histwrite use temps, only: itau_phy use iniadvtrac_m, only: tnom use comgeomphy, only: airephy @@ -486,7 +487,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 +513,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)