3 |
# ********************* |
# ********************* |
4 |
# |
# |
5 |
&EXF_NML_01 |
&EXF_NML_01 |
6 |
exf_albedo = 0.1507, |
exf_albedo = 0.15, |
7 |
exf_scal_BulkCdn = 1.0185, |
exf_scal_BulkCdn = 1.015, |
8 |
exf_iprec = 32, |
exf_iprec = 32, |
9 |
exf_yftype = 'RL', |
exf_yftype = 'RL', |
10 |
useExfYearlyFields= .TRUE., |
useExfYearlyFields= .TRUE., |
11 |
useExfCheckRange = .FALSE., |
useExfCheckRange = .FALSE., |
12 |
useRelativeWind = .TRUE., |
useRelativeWind = .FALSE., |
13 |
& |
& |
14 |
# |
# |
15 |
&EXF_NML_02 |
&EXF_NML_02 |
16 |
precipfile = '../../cube78_forcing/cube78_rain', |
precipfile = '../../jra25/jra25_rain', |
17 |
atempfile = '../../cube78_forcing/cube78_tmp2m_degC', |
atempfile = '../../jra25/jra25_tmp2m_degC', |
18 |
aqhfile = '../../cube78_forcing/cube78_spfh2m', |
aqhfile = '../../jra25/jra25_spfh2m', |
19 |
swdownfile = '../../cube78_forcing/cube78_dsw', |
swdownfile = '../../jra25/jra25_dsw', |
20 |
lwdownfile = '../../cube78_forcing/cube78_dlw', |
lwdownfile = '../../jra25/jra25_dlw', |
21 |
uwindfile = '../../cube78_forcing/cube78_u10m', |
uwindfile = '../../jra25/jra25_u10m', |
22 |
vwindfile = '../../cube78_forcing/cube78_v10m', |
vwindfile = '../../jra25/jra25_v10m', |
23 |
runofffile = '../../ncep_rgau/runoff-360x180x12.bin', |
runofffile = '../../cube78_forcing/runoff-360x180x12.bin', |
|
# |
|
|
climsssfile = 'WOA05_SSS_360x180x12.bin', |
|
|
climsstfile = 'AVHRR_OI_SST_360x180', |
|
24 |
# |
# |
25 |
precipstartdate1 = 19790101, |
precipstartdate1 = 19790101, |
26 |
# precipstartdate2 060000 for NCEP-type (ncep,core,godae,cube49,gpcp,cube61) |
# precipstartdate2 060000 for NCEP-type (ncep,core,godae,cube49,gpcp,cube61) |
45 |
vwindstartdate1 = 19790101, |
vwindstartdate1 = 19790101, |
46 |
vwindstartdate2 = 000000, |
vwindstartdate2 = 000000, |
47 |
vwindperiod = 21600.0, |
vwindperiod = 21600.0, |
|
climsststartdate1 = 19920101, |
|
|
climsststartdate2 = 120000, |
|
|
climsstperiod = 86400.0, |
|
48 |
# "*period=-12" specifies monthly-mean forcing |
# "*period=-12" specifies monthly-mean forcing |
49 |
runoffperiod = -12, |
runoffperiod = -12, |
|
climsssperiod = -12., |
|
50 |
& |
& |
51 |
# |
# |
52 |
&EXF_NML_03 |
&EXF_NML_03 |
53 |
exf_offset_atemp = 273.15, |
exf_offset_atemp = 273.15, |
54 |
exf_inscal_swdown = -1., |
exf_inscal_swdown = -1., |
55 |
exf_inscal_lwdown = -1., |
exf_inscal_lwdown = -1., |
56 |
|
# convert m/yr to m/s |
57 |
exf_inscal_runoff = 3.1710e-08, |
exf_inscal_runoff = 3.1710e-08, |
58 |
& |
& |
59 |
# |
# |
127 |
runoff_lat_inc = 179*1., |
runoff_lat_inc = 179*1., |
128 |
runoff_nlon = 360, |
runoff_nlon = 360, |
129 |
runoff_nlat = 180, |
runoff_nlat = 180, |
|
# |
|
|
climsss_lon0 = 0.5, |
|
|
climsss_lon_inc = 1., |
|
|
climsss_lat0 = -89.5, |
|
|
climsss_lat_inc = 179*1., |
|
|
climsss_nlon = 360, |
|
|
climsss_nlat = 180, |
|
|
# |
|
|
climsst_lon0 = 0.5, |
|
|
climsst_lon_inc = 1., |
|
|
climsst_lat0 = -89.5, |
|
|
climsst_lat_inc = 179*1., |
|
|
climsst_nlon = 360, |
|
|
climsst_nlat = 180, |
|
130 |
& |
& |