Back to home page

MITgcm

 
 

    


Warning, /verification/global_oce_biogeo_bling/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
331566cbeb Jean*0001 # ******************
                0002 # ECCO cost function
                0003 # ******************
                0004 #
                0005  &ECCO_COST_NML
                0006  using_cost_seaice = .FALSE.,
                0007  using_cost_sst = .FALSE.,
                0008  using_cost_altim = .FALSE.,
                0009  cost_iprec  = 32,
                0010  &
                0011 
                0012  &ECCO_GENCOST_NML
                0013 # SST
698b6992ee Jean*0014  gencost_avgperiod(1) = 'day',
331566cbeb Jean*0015  gencost_barfile(1) = 'm_sst_day',
                0016  gencost_datafile(1) = 'lev_clim_temp.bin',
698b6992ee Jean*0017  gencost_errfile(1) = 'ones_32b.bin',
331566cbeb Jean*0018  gencost_name(1) = 'sst-MW',
                0019  gencost_spmin(1) = -1.8,
                0020  gencost_spmax(1) = 40.,
                0021  gencost_spzero(1) = 0.,
                0022  gencost_outputlevel(1)=1,
                0023  mult_gencost(1) = 0.1,
                0024 #
                0025  &