Ignore:
Timestamp:
Nov 29, 2013, 9:40:25 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1860:1909 into testing branch

Location:
LMDZ5/branches/testing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf

    • Property copyright set to
      Name of program: LMDZ
      Creation date: 1984
      Version: LMDZ5
      License: CeCILL version 2
      Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
      See the license file in the root directory
  • LMDZ5/branches/testing/libf/phylmd

    • Property copyright set to
      Name of program: LMDZ
      Creation date: 1984
      Version: LMDZ5
      License: CeCILL version 2
      Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
      See the license file in the root directory
  • LMDZ5/branches/testing/libf/phylmd/calcul_divers.h

    • Property copyright set to
      Name of program: LMDZ
      Creation date: 1984
      Version: LMDZ5
      License: CeCILL version 2
      Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
      See the license file in the root directory
    r1454 r1910  
    1 c
    2 c $Header$
    3 c
     1!
     2! $Header$
     3!
    44
    5 c     Initialisations diverses au "debut" du mois
     5!     Initialisations diverses au "debut" du mois
    66      IF(debut) THEN
    77         nday_rain(:)=0.
    88
    9 c        surface terre
     9!        surface terre
    1010         paire_ter(:)=0.
    1111         DO i=1, klon
     
    1616      ENDIF
    1717
    18 cIM   Calcul une fois par jour : total_rain, nday_rain
     18!IM   Calcul une fois par jour : total_rain, nday_rain
    1919      IF(MOD(itap,INT(un_jour/dtime)).EQ.0) THEN
    2020         DO i = 1, klon
Note: See TracChangeset for help on using the changeset viewer.