/[MITgcm]/MITgcm/optim/data.ctrl
ViewVC logotype

Annotation of /MITgcm/optim/data.ctrl

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


Revision 1.1.2.1 - (hide annotations) (download)
Tue Feb 5 20:34:34 2002 UTC (22 years, 2 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e30, ecco_c50_e31, icebear5, icebear4, icebear3, icebear2, ecco_c50_e28, ecco_c50_e29, ecco_c44_e19, ecco_c44_e18, ecco_c44_e17, ecco_c44_e16, ecco_ice2, ecco_ice1, ecco_c44_e25, ecco_c44_e22, ecco_c44_e23, ecco_c44_e20, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, ecco-branch-mod1, ecco-branch-mod2, ecco-branch-mod3, ecco-branch-mod4, ecco-branch-mod5
Branch point for: c24_e25_ice, icebear
Changes since 1.1: +41 -0 lines
o Updating adjoint/makefile to ECCO code
o Adding optim and lsopt for line search optimization.
o Adding verif. experiments for ECCO
Code will be tagged ecco-branch-mod1.

1 heimbach 1.1.2.1 #
2     #
3     # *********************
4     # ECCO controlvariables
5     # *********************
6     &CTRL_NML
7     xx_theta_file ='xx_theta',
8     xx_salt_file ='xx_salt',
9     #
10     xx_hfluxstartdate1 = 19920102,
11     xx_hfluxstartdate2 = 220000,
12     xx_hfluxperiod = 864000.0,
13     xx_hflux_file = 'xx_hfl',
14     #
15     xx_sfluxstartdate1 = 19920102,
16     xx_sfluxstartdate2 = 220000,
17     xx_sfluxperiod = 864000.0,
18     xx_sflux_file = 'xx_sfl',
19     #
20     xx_tauustartdate1 = 19920102,
21     xx_tauustartdate2 = 220000,
22     xx_tauuperiod = 864000.0,
23     xx_tauu_file = 'xx_tauu',
24     #
25     xx_tauvstartdate1 = 19920102,
26     xx_tauvstartdate2 = 220000,
27     xx_tauvperiod = 864000.0,
28     xx_tauv_file = 'xx_tauv',
29     &
30     #
31     # *********************
32     # names for ctrl_pack/unpack
33     # *********************
34     &CTRL_PACKNAMES
35     yadmark = 'ad',
36     ctrlname = 'ecco_ctrl',
37     costname = 'ecco_cost',
38     scalname = 'ecco_scal',
39     maskname = 'ecco_mask',
40     metaname = 'ecco_meta',
41     &

  ViewVC Help
Powered by ViewVC 1.1.22