1 |
# ********************* |
2 |
# External Forcing Data |
3 |
# ********************* |
4 |
# |
5 |
&EXF_NML_01 |
6 |
# |
7 |
useAtmWind = .TRUE., |
8 |
#NCEP VALUES: |
9 |
# exf_albedo = 0.15, |
10 |
# exf_scal_BulkCdn = 0.508, |
11 |
# cstanton_1 = 0.049118, |
12 |
# cstanton_2 = 0.02506, |
13 |
# cdalton = 0.052025, |
14 |
|
15 |
#TO COMBINE WITH ALLOW_ZENITH_ANGLE: |
16 |
exf_albedo = 0.1, |
17 |
useExfZenIncoming = .TRUE., |
18 |
select_ZenAlbedo = 1, |
19 |
# |
20 |
ocean_emissivity = 0.97, |
21 |
ice_emissivity = 0.95, |
22 |
snow_emissivity = 0.95, |
23 |
# |
24 |
exf_iprec = 32, |
25 |
exf_yftype = 'RL', |
26 |
useExfYearlyFields= .TRUE., |
27 |
useExfCheckRange = .FALSE., |
28 |
/ |
29 |
# |
30 |
&EXF_NML_02 |
31 |
atempfile = 'era_xx_it33/llc270_it33_tmp2m_degC', |
32 |
aqhfile = 'era_xx_it33/llc270_it33_spfh2m', |
33 |
precipfile = 'era_xx_it33/llc270_it33_rain', |
34 |
uwindfile = 'era_xx_it33/llc270_it33_u10m', |
35 |
vwindfile = 'era_xx_it33/llc270_it33_v10m', |
36 |
swdownfile = 'era_xx_it33/llc270_it33_dsw', |
37 |
lwdownfile = 'era_xx_it33/llc270_it33_dlw', |
38 |
# |
39 |
atempstartdate1 = 19920101, |
40 |
atempstartdate2 = 000000, |
41 |
atempperiod = 21600.0, |
42 |
# |
43 |
aqhstartdate1 = 19920101, |
44 |
aqhstartdate2 = 000000, |
45 |
aqhperiod = 21600.0, |
46 |
# |
47 |
precipstartdate1 = 19920101, |
48 |
precipstartdate2 = 030000, |
49 |
precipperiod = 21600.0, |
50 |
# |
51 |
# runofffile = 'runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin', |
52 |
# runoffperiod = -12, |
53 |
# |
54 |
uwindstartdate1 = 19920101, |
55 |
uwindstartdate2 = 000000, |
56 |
uwindperiod = 21600.0, |
57 |
# |
58 |
vwindstartdate1 = 19920101, |
59 |
vwindstartdate2 = 000000, |
60 |
vwindperiod = 21600.0, |
61 |
# |
62 |
swdownstartdate1 = 19920101, |
63 |
swdownstartdate2 = 030000, |
64 |
swdownperiod = 21600.0, |
65 |
# |
66 |
lwdownstartdate1 = 19920101, |
67 |
lwdownstartdate2 = 030000, |
68 |
lwdownperiod = 21600.0, |
69 |
# |
70 |
/ |
71 |
# |
72 |
&EXF_NML_03 |
73 |
#NOT FOR EIG exf_offset_atemp = 273.3971, |
74 |
exf_offset_atemp = 273.15, |
75 |
#NOT FOR NEW RUNOFF FIELD exf_inscal_runoff = 3.1710e-08, |
76 |
exf_inscal_swdown = -1.0, |
77 |
exf_inscal_lwdown = -1.0, |
78 |
# to compensate for sea level rise for nlfs/realFWF |
79 |
#precip_exfremo_intercept = 1.073E-9, |
80 |
#precip_exfremo_slope = -3.340E-18, |
81 |
/ |
82 |
# |
83 |
&EXF_NML_04 |
84 |
# runoff_interpMethod = 0, |
85 |
# |
86 |
atemp_lon0 = 0.0000000D0, |
87 |
atemp_lon_inc = 0.7031250D0, |
88 |
atemp_lat0 = -89.4628220D0, |
89 |
atemp_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
90 |
245*0.7017418, |
91 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
92 |
atemp_nlon = 512, |
93 |
atemp_nlat = 256, |
94 |
# |
95 |
aqh_lon0 = 0.0000000D0, |
96 |
aqh_lon_inc = 0.7031250D0, |
97 |
aqh_lat0 = -89.4628220D0, |
98 |
aqh_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
99 |
245*0.7017418, |
100 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
101 |
aqh_nlon = 512, |
102 |
aqh_nlat = 256, |
103 |
# |
104 |
precip_lon0 = 0.0000000D0, |
105 |
precip_lon_inc = 0.7031250D0, |
106 |
precip_lat0 = -89.4628220D0, |
107 |
precip_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
108 |
245*0.7017418, |
109 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
110 |
precip_nlon = 512, |
111 |
precip_nlat = 256, |
112 |
# |
113 |
uwind_lon0 = 0.0000000D0, |
114 |
uwind_lon_inc = 0.7031250D0, |
115 |
uwind_lat0 = -89.4628220D0, |
116 |
uwind_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
117 |
245*0.7017418, |
118 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
119 |
uwind_nlon = 512, |
120 |
uwind_nlat = 256, |
121 |
# |
122 |
vwind_lon0 = 0.0000000D0, |
123 |
vwind_lon_inc = 0.7031250D0, |
124 |
vwind_lat0 = -89.4628220D0, |
125 |
vwind_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
126 |
245*0.7017418, |
127 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
128 |
vwind_nlon = 512, |
129 |
vwind_nlat = 256, |
130 |
# |
131 |
swdown_lon0 = 0.0000000D0, |
132 |
swdown_lon_inc = 0.7031250D0, |
133 |
swdown_lat0 = -89.4628220D0, |
134 |
swdown_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
135 |
245*0.7017418, |
136 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
137 |
swdown_nlon = 512, |
138 |
swdown_nlat = 256, |
139 |
# |
140 |
lwdown_lon0 = 0.0000000D0, |
141 |
lwdown_lon_inc = 0.7031250D0, |
142 |
lwdown_lat0 = -89.4628220D0, |
143 |
lwdown_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
144 |
245*0.7017418, |
145 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
146 |
lwdown_nlon = 512, |
147 |
lwdown_nlat = 256, |
148 |
/ |
149 |
# |
150 |
&EXF_NML_OBCS |
151 |
obcsNstartdate1 = 20001217, |
152 |
obcsNstartdate2 = 004500, |
153 |
obcsNperiod = 2629800.0, |
154 |
# |
155 |
obcsSstartdate1 = 20001217, |
156 |
obcsSstartdate2 = 004500, |
157 |
obcsSperiod = 2629800.0, |
158 |
# |
159 |
obcsEstartdate1 = 20001217, |
160 |
obcsEstartdate2 = 004500, |
161 |
obcsEperiod = 2629800.0, |
162 |
# |
163 |
obcsWstartdate1 = 20001217, |
164 |
obcsWstartdate2 = 004500, |
165 |
obcsWperiod = 2629800.0, |
166 |
# |
167 |
siobNstartdate1 = 20001217, |
168 |
siobNstartdate2 = 004500, |
169 |
siobNperiod = 2629800.0, |
170 |
# |
171 |
siobSstartdate1 = 20001217, |
172 |
siobSstartdate2 = 004500, |
173 |
siobSperiod = 2629800.0, |
174 |
# |
175 |
siobEstartdate1 = 20001217, |
176 |
siobEstartdate2 = 004500, |
177 |
siobEperiod = 2629800.0, |
178 |
# |
179 |
siobWstartdate1 = 20001217, |
180 |
siobWstartdate2 = 004500, |
181 |
siobWperiod = 2629800.0, |
182 |
# |
183 |
& |