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

Contents of /MITgcm/pkg/ctrl/data.ctrl

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


Revision 1.1.6.1 - (show annotations) (download)
Tue Feb 5 20:23:58 2002 UTC (22 years, 4 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e32, ecco_c50_e33, ecco_c50_e30, ecco_c50_e31, ecco_c51_e34d, ecco_c51_e34e, ecco_c51_e34f, ecco_c51_e34g, ecco_c51_e34a, ecco_c51_e34b, ecco_c51_e34c, icebear5, icebear4, icebear3, icebear2, ecco_c50_e29, ecco_c50_e28, ecco_c44_e19, ecco_c44_e18, ecco_c44_e17, ecco_c44_e16, ecco_c50_e33a, ecco_c51_e34, ecco_ice2, ecco_ice1, ecco_c44_e22, ecco_c44_e25, 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: +51 -27 lines
Starting from ecco-branch, replacing packages
cost, ctrl, ecco, obcs by ECCO packages.
Will create tag ecco-branch-mod1 after this modif.

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 xx_atempstartdate1 = 19920102,
31 xx_atempstartdate2 = 220000,
32 xx_atempperiod = 864000.0,
33 xx_atemp_file = 'xx_atemp',
34 #
35 xx_aqhstartdate1 = 19920102,
36 xx_aqhstartdate2 = 220000,
37 xx_aqhperiod = 864000.0,
38 xx_aqh_file = 'xx_aqh',
39 #
40 xx_uwindstartdate1 = 19920102,
41 xx_uwindstartdate2 = 220000,
42 xx_uwindperiod = 864000.0,
43 xx_uwind_file = 'xx_uwind',
44 #
45 xx_vwindstartdate1 = 19920102,
46 xx_vwindstartdate2 = 220000,
47 xx_vwindperiod = 864000.0,
48 xx_vwind_file = 'xx_vwind',
49 #
50 /
51 #
52 # *********************
53 # names for ctrl_pack/unpack
54 # *********************
55 &CTRL_PACKNAMES
56 yadmark = 'ad',
57 ctrlname = 'ecco_ctrl',
58 costname = 'ecco_cost',
59 scalname = 'ecco_scal',
60 maskname = 'ecco_mask',
61 metaname = 'ecco_meta',
62 /

  ViewVC Help
Powered by ViewVC 1.1.22