Changeset 1910 for LMDZ5/branches/testing/libf/phylmd/calcul_divers.h
- Timestamp:
- Nov 29, 2013, 9:40:25 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1861-1863,1865-1867,1869,1871-1875,1877-1880,1882-1891,1894-1909 -
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
- Property svn:mergeinfo changed
-
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
-
Property
copyright
set to
-
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
-
Property
copyright
set to
-
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 ! 4 4 5 cInitialisations diverses au "debut" du mois5 ! Initialisations diverses au "debut" du mois 6 6 IF(debut) THEN 7 7 nday_rain(:)=0. 8 8 9 csurface terre9 ! surface terre 10 10 paire_ter(:)=0. 11 11 DO i=1, klon … … 16 16 ENDIF 17 17 18 cIM Calcul une fois par jour : total_rain, nday_rain18 !IM Calcul une fois par jour : total_rain, nday_rain 19 19 IF(MOD(itap,INT(un_jour/dtime)).EQ.0) THEN 20 20 DO i = 1, klon -
Property
copyright
set to
Note: See TracChangeset
for help on using the changeset viewer.