Changeset 1861
- Timestamp:
- Sep 10, 2013, 11:55:26 AM (11 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cv30_routines.F
r1744 r1861 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: -
LMDZ5/trunk/libf/phylmd/cv3_buoy.F
r1515 r1861 14 14 implicit none 15 15 16 #include "cvthermo.h"17 #include "cv3param.h"16 include "cvthermo.h" 17 include "cv3param.h" 18 18 19 19 c input: -
LMDZ5/trunk/libf/phylmd/cv3_cine.F
r1403 r1861 18 18 implicit none 19 19 c 20 #include "YOMCST.h"21 #include "cvthermo.h"22 #include "cv3param.h"20 include "YOMCST.h" 21 include "cvthermo.h" 22 include "cv3param.h" 23 23 c input: 24 24 integer ncum, nd, nloc -
LMDZ5/trunk/libf/phylmd/cv3_routines.F
r1849 r1861 30 30 C *** IT MUST BE LESS THAN 0 *** 31 31 32 #include "cv3param.h"33 #include "conema3.h"32 include "cv3param.h" 33 include "conema3.h" 34 34 35 35 integer nd … … 167 167 real cpx(len,nd) 168 168 169 #include "cvthermo.h"170 #include "cv3param.h"169 include "cvthermo.h" 170 include "cv3param.h" 171 171 172 172 … … 242 242 C================================================================ 243 243 244 #include "cv3param.h"245 #include "cvthermo.h"244 include "cv3param.h" 245 include "cvthermo.h" 246 246 247 247 c inputs: … … 434 434 !---------------------------------------------------------------- 435 435 436 #include "cvthermo.h"437 #include "cv3param.h"436 include "cvthermo.h" 437 include "cv3param.h" 438 438 439 439 c inputs: … … 715 715 !------------------------------------------------------------------- 716 716 717 #include "cv3param.h"717 include "cv3param.h" 718 718 719 719 c input: … … 818 818 implicit none 819 819 820 #include "cv3param.h"820 include "cv3param.h" 821 821 include 'iniprint.h' 822 822 … … 975 975 C--------------------------------------------------------------------- 976 976 977 #include "cvthermo.h"978 #include "cv3param.h"979 #include "conema3.h"980 #include "cvflag.h"977 include "cvthermo.h" 978 include "cv3param.h" 979 include "conema3.h" 980 include "cvflag.h" 981 981 982 982 c inputs: … … 1454 1454 !=================================================================== 1455 1455 1456 #include "cvthermo.h"1457 #include "cv3param.h"1456 include "cvthermo.h" 1457 include "cv3param.h" 1458 1458 1459 1459 c input: … … 1697 1697 !--------------------------------------------------------------------- 1698 1698 1699 #include "cvthermo.h"1700 #include "cv3param.h"1701 #include "cvflag.h"1699 include "cvthermo.h" 1700 include "cv3param.h" 1701 include "cvflag.h" 1702 1702 1703 1703 c inputs: … … 2119 2119 2120 2120 2121 #include "cvthermo.h"2122 #include "cv3param.h"2123 #include "cvflag.h"2121 include "cvthermo.h" 2122 include "cv3param.h" 2123 include "cvflag.h" 2124 2124 2125 2125 c inputs: … … 2719 2719 implicit none 2720 2720 2721 #include "cvthermo.h"2722 #include "cv3param.h"2723 #include "cvflag.h"2724 #include "conema3.h"2721 include "cvthermo.h" 2722 include "cv3param.h" 2723 include "cvflag.h" 2724 include "conema3.h" 2725 2725 2726 2726 c inputs: … … 3941 3941 implicit none 3942 3942 3943 #include "cv3param.h"3943 include "cv3param.h" 3944 3944 3945 3945 c inputs: … … 4053 4053 implicit none 4054 4054 4055 #include "cv3param.h"4055 include "cv3param.h" 4056 4056 4057 4057 c inputs: -
LMDZ5/trunk/libf/phylmd/cv3_vertmix.F
r879 r1861 19 19 C=============================================================== 20 20 21 #include "cvthermo.h"22 #include "YOETHF.h"23 #include "YOMCST.h"24 #include "FCTTRE.h"21 include "cvthermo.h" 22 include "YOETHF.h" 23 include "YOMCST.h" 24 include "FCTTRE.h" 25 25 c input : 26 26 integer nd,len -
LMDZ5/trunk/libf/phylmd/cv3p1_closure.F
r1574 r1861 23 23 implicit none 24 24 25 #include "cvthermo.h"26 #include "cv3param.h"27 #include "YOMCST2.h"28 #include "YOMCST.h"29 #include "conema3.h"30 #include "iniprint.h"25 include "cvthermo.h" 26 include "cv3param.h" 27 include "YOMCST2.h" 28 include "YOMCST.h" 29 include "conema3.h" 30 include "iniprint.h" 31 31 32 32 c input: -
LMDZ5/trunk/libf/phylmd/cv3p_mixing.F
r1742 r1861 15 15 implicit none 16 16 c 17 #include "cvthermo.h"18 #include "cv3param.h"19 #include "YOMCST2.h"17 include "cvthermo.h" 18 include "cv3param.h" 19 include "YOMCST2.h" 20 20 21 21 c inputs: -
LMDZ5/trunk/libf/phylmd/cv_routines.F
r1403 r1861 36 36 C *** (DAMP MUST BE LESS THAN 1) *** 37 37 38 #include "cvparam.h"38 include "cvparam.h" 39 39 integer nd 40 40 CHARACTER (LEN=20) :: modname='cv_routines' … … 94 94 real cpx(len,nd) 95 95 96 #include "cvthermo.h"97 #include "cvparam.h"96 include "cvthermo.h" 97 include "cvparam.h" 98 98 99 99 … … 140 140 C================================================================ 141 141 142 #include "cvparam.h"142 include "cvparam.h" 143 143 144 144 c inputs: … … 261 261 implicit none 262 262 263 #include "cvthermo.h"264 #include "cvparam.h"263 include "cvthermo.h" 264 include "cvparam.h" 265 265 266 266 c inputs: … … 377 377 !------------------------------------------------------------------- 378 378 379 #include "cvparam.h"379 include "cvparam.h" 380 380 381 381 c inputs: … … 409 409 implicit none 410 410 411 #include "cvparam.h"411 include "cvparam.h" 412 412 413 413 c inputs: … … 507 507 C--------------------------------------------------------------------- 508 508 509 #include "cvthermo.h"510 #include "cvparam.h"509 include "cvthermo.h" 510 include "cvparam.h" 511 511 512 512 c inputs: … … 796 796 real work(nloc) 797 797 798 #include "cvthermo.h"799 #include "cvparam.h"798 include "cvthermo.h" 799 include "cvparam.h" 800 800 801 801 c------------------------------------------------------------------- … … 866 866 implicit none 867 867 868 #include "cvthermo.h"869 #include "cvparam.h"868 include "cvthermo.h" 869 include "cvparam.h" 870 870 871 871 c inputs: … … 1126 1126 1127 1127 1128 #include "cvthermo.h"1129 #include "cvparam.h"1128 include "cvthermo.h" 1129 include "cvparam.h" 1130 1130 1131 1131 c inputs: … … 1330 1330 implicit none 1331 1331 1332 #include "cvthermo.h"1333 #include "cvparam.h"1332 include "cvthermo.h" 1333 include "cvparam.h" 1334 1334 1335 1335 c inputs … … 1720 1720 implicit none 1721 1721 1722 #include "cvparam.h"1722 include "cvparam.h" 1723 1723 1724 1724 c inputs: -
LMDZ5/trunk/libf/phylmd/thermcellV0_main.F90
r1738 r1861 41 41 ! ------------- 42 42 43 #include "dimensions.h"44 #include "YOMCST.h"45 #include "YOETHF.h"46 #include "FCTTRE.h"47 #include "iniprint.h"43 include "dimensions.h" 44 include "YOMCST.h" 45 include "YOETHF.h" 46 include "FCTTRE.h" 47 include "iniprint.h" 48 48 49 49 ! arguments: … … 796 796 if (prt_level.ge.1) print*,'thermcell_main sorties 3D' 797 797 #ifdef wrgrads_thermcell 798 #include "thermcell_out3d.h"798 include "thermcell_out3d.h" 799 799 #endif 800 800 … … 811 811 subroutine testV0_ltherm(klon,klev,pplev,pplay,long,seuil,ztv,po,ztva,zqla,f_star,zw2,comment) 812 812 IMPLICIT NONE 813 #include "iniprint.h"813 include "iniprint.h" 814 814 815 815 integer i, k, klon,klev … … 855 855 IMPLICIT NONE 856 856 857 #include "iniprint.h"858 #include "thermcell.h"857 include "iniprint.h" 858 include "thermcell.h" 859 859 INTEGER ngrid,nlay 860 860 INTEGER ig,k … … 935 935 IMPLICIT NONE 936 936 937 #include "YOMCST.h"938 #include "YOETHF.h"939 #include "FCTTRE.h"940 #include "iniprint.h"941 #include "thermcell.h"937 include "YOMCST.h" 938 include "YOETHF.h" 939 include "FCTTRE.h" 940 include "iniprint.h" 941 include "thermcell.h" 942 942 943 943 INTEGER itap … … 1732 1732 !-------------------------------------------------------------------------- 1733 1733 IMPLICIT NONE 1734 #include "YOMCST.h"1735 #include "iniprint.h"1734 include "YOMCST.h" 1735 include "iniprint.h" 1736 1736 INTEGER l,ig 1737 1737 … … 1944 1944 !---------------------------------------------------------------------- 1945 1945 IMPLICIT NONE 1946 #include "iniprint.h"1947 #include "thermcell.h"1946 include "iniprint.h" 1947 include "thermcell.h" 1948 1948 1949 1949 INTEGER l,ig -
LMDZ5/trunk/libf/phylmd/wake.F
r1649 r1861 116 116 c------------------------------------------------------------------------- 117 117 118 #include "dimensions.h"119 #include "YOMCST.h"120 #include "cvthermo.h"121 #include "iniprint.h"118 include "dimensions.h" 119 include "YOMCST.h" 120 include "cvthermo.h" 121 include "iniprint.h" 122 122 123 123 c Arguments en entree … … 1942 1942 c------------------------------------------------------------------------- 1943 1943 1944 #include "dimensions.h"1945 cccc #include "dimphy.h"1946 #include "YOMCST.h"1947 #include "cvthermo.h"1948 #include "iniprint.h"1944 include "dimensions.h" 1945 cccc include "dimphy.h" 1946 include "YOMCST.h" 1947 include "cvthermo.h" 1948 include "iniprint.h" 1949 1949 1950 1950 c Arguments en entree
Note: See TracChangeset
for help on using the changeset viewer.