Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 38d78826 on 2023-02-17 17:37:45 UTC
c76ac623c4 Ou W*0001 # ******************
                0002 # ECCO cost function
                0003 # ******************
                0004  &ECCO_COST_NML
                0005  cost_iprec  = 64,
                0006  &
                0007 
                0008  &ECCO_GENCOST_NML
                0009  gencost_avgperiod(1) = 'month',
                0010  gencost_barfile(1) = 'm_theta_month',
                0011  gencost_datafile(1) = 'labsea_Lev.ptmp',
                0012  gencost_errfile(1) = 'sigma_theta.bin',
                0013  gencost_name(1) = 'theta',
                0014  gencost_spmin(1) = -1.8,
                0015  gencost_spmax(1) = 40.,
                0016  gencost_spzero(1) = 0.,
                0017  gencost_outputlevel(1)=1,
                0018  mult_gencost(1) = 1.,
                0019 #
                0020  gencost_avgperiod(2) = 'month',
                0021  gencost_barfile(2) = 'm_salt_month',
                0022  gencost_datafile(2) = 'labsea_Lev.salt',
                0023  gencost_errfile(2) = 'sigma_salt.bin',
                0024  gencost_name(2) = 'salt',
                0025  gencost_spmin(2) = 25.,
                0026  gencost_spmax(2) = 40.,
                0027  gencost_spzero(2) = 0.,
                0028  gencost_outputlevel(2)=1,
                0029  mult_gencost(2) = 1.,
                0030 #
                0031  gencost_avgperiod(3) = 'month',
                0032  gencost_barfile(3) = 'm_sst_month',
                0033  gencost_datafile(3) = 'labsea_SST_fields',
                0034  gencost_errfile(3) = 'sigma_sst.bin',
                0035  gencost_name(3) = 'sst',
                0036  gencost_startdate1(3) = 19790101,
                0037  gencost_startdate2(3) = 00000,
                0038  gencost_spmin(3) = -1.8,
                0039  gencost_spmax(3) = 40.,
                0040  gencost_spzero(3) = 0.,
                0041  gencost_outputlevel(3)=1,
                0042  mult_gencost(3) = 1.,
                0043 #
                0044  gencost_avgperiod(4) = 'month',
                0045  gencost_barfile(4) = 'm_eta_month',
                0046  gencost_preproc(1,4) = 'mean',
                0047  gencost_preproc(2,4) = 'offset',
                0048  gencost_preproc(3,4) = 'mindepth',
                0049  gencost_preproc_r(3,4) = -200.,
                0050  gencost_datafile(4) = 'labsea_TP_mean_meters',
                0051  gencost_errfile(4) = 'ones_64b.bin',
                0052  gencost_name(4) = 'mdt',
                0053  gencost_startdate1(4) = 19790101,
                0054  gencost_startdate2(4) = 000000,
                0055  gencost_spmin(4) = -4.,
                0056  gencost_spmax(4) =  4.,
                0057  gencost_spzero(4) = -9999.0,
                0058  gencost_outputlevel(4)=5,
                0059  mult_gencost(4) = 1.,
                0060 #
                0061  gencost_avgperiod(5)  = 'month',
                0062  gencost_barfile(5) = 'm_boxmean_theta',
                0063  gencost_mask(5) = 'labsea_densityfollowing_mask',
                0064  gencost_name(5) = 'labsea_densityfollowing_theta',
                0065  gencost_useDensityMask(5) = .TRUE.,
                0066  gencost_refPressure(5) = 0.0,
38d78826c7 Ciar*0067  gencost_sigmaLow(5) = 27.00,
                0068  gencost_sigmaHigh(5) = 27.01,
c76ac623c4 Ou W*0069  gencost_outputlevel(5)=1,
38d78826c7 Ciar*0070  mult_gencost(5) = 1.,
                0071 #
                0072  gencost_avgperiod(6)  = 'month',
                0073  gencost_barfile(6) = 'm_boxmean_vol',
                0074  gencost_mask(6) = 'labsea_densityfollowing_mask',
                0075  gencost_name(6) = 'labsea_densityfollowing_vol',
                0076  gencost_useDensityMask(6) = .TRUE.,
                0077  gencost_refPressure(6) = 0.0,
                0078  gencost_sigmaLow(6) = 27.00,
                0079  gencost_sigmaHigh(6) = 27.01,
                0080  gencost_outputlevel(6)=1,
                0081  mult_gencost(6) = 1.D-12,
c76ac623c4 Ou W*0082  &