Ignore:
Timestamp:
Mar 21, 2002, 4:09:32 PM (23 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/phylmd/clmain.F

    r341 r353  
    201201      SAVE debugindex
    202202      DATA debugindex/.false./
     203      integer idayref
    203204#include "temps.h"
    204205     
     
    208209! initialisation sorties netcdf
    209210!
    210           CALL ymds2ju(anne_ini, 1, 1, 0.0, zjulian)
    211           zjulian = zjulian + day_ini
     211          idayref = day_ini
     212          CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian)
    212213          CALL gr_fi_ecrit(1,klon,iim,jjm+1,rlon,zx_lon)
    213214          DO i = 1, iim
     
    217218          CALL gr_fi_ecrit(1,klon,iim,jjm+1,rlat,zx_lat)
    218219          cldebug='sous_index'
    219           CALL histbeg(cldebug, iim,zx_lon,jjm+1,zx_lat,1,iim,1,jjm
    220      $        +1, 0,zjulian,dtime,nhoridbg,nidbg)
     220          CALL histbeg(cldebug, iim,zx_lon(:,1),jjm+1,zx_lat(1,:),
     221     $        1,iim,1,jjm
     222     $        +1, itau_phy,zjulian,dtime,nhoridbg,nidbg)
    221223! no vertical axis
    222224          cl_surf(1)='ter'
Note: See TracChangeset for help on using the changeset viewer.