Ignore:
Timestamp:
Mar 24, 2004, 11:41:29 AM (20 years ago)
Author:
lmdzadmin
Message:

Enleve region "1d" des fichiers ini*.h
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/ini_histhf.h

    r506 r511  
    11
    22      IF (ok_hf) THEN
    3 c
    4        IF(region.EQ.'3d') THEN
    53c
    64        zout = dtime * REAL(NINT(86400./dtime*ecrit_hf))
     
    97        PRINT*, 'La frequence de sortie instant. est de ', ecrit_hf
    108c
    11        ELSEIF(region.EQ.'1d') THEN
    12 c
    13 c   pour les champs instantannes, il faut mettre la meme valeur pour
    14 c   zout et tsto.
    15 c   dtime est passe par ailleurs a histbeg
    16          zsto = dtime
    17 c        zout = dtime
    18          zout = dtime *4.
    19        ENDIF
    20        print*,'zout,zsto=',zout,zsto
    21 cIM cf LF
    229         idayref = day_ref
    2310         CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian)
    24 
    25 cccIM    CALL ymds2ju(anne_ini, 1, 1, 0.0, zjulian)
    26 c        CALL ymds2ju(annee_ref, 1, 1, 0.0, zjulian)
    27 c        zjulian = zjulian + day_ini
    28 cIM cf LF
    2911
    3012c
     
    3921cccIM      CALL histbeg("histhf", iim,zx_lon, jjmp1,zx_lat,
    4022         CALL histbeg("histhf", iim,zx_lon(:,1), jjmp1,zx_lat(1,:),
    41 cIM cf LF    .                 1,iim,1,jjmp1, 0, zjulian, dtime,
    42 c071103
    43 c    .                 1,iim,1,jjmp1,
    44      .                 imin_debut,nbpti,
    45      .                 jmin_debut,nbptj,
    46 c071103
    47      .                 itau_phy, zjulian, dtime,
     23     .                 1,iim,1,jjmp1, itau_phy, zjulian, dtime,
    4824     .                 nhori, nid_hf)
    4925
Note: See TracChangeset for help on using the changeset viewer.