/[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.6 - (hide annotations) (download)
Tue Jun 16 13:22:30 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.5: +33 -39 lines
- update and clean-up data.ecco and data.ctrl

1 gforget 1.6 # *******************
2     # ECCO cost functions
3     # *******************
4 gforget 1.1 &ECCO_COST_NML
5 gforget 1.5 &
6 gforget 1.6 # ***************************
7     # ECCO generic cost functions
8     # ***************************
9 gforget 1.1 &ECCO_GENCOST_NML
10 gforget 1.6 gencost_avgperiod(1) = 'month',
11     # gencost_preproc(1,1)='clim',
12     gencost_barfile(1) = 'm_theta_mon',
13     gencost_datafile(1) = 'some_T_atlas.bin',
14     gencost_errfile(1) = 'some_T_sigma.bin',
15     gencost_name(1) = 'thetaatlas',
16     gencost_spmin(1) = -1.8,
17     gencost_spmax(1) = 40.,
18     gencost_spzero(1) = 0.,
19     # note: the gencost_is3d specification is no more needed
20     gencost_is3d(1)=.TRUE.,
21     gencost_outputlevel(1)=1,
22     mult_gencost(1) = 1.,
23     #
24     gencost_avgperiod(2) = 'month',
25     # gencost_preproc(1,2)='clim',
26     gencost_barfile(2) = 'm_salt_mon',
27     gencost_datafile(2) = 'some_S_atlas.bin',
28     gencost_errfile(2) = 'some_S_sigma.bin',
29     gencost_name(2) = 'saltatlas',
30     gencost_spmin(2) = 25.,
31     gencost_spmax(2) = 40.,
32     gencost_spzero(2) = 0.,
33     # note: the gencost_is3d specification is no more needed
34     gencost_is3d(2)=.TRUE.,
35     gencost_outputlevel(2)=1,
36     mult_gencost(2) = 1.,
37 gforget 1.5 &
38 gforget 1.1 #

  ViewVC Help
Powered by ViewVC 1.1.22