/[MITgcm]/MITgcm_contrib/verification_other/global_oce_cs32/input/data.ecco
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/global_oce_cs32/input/data.ecco

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (hide annotations) (download)
Tue Jun 16 13:21:26 2015 UTC (10 years, 1 month ago) by gforget
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65y, checkpoint65r, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint67a, checkpoint67b, checkpoint67d, HEAD
Changes since 1.7: +34 -41 lines
- update and clean-up data.ecco and data.ctrl

1 gforget 1.8 # *******************
2     # ECCO cost functions
3     # *******************
4 gforget 1.1 &ECCO_COST_NML
5 gforget 1.7 &
6 gforget 1.8 # ***************************
7     # ECCO generic cost functions
8     # ***************************
9 gforget 1.1 &ECCO_GENCOST_NML
10 gforget 1.8 gencost_avgperiod(1) = 'step',
11 gforget 1.6 # gencost_avgperiod(1) = 'month',
12 gforget 1.8 gencost_barfile(1) = 'etastep',
13     gencost_datafile(1) = 'some_eta_step.bin',
14     gencost_errfile(1) = 'some_eta_sigma.bin',
15     gencost_name(1) = 'etastep',
16     gencost_spmin(1) = -999.,
17     gencost_spmax(1) = 999.,
18     gencost_spzero(1) = 0.,
19 gforget 1.6 # note : clim * preproc_i(1) = nTimeSteps <=> noclim
20 gforget 1.8 gencost_preproc(1,1)='clim',
21     gencost_preproc_i(1,1)=9,
22     gencost_posproc(1,1)='smooth',
23     gencost_posproc_c(1,1)='some_scale.bin',
24     gencost_posproc_i(1,1)=10,
25     gencost_outputlevel(1)=1,
26     mult_gencost(1) = 1.,
27 gforget 1.5 #
28 gforget 1.8 gencost_avgperiod(2) = 'step',
29 gforget 1.6 # gencost_avgperiod(2) = 'month',
30 gforget 1.8 gencost_barfile(2) = 'sststep',
31     gencost_datafile(2) = 'some_sst_step.bin',
32     gencost_errfile(2) = 'some_sst_sigma.bin',
33     gencost_name(2) = 'sststep',
34     gencost_spmin(2) = -999.,
35     gencost_spmax(2) = 999.,
36     gencost_spzero(2) = 0.,
37     gencost_posproc(1,2)='smooth',
38     gencost_posproc_c(1,2)='some_scale.bin',
39     gencost_posproc_i(1,2)=10,
40     gencost_outputlevel(2)=1,
41     mult_gencost(2) = 1.,
42 gforget 1.5 #
43 gforget 1.7 &
44 gforget 1.1 #

  ViewVC Help
Powered by ViewVC 1.1.22