Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_global_oce_biogeo/input_ad/data.ctrl is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit cf705a6c on 2022-08-14 22:40:32 UTC
a180d1c5b4 Patr*0001 # *********************
                0002 # ECCO controlvariables
                0003 # *********************
                0004  &CTRL_NML
                0005  &
                0006 #
                0007 # *********************
                0008 # names for ctrl_pack/unpack
                0009 # *********************
                0010  &CTRL_PACKNAMES
                0011  ctrlname = 'ecco_ctrl',
                0012  costname = 'ecco_cost',
                0013  scalname = 'ecco_scal',
                0014  maskname = 'ecco_mask',
                0015  metaname = 'ecco_meta',
                0016  &
11c3150c71 Mart*0017 #
                0018 # *********************
                0019 # names for CTRL_GENARR, CTRL_GENTIM
                0020 # *********************
                0021  &CTRL_NML_GENARR
                0022  xx_genarr3d_file(1)       = 'xx_theta',
                0023  xx_genarr3d_weight(1)     = 'ones_64b.bin',
                0024  xx_genarr3d_bounds(1:5,1) = -2.,-1.9,39.,40.,5.,
                0025 #
                0026  xx_genarr3d_file(2)       = 'xx_salt',
                0027  xx_genarr3d_weight(2)     = 'ones_64b.bin',
                0028 #
                0029  xx_genarr3d_file(3)       = 'xx_diffkr',
                0030  xx_genarr3d_weight(3)     = 'ones_64b.bin',
                0031 #
                0032  xx_genarr3d_file(4)       = 'xx_ptr1',
                0033  xx_genarr3d_weight(4)     = 'ones_64b.bin',
                0034 #
                0035  xx_gentim2d_file(1)       = 'xx_qnet',
                0036  xx_gentim2d_weight(1)     = 'ones_64b.bin',
                0037 #
                0038  xx_gentim2d_file(2)       = 'xx_empmr',
                0039  xx_gentim2d_weight(2)     = 'ones_64b.bin',
                0040 #
                0041  xx_gentim2d_file(3)       = 'xx_fu',
                0042  xx_gentim2d_weight(3)     = 'ones_64b.bin',
                0043 #
                0044  xx_gentim2d_file(4)       = 'xx_fv',
                0045  xx_gentim2d_weight(4)     = 'ones_64b.bin',
                0046 #
                0047  &