/[lmdze]/trunk/dyn3d/initdynav.f
ViewVC logotype

Diff of /trunk/dyn3d/initdynav.f

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

revision 83 by guez, Thu Mar 6 15:12:00 2014 UTC revision 92 by guez, Wed Mar 26 18:16:05 2014 UTC
# Line 14  contains Line 14  contains
14      ! Routine d'initialisation des écritures des fichiers histoires au      ! Routine d'initialisation des écritures des fichiers histoires au
15      ! format IOIPSL. Initialisation du fichier histoire moyenne.      ! format IOIPSL. Initialisation du fichier histoire moyenne.
16    
     use calendar, ONLY: ymds2ju  
17      USE comgeom, ONLY: rlatu, rlonv      USE comgeom, ONLY: rlatu, rlonv
18      USE dimens_m, ONLY: llm      USE dimens_m, ONLY: llm
19      USE histbeg_totreg_m, ONLY: histbeg_totreg      USE histbeg_totreg_m, ONLY: histbeg_totreg
# Line 25  contains Line 24  contains
24      USE nr_util, ONLY: pi      USE nr_util, ONLY: pi
25      USE paramet_m, ONLY: iip1, jjp1      USE paramet_m, ONLY: iip1, jjp1
26      USE temps, ONLY: itau_dyn      USE temps, ONLY: itau_dyn
27        use ymds2ju_m, ONLY: ymds2ju
28    
29      integer, intent(in):: day0, anne0 ! date de référence      integer, intent(in):: day0, anne0 ! date de référence
30      real, intent(in):: tstep ! fréquence d'écriture      real, intent(in):: tstep ! fréquence d'écriture

Legend:
Removed from v.83  
changed lines
  Added in v.92

  ViewVC Help
Powered by ViewVC 1.1.21