Warning, /verification/global_ocean.90x40x15/input_oad/data.ctrl is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 2e7aec99 on 2022-04-25 03:54:25 UTC
670ec72fdb Patr*0001 #
0002 #
0003 # *********************
0004 # ECCO controlvariables
0005 # *********************
0006 &CTRL_NML
0007 &
0008 #
0009 # *********************
0010 # names for ctrl_pack/unpack
0011 # *********************
0012 &CTRL_PACKNAMES
0013 &
2e7aec9951 dngo*0014 #
0015 # *********************
0016 # names for CTRL_GENARR, CTRL_GENTIM
0017 # *********************
0018 &CTRL_NML_GENARR
0019 # Since everything is hard coded, the following has no effect but is
0020 # just meant to document the control variables;
0021 # the forcing controls are constant in time so they are realized
0022 # via genarr2d rather than gentim2d and hard coded in
0023 # ctrl_map_ini_genarr.F
0024 xx_genarr2d_file(1) = 'xx_qnet',
0025 xx_genarr2d_weight(1) = 'ones_64b.bin',
0026 #xx_gentim2d_startdate1(1) = 19920101,
0027 #xx_gentim2d_startdate2(1) = 000000,
0028 #xx_gentim2d_period(1) = 0.0,
0029 #
0030 xx_genarr2d_file(2) = 'xx_empmr',
0031 xx_genarr2d_weight(2) = 'ones_64b.bin',
0032 #xx_gentim2d_startdate1(2) = 19920101,
0033 #xx_gentim2d_startdate2(2) = 000000,
0034 #xx_gentim2d_period(2) = 0.0,
0035 #
0036 xx_genarr2d_file(3) = 'xx_fu',
0037 xx_genarr2d_weight(3) = 'ones_64b.bin',
0038 #xx_gentim2d_startdate1(3) = 19920101,
0039 #xx_gentim2d_startdate2(3) = 000000,
0040 #xx_gentim2d_period(3) = 0.0,
0041 #
0042 xx_genarr2d_file(4) = 'xx_fv',
0043 xx_genarr2d_weight(4) = 'ones_64b.bin',
0044 #xx_gentim2d_startdate1(4) = 19920101,
0045 #xx_gentim2d_startdate2(4) = 000000,
0046 #xx_gentim2d_period(4) = 0.0,
0047 #
0048 xx_genarr3d_weight(1) = 'ones_64b.bin',
0049 xx_genarr3d_file(1) = 'xx_theta',
0050 xx_genarr3d_weight(2) = 'ones_64b.bin',
0051 xx_genarr3d_file(2) = 'xx_salt',
0052 xx_genarr3d_weight(3) = 'ones_64b.bin',
0053 xx_genarr3d_file(3) = 'xx_diffKr',
0054 &