1 |
heimbach |
1.1 |
# ********************* |
2 |
|
|
# ECCO controlvariables |
3 |
|
|
# ********************* |
4 |
|
|
&ctrl_nml |
5 |
|
|
# |
6 |
|
|
doMainUnpack = .TRUE., |
7 |
|
|
doinitxx = .TRUE., |
8 |
|
|
# |
9 |
zhc |
1.3 |
doSinglePrecTapelev = .TRUE. |
10 |
|
|
# |
11 |
heimbach |
1.1 |
doPackDiag = .TRUE., |
12 |
|
|
doZscalePack = .TRUE., |
13 |
|
|
doZscaleUnpack = .FALSE., |
14 |
|
|
delZexp = 0.5, |
15 |
|
|
# |
16 |
|
|
xx_theta_file='xx_theta', |
17 |
|
|
xx_salt_file='xx_salt', |
18 |
|
|
# |
19 |
|
|
xx_hflux_file='xx_hfl', |
20 |
zhc |
1.2 |
xx_hfluxstartdate1=20040101, |
21 |
heimbach |
1.1 |
xx_hfluxstartdate2=60000, |
22 |
zhc |
1.3 |
xx_hfluxperiod=172800.0, |
23 |
heimbach |
1.1 |
# |
24 |
|
|
xx_sflux_file='xx_sfl', |
25 |
zhc |
1.2 |
xx_sfluxstartdate1=20040101, |
26 |
heimbach |
1.1 |
xx_sfluxstartdate2=60000, |
27 |
zhc |
1.3 |
xx_sfluxperiod=172800.0, |
28 |
heimbach |
1.1 |
# |
29 |
|
|
xx_tauu_file='xx_tauu', |
30 |
zhc |
1.2 |
xx_tauustartdate1=20040101, |
31 |
heimbach |
1.1 |
xx_tauustartdate2=60000, |
32 |
zhc |
1.3 |
xx_tauuperiod=172800.0, |
33 |
heimbach |
1.1 |
# |
34 |
|
|
xx_tauv_file='xx_tauv', |
35 |
zhc |
1.2 |
xx_tauvstartdate1=20040101, |
36 |
heimbach |
1.1 |
xx_tauvstartdate2=60000, |
37 |
zhc |
1.3 |
xx_tauvperiod=172800.0, |
38 |
heimbach |
1.1 |
# |
39 |
|
|
xx_atemp_file='xx_atemp', |
40 |
zhc |
1.2 |
xx_atempstartdate1=20040101, |
41 |
heimbach |
1.1 |
xx_atempstartdate2=60000, |
42 |
zhc |
1.3 |
xx_atempperiod=172800.0, |
43 |
heimbach |
1.1 |
# |
44 |
|
|
xx_aqh_file='xx_aqh', |
45 |
zhc |
1.2 |
xx_aqhstartdate1=20040101, |
46 |
heimbach |
1.1 |
xx_aqhstartdate2=60000, |
47 |
zhc |
1.3 |
xx_aqhperiod=172800.0, |
48 |
heimbach |
1.1 |
# |
49 |
|
|
xx_uwind_file='xx_uwind', |
50 |
zhc |
1.2 |
xx_uwindstartdate1=20040101, |
51 |
heimbach |
1.1 |
xx_uwindstartdate2=60000, |
52 |
zhc |
1.3 |
xx_uwindperiod=172800.0, |
53 |
heimbach |
1.1 |
# |
54 |
|
|
xx_vwind_file='xx_vwind', |
55 |
zhc |
1.2 |
xx_vwindstartdate1=20040101, |
56 |
heimbach |
1.1 |
xx_vwindstartdate2=60000, |
57 |
zhc |
1.3 |
xx_vwindperiod=172800.0, |
58 |
heimbach |
1.1 |
# |
59 |
|
|
xx_precip_file='xx_precip', |
60 |
zhc |
1.2 |
xx_precipstartdate1=20040101, |
61 |
heimbach |
1.1 |
xx_precipstartdate2=60000, |
62 |
zhc |
1.3 |
xx_precipperiod=172800.0, |
63 |
heimbach |
1.1 |
# |
64 |
|
|
xx_swflux_file='xx_swflux', |
65 |
zhc |
1.2 |
xx_swfluxstartdate1=20040101, |
66 |
heimbach |
1.1 |
xx_swfluxstartdate2=60000, |
67 |
zhc |
1.3 |
xx_swfluxperiod=172800.0, |
68 |
heimbach |
1.1 |
# |
69 |
|
|
xx_swdown_file='xx_swdown', |
70 |
zhc |
1.2 |
xx_swdownstartdate1=20040101, |
71 |
heimbach |
1.1 |
xx_swdownstartdate2=60000, |
72 |
zhc |
1.3 |
xx_swdownperiod=172800.0, |
73 |
heimbach |
1.1 |
/ |
74 |
|
|
# |
75 |
|
|
# ********************* |
76 |
|
|
# names for ctrl_pack/unpack |
77 |
|
|
# ********************* |
78 |
|
|
&ctrl_packnames |
79 |
|
|
ctrlname='ecco_ctrl', |
80 |
|
|
costname='ecco_cost', |
81 |
|
|
/ |