/[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 61 by guez, Fri Apr 20 14:58:43 2012 UTC trunk/phylmd/ini_histhf.f revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC
# Line 16  contains Line 16  contains
16      USE histend_m, ONLY : histend      USE histend_m, ONLY : histend
17      USE histvert_m, ONLY : histvert      USE histvert_m, ONLY : histvert
18      use phyetat0_m, only: rlon, rlat      use phyetat0_m, only: rlon, rlat
19      use comvert, only: presnivs      use disvert_m, only: presnivs
20      use ini_histhf3d_m, only: ini_histhf3d      use ini_histhf3d_m, only: ini_histhf3d
21    
22      REAL, intent(in):: dtime ! pas temporel de la physique (s)      REAL, intent(in):: dtime ! pas temporel de la physique (s)
# 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.61  
changed lines
  Added in v.82

  ViewVC Help
Powered by ViewVC 1.1.21