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

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

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


Revision 1.4 - (hide annotations) (download)
Fri Oct 10 01:51:11 2014 UTC (10 years, 9 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65f
Changes since 1.3: +28 -54 lines
- switch to gencost

1 gforget 1.1 #
2     #
3     # ******************
4     # ECCO cost function
5     # ******************
6     #
7     &ECCO_COST_NML
8 gforget 1.4 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.4 gencost_avgperiod(1) = 'month',
18     gencost_barfile(1) = 'thetamon',
19     gencost_datafile(1) = 'some_T_atlas.bin',
20     gencost_errfile(1) = 'some_T_sigma.bin',
21     gencost_name(1) = 'thetaatlas',
22     gencost_spmin(1) = -1.8,
23     gencost_spmax(1) = 40.,
24     gencost_spzero(1) = 0.,
25     gencost_is3d(1)=.TRUE.,
26     gencost_outputlevel(1)=1,
27     # gencost_preproc(1,1)='climmon',
28     mult_gencost(1) = 1.,
29     #
30     gencost_avgperiod(2) = 'month',
31     gencost_barfile(2) = 'saltmon',
32     gencost_datafile(2) = 'some_S_atlas.bin',
33     gencost_errfile(2) = 'some_S_sigma.bin',
34     gencost_name(2) = 'saltclim',
35     gencost_spmin(2) = 25.,
36     gencost_spmax(2) = 40.,
37     gencost_spzero(2) = 0.,
38     gencost_is3d(2)=.TRUE.,
39     gencost_outputlevel(2)=1,
40     # gencost_preproc(1,2)='climmon',
41     mult_gencost(2) = 1.,
42     #
43 gforget 1.1 /
44     #

  ViewVC Help
Powered by ViewVC 1.1.22