Ignore:
Timestamp:
Jun 11, 2002, 2:19:49 PM (22 years ago)
Author:
lmdzadmin
Message:

Differentes modifs d'ajustement et de reglages du calendrier
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F

    r361 r364  
    734734ccc         ecrit_ins = NINT(86400./dtime *0.5)  ! 2 fois par jour
    735735ccc         ecrit_ins = NINT(86400./dtime *0.25)  ! 4 fois par jour
     736         ecrit_ins = NINT(86400./dtime/12.)  ! toutes les deux heures
    736737         ecrit_ins = NINT(86400./dtime/48.)  ! a chaque pas de temps
    737          ecrit_ins = NINT(86400./dtime/12.)  ! toutes les deux heures
    738738         IF (ok_instan) THEN
    739739         PRINT*, 'La frequence de sortie instant. est de ', ecrit_ins
     
    18211821      fder = dlw
    18221822
    1823       CALL clmain(dtime,itap,zjulian,pctsrf,
     1823      CALL clmain(dtime,itap,date0,pctsrf,
    18241824     e            t_seri,q_seri,u_seri,v_seri,
    18251825     e            julien, rmu0,
     
    20052005      ENDIF
    20062006
    2007       CALL homogene(paprs, q_seri, d_q_con, u_seri,v_seri,
    2008      .              d_u_con, d_v_con)
     2007c     CALL homogene(paprs, q_seri, d_q_con, u_seri,v_seri,
     2008c    .              d_u_con, d_v_con)
    20092009      DO k = 1, klev
    20102010        DO i = 1, klon
Note: See TracChangeset for help on using the changeset viewer.