| 1 |
# ********************* |
| 2 |
# External Forcing Data |
| 3 |
# ********************* |
| 4 |
# |
| 5 |
&EXF_NML_01 |
| 6 |
# |
| 7 |
useAtmWind = .FALSE., |
| 8 |
#NCEP VALUES: |
| 9 |
# exf_albedo = 0.15, |
| 10 |
# exf_scal_BulkCdn = 1.015, |
| 11 |
# |
| 12 |
#TO COMBINE WITH ALLOW_ZENITH_ANGLE: |
| 13 |
exf_albedo = 0.1, |
| 14 |
useExfZenIncoming = .TRUE., |
| 15 |
select_ZenAlbedo = 1, |
| 16 |
# |
| 17 |
ocean_emissivity = 0.97, |
| 18 |
ice_emissivity = 0.95, |
| 19 |
snow_emissivity = 0.95, |
| 20 |
# |
| 21 |
exf_iprec = 32, |
| 22 |
exf_yftype = 'RL', |
| 23 |
useExfYearlyFields= .TRUE., |
| 24 |
useExfCheckRange = .FALSE., |
| 25 |
/ |
| 26 |
# |
| 27 |
&EXF_NML_02 |
| 28 |
ustressfile = 'EIG_ustr', |
| 29 |
vstressfile = 'EIG_vstr', |
| 30 |
atempfile = 'EIG_tmp2m_degC', |
| 31 |
aqhfile = 'EIG_spfh2m', |
| 32 |
precipfile = 'EIG_rain', |
| 33 |
# uwindfile = 'EIG_u10m', |
| 34 |
# vwindfile = 'EIG_v10m', |
| 35 |
wspeedfile = 'EIG_wspeed', |
| 36 |
swdownfile = 'EIG_dsw', |
| 37 |
lwdownfile = 'EIG_dlw', |
| 38 |
### apressurefile = 'EIG_pres', |
| 39 |
# |
| 40 |
ustressstartdate1 = 19920101, |
| 41 |
ustressstartdate2 = 030000, |
| 42 |
ustressperiod = 21600.0, |
| 43 |
# |
| 44 |
vstressstartdate1 = 19920101, |
| 45 |
vstressstartdate2 = 030000, |
| 46 |
vstressperiod = 21600.0, |
| 47 |
# |
| 48 |
atempstartdate1 = 19920101, |
| 49 |
atempstartdate2 = 030000, |
| 50 |
atempperiod = 21600.0, |
| 51 |
# |
| 52 |
aqhstartdate1 = 19920101, |
| 53 |
aqhstartdate2 = 030000, |
| 54 |
aqhperiod = 21600.0, |
| 55 |
# |
| 56 |
precipstartdate1 = 19920101, |
| 57 |
precipstartdate2 = 030000, |
| 58 |
precipperiod = 21600.0, |
| 59 |
# |
| 60 |
runofffile = 'runoff-2d-Fekete-1deg-mon-V4-SMOOTH.bin', |
| 61 |
runoffperiod = -12, |
| 62 |
# |
| 63 |
uwindstartdate1 = 19920101, |
| 64 |
uwindstartdate2 = 030000, |
| 65 |
uwindperiod = 21600.0, |
| 66 |
# |
| 67 |
vwindstartdate1 = 19920101, |
| 68 |
vwindstartdate2 = 030000, |
| 69 |
vwindperiod = 21600.0, |
| 70 |
# |
| 71 |
wspeedstartdate1 = 19920101, |
| 72 |
wspeedstartdate2 = 030000, |
| 73 |
wspeedperiod = 21600.0, |
| 74 |
# |
| 75 |
swdownstartdate1 = 19920101, |
| 76 |
swdownstartdate2 = 030000, |
| 77 |
swdownperiod = 21600.0, |
| 78 |
# |
| 79 |
lwdownstartdate1 = 19920101, |
| 80 |
lwdownstartdate2 = 030000, |
| 81 |
lwdownperiod = 21600.0, |
| 82 |
# |
| 83 |
apressurestartdate1 = 19920101, |
| 84 |
apressurestartdate2 = 030000, |
| 85 |
apressureperiod = 21600.0, |
| 86 |
# |
| 87 |
climsstperiod = -12., |
| 88 |
#climsssfile = 'SSS_WPv1_M_eccollc_90x50.bin', |
| 89 |
climsssperiod = -12., |
| 90 |
#climsssTauRelax = 15768000., |
| 91 |
/ |
| 92 |
# |
| 93 |
&EXF_NML_03 |
| 94 |
#NOT FOR EIG exf_offset_atemp = 273.3971, |
| 95 |
exf_offset_atemp = 273.15, |
| 96 |
#NOT FOR NEW RUNOFF FIELD exf_inscal_runoff = 3.1710e-08, |
| 97 |
exf_inscal_swdown = -1.0, |
| 98 |
#the value I would now use, if I started over. But to recover old results ... |
| 99 |
#exf_inscal_lwdown = -1.0, |
| 100 |
#... old results, where ocean emissivity was wrongly treated as 1 for lwdown: |
| 101 |
exf_inscal_lwdown = -1.03, |
| 102 |
exf_inscal_ustress = -1.0, |
| 103 |
exf_inscal_vstress = -1.0, |
| 104 |
# to compensate for sea level rise for nlfs/realFWF |
| 105 |
#precip_exfremo_intercept = 1.073E-9, |
| 106 |
#precip_exfremo_slope = -3.340E-18, |
| 107 |
/ |
| 108 |
# |
| 109 |
&EXF_NML_04 |
| 110 |
runoff_interpMethod = 0, |
| 111 |
climsss_interpMethod = 0, |
| 112 |
# |
| 113 |
ustress_lon0 = 0.0000000D0, |
| 114 |
ustress_lon_inc = 0.7031250D0, |
| 115 |
ustress_lat0 = -89.4628220D0, |
| 116 |
ustress_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 |
ustress_nlon = 512, |
| 120 |
ustress_nlat = 256, |
| 121 |
# |
| 122 |
vstress_lon0 = 0.0000000D0, |
| 123 |
vstress_lon_inc = 0.7031250D0, |
| 124 |
vstress_lat0 = -89.4628220D0, |
| 125 |
vstress_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 |
vstress_nlon = 512, |
| 129 |
vstress_nlat = 256, |
| 130 |
# |
| 131 |
atemp_lon0 = 0.0000000D0, |
| 132 |
atemp_lon_inc = 0.7031250D0, |
| 133 |
atemp_lat0 = -89.4628220D0, |
| 134 |
atemp_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 |
atemp_nlon = 512, |
| 138 |
atemp_nlat = 256, |
| 139 |
# |
| 140 |
aqh_lon0 = 0.0000000D0, |
| 141 |
aqh_lon_inc = 0.7031250D0, |
| 142 |
aqh_lat0 = -89.4628220D0, |
| 143 |
aqh_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 |
aqh_nlon = 512, |
| 147 |
aqh_nlat = 256, |
| 148 |
# |
| 149 |
precip_lon0 = 0.0000000D0, |
| 150 |
precip_lon_inc = 0.7031250D0, |
| 151 |
precip_lat0 = -89.4628220D0, |
| 152 |
precip_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
| 153 |
245*0.7017418, |
| 154 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
| 155 |
precip_nlon = 512, |
| 156 |
precip_nlat = 256, |
| 157 |
# |
| 158 |
uwind_lon0 = 0.0000000D0, |
| 159 |
uwind_lon_inc = 0.7031250D0, |
| 160 |
uwind_lat0 = -89.4628220D0, |
| 161 |
uwind_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
| 162 |
245*0.7017418, |
| 163 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
| 164 |
uwind_nlon = 512, |
| 165 |
uwind_nlat = 256, |
| 166 |
# |
| 167 |
vwind_lon0 = 0.0000000D0, |
| 168 |
vwind_lon_inc = 0.7031250D0, |
| 169 |
vwind_lat0 = -89.4628220D0, |
| 170 |
vwind_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
| 171 |
245*0.7017418, |
| 172 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
| 173 |
vwind_nlon = 512, |
| 174 |
vwind_nlat = 256, |
| 175 |
# |
| 176 |
wspeed_lon0 = 0.0000000D0, |
| 177 |
wspeed_lon_inc = 0.7031250D0, |
| 178 |
wspeed_lat0 = -89.4628220D0, |
| 179 |
wspeed_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
| 180 |
245*0.7017418, |
| 181 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
| 182 |
wspeed_nlon = 512, |
| 183 |
wspeed_nlat = 256, |
| 184 |
# |
| 185 |
swdown_lon0 = 0.0000000D0, |
| 186 |
swdown_lon_inc = 0.7031250D0, |
| 187 |
swdown_lat0 = -89.4628220D0, |
| 188 |
swdown_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
| 189 |
245*0.7017418, |
| 190 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
| 191 |
swdown_nlon = 512, |
| 192 |
swdown_nlat = 256, |
| 193 |
# |
| 194 |
lwdown_lon0 = 0.0000000D0, |
| 195 |
lwdown_lon_inc = 0.7031250D0, |
| 196 |
lwdown_lat0 = -89.4628220D0, |
| 197 |
lwdown_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
| 198 |
245*0.7017418, |
| 199 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
| 200 |
lwdown_nlon = 512, |
| 201 |
lwdown_nlat = 256, |
| 202 |
# |
| 203 |
apressure_lon0 = 0.0000000D0, |
| 204 |
apressure_lon_inc = 0.7031250D0, |
| 205 |
apressure_lat0 = -89.4628220D0, |
| 206 |
apressure_lat_inc = 0.6958694,0.6999817,0.7009048,0.7012634,0.7014313, |
| 207 |
245*0.7017418, |
| 208 |
0.7014313,0.7012634,0.7009048,0.6999817,0.6958694 |
| 209 |
apressure_nlon = 512, |
| 210 |
apressure_nlat = 256, |
| 211 |
# |
| 212 |
/ |