/[lmdze]/trunk/phylmd/ini_histhf.f
ViewVC logotype

Diff of /trunk/phylmd/ini_histhf.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/libf/phylmd/ini_histhf.f90 revision 66 by guez, Thu Sep 20 13:00:41 2012 UTC trunk/phylmd/ini_histhf.f revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC
# Line 42  contains Line 42  contains
42      CALL histbeg_totreg("histhf", zx_lon(:, 1), zx_lat(1, :), 1, iim, 1, &      CALL histbeg_totreg("histhf", zx_lon(:, 1), zx_lat(1, :), 1, iim, 1, &
43           (jjm + 1), itau_phy, zjulian, dtime, nhori, nid_hf)           (jjm + 1), itau_phy, zjulian, dtime, nhori, nid_hf)
44    
45      CALL histvert(nid_hf, "presnivs", "Vertical levels", "mb", &      CALL histvert(nid_hf, "presnivs", "Vertical levels", "mb", presnivs/100., &
46           llm, presnivs/100., nvert)           nvert)
47    
48      call ini_histhf3d(dtime, nid_hf3d)      call ini_histhf3d(dtime, nid_hf3d)
49      CALL histend(nid_hf)      CALL histend(nid_hf)

Legend:
Removed from v.66  
changed lines
  Added in v.82

  ViewVC Help
Powered by ViewVC 1.1.21