Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 75c5b64b on 2021-11-03 02:00:03 UTC
bce9e67dfb Matt*0001 # ******************
                0002 # ECCO cost function
                0003 # ******************
                0004  &ECCO_COST_NML
                0005  data_errfile    = 'data.err',
                0006  tbarfile        = 'tbar',
                0007 #
                0008  temp0errfile    = 'errorTtot.err',
ab976d060e Gael*0009  temperrfile     = 'errorTtot.err',
bce9e67dfb Matt*0010  tdatfile        = 'FinalThetaObs.bin',
                0011 #
                0012  mult_temp0  = 1.0,
                0013  mult_temp   = 1.0,
                0014  mult_obcsn  = 1.0,
                0015  mult_obcss  = 1.0,
                0016  mult_obcsw  = 1.0,
                0017  mult_obcse  = 1.0,
                0018 #
                0019  cost_iprec  = 32,
8821fbf9cc Jean*0020  &
6b47d550f4 Mart*0021 
                0022  &ECCO_GENCOST_NML
                0023  gencost_avgperiod(1)  = 'month',
                0024  gencost_barfile(1) = 'm_theta',
                0025  gencost_datafile(1) = 'FinalThetaObs.bin',
                0026  gencost_errfile(1) = 'errorTtot.err',
                0027  gencost_name(1) = 'theta',
                0028  gencost_is3d(1) = .TRUE.,
                0029  gencost_preproc(1,1) = 'clim',
                0030  gencost_preproc_i(1,1)=12,
                0031  gencost_spmin(1) = -1.8,
                0032  gencost_spmax(1) = 40.,
                0033  gencost_spzero(1) = 0.,
                0034 # this is default
                0035  gencost_outputlevel(1)=0,
                0036  mult_gencost(1) = 1.,
                0037  &