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/dyn3d/dynredem.F

    r232 r353  
    11c $Header$
    22c
    3       SUBROUTINE dynredem0(fichnom,idayref,anneeref,phis,nq)
     3      SUBROUTINE dynredem0(fichnom,iday_end,phis,nq)
    44      USE IOIPSL
    55      IMPLICIT NONE
     
    2323c   Arguments:
    2424c   ----------
    25       INTEGER*4 idayref,anneeref
     25      INTEGER iday_end
    2626      REAL phis(ip1jmp1)
    2727      CHARACTER*(*) fichnom
     
    5656      modname='dynredem'
    5757
    58       call ymds2ju(anneeref,1,idayref,0.0, zjulian)
    59       call ju2ymds(zjulian, yyears0,mmois0,jjour0,hours)
     58      call ymds2ju(annee_ref, 1, iday_end, 0.0, zjulian)
     59      call ju2ymds(zjulian, yyears0, mmois0, jjour0, hours)
    6060       
    6161
     
    6666       tab_cntrl(2)  = FLOAT(jjm)
    6767       tab_cntrl(3)  = FLOAT(llm)
    68        tab_cntrl(4)  = FLOAT(idayref)
    69        tab_cntrl(5)  = FLOAT(anneeref)
     68       tab_cntrl(4)  = FLOAT(day_ref)
     69       tab_cntrl(5)  = FLOAT(annee_ref)
    7070       tab_cntrl(6)  = rad
    7171       tab_cntrl(7)  = omeg
     
    106106       IF( ysinus )  tab_cntrl(27) = 1.
    107107      ENDIF
     108
     109       tab_cntrl(30) = FLOAT(iday_end)
     110       tab_cntrl(31) = FLOAT(itau_dyn + itaufin)
    108111c
    109112c    .........................................................
     
    378381      ierr = NF_CLOSE(nid) ! fermer le fichier
    379382
    380       PRINT*,'iim,jjm,llm,idayref',iim,jjm,llm,idayref
     383      PRINT*,'iim,jjm,llm,iday_end',iim,jjm,llm,iday_end
    381384      PRINT*,'rad,omeg,g,cpp,kappa',
    382385     ,        rad,omeg,g,cpp,kappa
Note: See TracChangeset for help on using the changeset viewer.