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

Diff of /trunk/phylmd/initphysto.f

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

trunk/libf/phylmd/initphysto.f90 revision 57 by guez, Mon Jan 30 12:54:02 2012 UTC trunk/phylmd/initphysto.f revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC
# Line 26  SUBROUTINE initphysto(infile,rlon,rlat,t Line 26  SUBROUTINE initphysto(infile,rlon,rlat,t
26    !   L. Fairhead, 03/99    !   L. Fairhead, 03/99
27    
28    USE calendar    USE calendar
29    USE histcom    USE histbeg_totreg_m, ONLY : histbeg_totreg
30      USE histdef_m, ONLY : histdef
31      USE histend_m, ONLY : histend
32      use histsync_m, only: histsync
33      USE histvert_m, ONLY : histvert
34    USE dimens_m    USE dimens_m
35    USE paramet_m    USE paramet_m
36    USE comconst    USE comconst
# Line 97  SUBROUTINE initphysto(infile,rlon,rlat,t Line 101  SUBROUTINE initphysto(infile,rlon,rlat,t
101       nivsigs(l) = float(l)       nivsigs(l) = float(l)
102    END DO    END DO
103    
104    CALL histvert(fileid,'sig_s','Niveaux sigma','sigma_level',llm,nivsigs, &    CALL histvert(fileid,'sig_s','Niveaux sigma','sigma_level',nivsigs, &
105         zvertiid)         zvertiid)
106    
107    !  Appels a histdef pour la definition des variables a sauvegarder    !  Appels a histdef pour la definition des variables a sauvegarder

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

  ViewVC Help
Powered by ViewVC 1.1.21