--- trunk/bibio/initdynav.f 2014/03/06 15:12:00 83 +++ trunk/bibio/initdynav.f 2014/09/04 10:40:24 105 @@ -14,7 +14,6 @@ ! Routine d'initialisation des écritures des fichiers histoires au ! format IOIPSL. Initialisation du fichier histoire moyenne. - use calendar, ONLY: ymds2ju USE comgeom, ONLY: rlatu, rlonv USE dimens_m, ONLY: llm USE histbeg_totreg_m, ONLY: histbeg_totreg @@ -25,6 +24,7 @@ USE nr_util, ONLY: pi USE paramet_m, ONLY: iip1, jjp1 USE temps, ONLY: itau_dyn + use ymds2ju_m, ONLY: ymds2ju integer, intent(in):: day0, anne0 ! date de référence real, intent(in):: tstep ! fréquence d'écriture @@ -35,7 +35,7 @@ ! Variables locales integer horiid, zvertiid real julian - integer iq, ii, jj, l + integer iq, l !----------------------------------------------------