Ignore:
Timestamp:
Mar 21, 2002, 4:09:32 PM (22 years ago)
Author:
lmdzadmin
Message:

2 changements pour les fichiers histoire:

  • utilisation de l'entree "rectilineaire" de IOIPSL pour ne plus avoir

a

lancer ncregular a chaque fois

  • le calendrier des fichiers histoire est maintenant base sur la date d'initialisation de la simulation plutot que sur la date de depart du

job

en cours

LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/bibio/inithist.F

    r177 r353  
    6464      integer uhoriid, vhoriid, thoriid, zvertiid
    6565      integer ii,jj
    66       integer zan
     66      integer zan, dayref
    6767C
    6868C  Initialisations
     
    7676
    7777      zan = anne0
    78       CALL ymds2ju(zan, 1, 1, 0.0, zjulian)
    79       zjulian = zjulian + day0
    80       tau0 = 0
     78      dayref = day0
     79      CALL ymds2ju(zan, 1, dayref, 0.0, zjulian)
     80      tau0 = itau_dyn
    8181     
    8282      do jj = 1, jjp1
     
    8787      enddo
    8888       
    89       call histbeg(infile, iip1, rlong, jjp1, rlat,
     89      call histbeg(infile, iip1, rlong(:,1), jjp1, rlat(1,:),
    9090     .             1, iip1, 1, jjp1,
    9191     .             tau0, zjulian, tstep, uhoriid, fileid)
     
    102102      enddo
    103103
    104       call histbeg('dyn_histv.nc', iip1, rlong, jjm, rlat,
     104      call histbeg('dyn_histv.nc', iip1, rlong(:,1), jjm, rlat(1,:),
    105105     .             1, iip1, 1, jjm,
    106106     .             tau0, zjulian, tstep, vhoriid, filevid)
Note: See TracChangeset for help on using the changeset viewer.