1 |
dimitri |
1.1 |
# $Header: /u/gcmpack/development/heimbach/ecco_env/pkg/exf/data.exf,v 1.4 2001/02/02 19:43:45 heimbach Exp $ |
2 |
|
|
# |
3 |
|
|
# ********************* |
4 |
|
|
# External Forcing Data |
5 |
|
|
# ********************* |
6 |
|
|
&EXF_NML |
7 |
|
|
hfluxstartdate1 = 19911231, |
8 |
|
|
hfluxstartdate2 = 60000, |
9 |
|
|
hfluxperiod = 86400.0, |
10 |
|
|
hflux_lon0 = .5D0, |
11 |
|
|
hflux_lon_inc = 1.D0, |
12 |
|
|
hflux_lat0 = -79.5D0, |
13 |
|
|
hflux_lat_inc = 160*1.D0, |
14 |
|
|
hflux_nlon = 360, |
15 |
|
|
hflux_nlat = 160, |
16 |
|
|
# |
17 |
|
|
sfluxstartdate1 = 19911231, |
18 |
|
|
sfluxstartdate2 = 60000, |
19 |
|
|
sfluxperiod = 86400.0, |
20 |
|
|
sflux_lon0 = .5D0, |
21 |
|
|
sflux_lon_inc = 1.D0, |
22 |
|
|
sflux_lat0 = -79.5D0, |
23 |
|
|
sflux_lat_inc = 160*1.D0, |
24 |
|
|
sflux_nlon = 360, |
25 |
|
|
sflux_nlat = 160, |
26 |
|
|
# |
27 |
|
|
ustressstartdate1 = 19911231, |
28 |
|
|
ustressstartdate2 = 150000, |
29 |
|
|
ustressperiod = 43200.0, |
30 |
|
|
ustress_lon0 = 0.D0, |
31 |
|
|
ustress_lon_inc = 1.D0, |
32 |
|
|
ustress_lat0 = -79.5D0, |
33 |
|
|
ustress_lat_inc = 160*1.D0, |
34 |
|
|
ustress_nlon = 360, |
35 |
|
|
ustress_nlat = 160, |
36 |
|
|
# |
37 |
|
|
vstressstartdate1 = 19911231, |
38 |
|
|
vstressstartdate2 = 150000, |
39 |
|
|
vstressperiod = 43200.0, |
40 |
|
|
vstress_lon0 = .5D0, |
41 |
|
|
vstress_lon_inc = 1.D0, |
42 |
|
|
vstress_lat0 = -80.D0, |
43 |
|
|
vstress_lat_inc = 160*1.D0, |
44 |
|
|
vstress_nlon = 360, |
45 |
|
|
vstress_nlat = 160, |
46 |
|
|
# |
47 |
|
|
swfluxstartdate1 = 19911231, |
48 |
|
|
swfluxstartdate2 = 60000, |
49 |
|
|
swfluxperiod = 86400.0, |
50 |
|
|
swflux_lon0 = .5D0, |
51 |
|
|
swflux_lon_inc = 1.D0, |
52 |
|
|
swflux_lat0 = -79.5D0, |
53 |
|
|
swflux_lat_inc = 160*1.D0, |
54 |
|
|
swflux_nlon = 360, |
55 |
|
|
swflux_nlat = 160, |
56 |
|
|
# |
57 |
|
|
# |
58 |
|
|
runoff_lon0 = .5D0, |
59 |
|
|
runoff_lon_inc = 1.D0, |
60 |
|
|
runoff_lat0 = -79.5D0, |
61 |
|
|
runoff_lat_inc = 160*1.D0, |
62 |
|
|
runoff_nlon = 360, |
63 |
|
|
runoff_nlat = 160, |
64 |
|
|
# |
65 |
|
|
hfluxfile = 'NCEP_R_turbflux_92-02.bin', |
66 |
|
|
sfluxfile = 'NCEP_R_emp_92-02.bin', |
67 |
|
|
ustressfile = 'NCEP_R_ustr_92-02.bin', |
68 |
|
|
vstressfile = 'NCEP_R_vstr_92-02.bin', |
69 |
|
|
swfluxfile = 'NCEP_R_sw_92-02.bin', |
70 |
|
|
runofffile = 'run-off.bin_1x1', |
71 |
|
|
# |
72 |
|
|
exf_iprec = 32, |
73 |
|
|
exf_yftype = 'RL', |
74 |
|
|
& |