/[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.6 - (hide annotations) (download)
Tue Nov 11 17:10:43 2014 UTC (10 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.5: +27 -20 lines
- add test of generic ecco capabilities.

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

  ViewVC Help
Powered by ViewVC 1.1.22