Last change
on this file since 293 was
253,
checked in by emillour, 14 years ago
|
Generic GCM
- Massive update to version 0.7
EM+RW
|
File size:
4.4 KB
|
Line | |
---|
1 | ! |
---|
2 | ! For Fortran 77/Fortran 90 compliance always use line continuation |
---|
3 | ! symbols '&' in columns 73 and 6 |
---|
4 | ! |
---|
5 | COMMON/callkeys/callrad,corrk,calldifv,calladj & |
---|
6 | & , co2cond,callsoil & |
---|
7 | & , season,diurnal,tlocked,iradia,lwrite & |
---|
8 | & , iaervar,iddist,topdustref,callstats,calleofdump & |
---|
9 | & , enertest & |
---|
10 | & , callgasvis & |
---|
11 | & , Nmix_co2, Nmix_h2o & |
---|
12 | & , dusttau & |
---|
13 | & , nonideal & |
---|
14 | & , meanOLR & |
---|
15 | & , specOLR & |
---|
16 | & , kastprof & |
---|
17 | & , noradsurf & |
---|
18 | & , Tsurfk & |
---|
19 | & , Tstrat & |
---|
20 | & , newtonian & |
---|
21 | & , tau_relax & |
---|
22 | & , testradtimes & |
---|
23 | & , rayleigh & |
---|
24 | & , stelbbody & |
---|
25 | & , stelTbb & |
---|
26 | & , tplanet & |
---|
27 | & , startype & |
---|
28 | & , Fat1AU & |
---|
29 | & , nearco2cond & |
---|
30 | & , tracer & |
---|
31 | & , varactive & |
---|
32 | & , varfixed & |
---|
33 | & , satval & |
---|
34 | & , sedimentation,water,watercond,waterrain & |
---|
35 | & , rainthreshold & |
---|
36 | & , aerofixed & |
---|
37 | & , szangle & |
---|
38 | & , hydrology & |
---|
39 | & , sourceevol & |
---|
40 | & , albedosnow & |
---|
41 | & , maxicethick & |
---|
42 | & , Tsaldiff & |
---|
43 | & , CLFfixval & |
---|
44 | & , CLFvarying & |
---|
45 | & , n2mixratio & |
---|
46 | & , co2supsat & |
---|
47 | & , pceil |
---|
48 | |
---|
49 | logical callrad,corrk,calldifv,calladj,co2cond,callsoil & |
---|
50 | & , season,diurnal,tlocked,lwrite & |
---|
51 | & , callstats,calleofdump & |
---|
52 | & , callgasvis |
---|
53 | |
---|
54 | logical enertest |
---|
55 | logical nonideal |
---|
56 | logical meanOLR |
---|
57 | logical specOLR |
---|
58 | logical kastprof |
---|
59 | logical newtonian |
---|
60 | logical testradtimes |
---|
61 | logical rayleigh |
---|
62 | logical stelbbody |
---|
63 | logical ozone |
---|
64 | logical nearco2cond |
---|
65 | logical tracer |
---|
66 | logical varactive |
---|
67 | logical varfixed |
---|
68 | logical sedimentation |
---|
69 | logical water,watercond,waterrain |
---|
70 | logical aerofixed |
---|
71 | logical hydrology |
---|
72 | logical sourceevol |
---|
73 | logical CLFvarying |
---|
74 | logical noradsurf |
---|
75 | |
---|
76 | integer iddist |
---|
77 | integer iaervar |
---|
78 | integer iradia |
---|
79 | integer startype |
---|
80 | |
---|
81 | real topdustref |
---|
82 | real Nmix_co2 |
---|
83 | real Nmix_h2o |
---|
84 | real dusttau |
---|
85 | real Fat1AU |
---|
86 | real stelTbb |
---|
87 | real Tstrat |
---|
88 | real tplanet |
---|
89 | real satval |
---|
90 | real rainthreshold |
---|
91 | real szangle |
---|
92 | real CLFfixval |
---|
93 | real n2mixratio |
---|
94 | real co2supsat |
---|
95 | real pceil |
---|
96 | real albedosnow |
---|
97 | real maxicethick |
---|
98 | real Tsaldiff |
---|
99 | real Tsurfk |
---|
100 | real tau_relax |
---|
Note: See
TracBrowser
for help on using the repository browser.