Parent Directory
|
Revision Log
|
Revision Graph
Adding in simple box model with code for controlling obcs with modal decomposition
1 | # |
2 | # |
3 | # ****************** |
4 | # ECCO cost function |
5 | # ****************** |
6 | &ECCO_COST_NML |
7 | data_errfile = 'data.err', |
8 | tbarfile = 'tbar', |
9 | sbarfile = 'sbar', |
10 | ubarfile = 'ubar', |
11 | vbarfile = 'vbar', |
12 | # |
13 | temp0errfile = 'errorTtot.err', |
14 | temperrfile = 'errorTtot.err', |
15 | tdatfile = 'FinalThetaObs.bin', |
16 | # |
17 | # |
18 | mult_temp = 1.0, |
19 | mult_temp0 = 1.0, |
20 | mult_obcsn = 1.0, |
21 | mult_obcss = 1.0, |
22 | mult_obcsw = 1.0, |
23 | mult_obcse = 1.0, |
24 | # |
25 | cost_iprec = 32, |
26 | cost_yftype = 'RL', |
27 | / |
ViewVC Help | |
Powered by ViewVC 1.1.22 |