Changeset 1910 for LMDZ5/branches/testing/libf/phylmd/cv30_routines.F
- Timestamp:
- Nov 29, 2013, 9:40:25 AM (12 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/cv30_routines.F
-
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
r1750 r1910 30 30 C *** IT MUST BE LESS THAN 0 *** 31 31 32 #include "cv30param.h"33 #include "conema3.h"32 include "cv30param.h" 33 include "conema3.h" 34 34 35 35 integer nd … … 108 108 real cpx(len,nd) 109 109 110 #include "cvthermo.h"111 #include "cv30param.h"110 include "cvthermo.h" 111 include "cv30param.h" 112 112 113 113 … … 176 176 C================================================================ 177 177 178 #include "cv30param.h"178 include "cv30param.h" 179 179 180 180 c inputs: … … 359 359 !---------------------------------------------------------------- 360 360 361 #include "cvthermo.h"362 #include "cv30param.h"361 include "cvthermo.h" 362 include "cv30param.h" 363 363 364 364 c inputs: … … 646 646 !------------------------------------------------------------------- 647 647 648 #include "cv30param.h"648 include "cv30param.h" 649 649 650 650 c input: … … 748 748 implicit none 749 749 750 #include "cv30param.h"750 include "cv30param.h" 751 751 include 'iniprint.h' 752 752 … … 873 873 C--------------------------------------------------------------------- 874 874 875 #include "cvthermo.h"876 #include "cv30param.h"877 #include "conema3.h"875 include "cvthermo.h" 876 include "cv30param.h" 877 include "conema3.h" 878 878 879 879 c inputs: … … 1233 1233 !=================================================================== 1234 1234 1235 #include "cvthermo.h"1236 #include "cv30param.h"1235 include "cvthermo.h" 1236 include "cv30param.h" 1237 1237 1238 1238 c input: … … 1443 1443 !--------------------------------------------------------------------- 1444 1444 1445 #include "cvthermo.h"1446 #include "cv30param.h"1445 include "cvthermo.h" 1446 include "cv30param.h" 1447 1447 1448 1448 c inputs: … … 1836 1836 1837 1837 1838 #include "cvthermo.h"1839 #include "cv30param.h"1840 #include "cvflag.h"1838 include "cvthermo.h" 1839 include "cv30param.h" 1840 include "cvflag.h" 1841 1841 1842 1842 c inputs: … … 2200 2200 implicit none 2201 2201 2202 #include "cvthermo.h"2203 #include "cv30param.h"2204 #include "cvflag.h"2205 #include "conema3.h"2202 include "cvthermo.h" 2203 include "cv30param.h" 2204 include "cvflag.h" 2205 include "conema3.h" 2206 2206 2207 2207 c inputs: … … 3053 3053 implicit none 3054 3054 3055 #include "cv30param.h"3055 include "cv30param.h" 3056 3056 3057 3057 c inputs: … … 3183 3183 implicit none 3184 3184 3185 #include "cv30param.h"3185 include "cv30param.h" 3186 3186 3187 3187 c inputs: -
Property
copyright
set to
Note: See TracChangeset
for help on using the changeset viewer.