/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input_ad/data
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.90x40x15/input_ad/data

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Thu Nov 28 17:30:34 2002 UTC (21 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint47e_post, checkpoint47d_pre, checkpoint47d_post, checkpoint47g_post, branch-exfmods-tag, checkpoint47b_post, checkpoint47f_post
Branch point for: branch-exfmods-curt
Changes since 1.2: +65 -58 lines
Checing in one sort-of working adjoint GMRedi setup
before I go ice climbing.

1 heimbach 1.2 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7 heimbach 1.3 tRef = 15*20.,
8     sRef = 15*35.,
9     viscAr=1.E-3,
10 heimbach 1.2 viscAh=5.E5,
11 heimbach 1.3 diffKhT=0.0,
12     diffKrT=3.E-5,
13     diffKhS=0.0,
14     diffKrS=3.E-5,
15     rhonil=1035.,
16 heimbach 1.2 gravity=9.81,
17 heimbach 1.3 eosType = 'POLY3',
18 heimbach 1.2 ivdc_kappa=100.,
19 heimbach 1.3 implicitDiffusion=.TRUE.,
20 heimbach 1.2 allowFreezing=.TRUE.,
21 heimbach 1.3 useRealFreshWaterFlux=.TRUE.,
22     # turn on looped cells
23     hFacMin=.05,
24     hFacMindr=50.,
25     # set precision of data files
26 heimbach 1.2 readBinaryPrec=32,
27     &
28    
29     # Elliptic solver parameters
30     &PARM02
31 heimbach 1.3 cg2dMaxIters=500,
32     cg2dTargetResidual=1.E-13,
33 heimbach 1.2 &
34    
35     # Time stepping parameters
36     &PARM03
37 heimbach 1.3 nIter0 = 0,
38     nTimeSteps = 60,
39     #ph should perform at least 60 timesteps (30 days) for gradient
40     #ph checks to allow signal to propagate away from cost function.
41 heimbach 1.2 #
42 heimbach 1.3 # 100 years of integration will yield a reasonable flow field
43     # startTime = 0.,
44     # endTime = 3110400000.,
45     deltaTmom = 1200.0,
46     tauCD = 321428.,
47     deltaTtracer= 43200.0,
48     deltaTClock = 43200.0,
49     # if you are using a version later than checkpoint45d on the main branch
50     # you can uncomment the following line and increase the time step
51     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
52     # asynchronous time stepping
53     # deltaTfreesurf = 172800.0,
54     abEps = 0.1,
55     pChkptFreq= 311040000.,
56     dumpFreq= 311040000.,
57     dumpFreq= 864000.,
58     taveFreq= 311040000.,
59     taveFreq= 864000.,
60     #monitorFreq=31104000.,
61     monitorFreq=1.,
62     # 2 months restoring timescale for temperature
63     tauThetaClimRelax = 5184000.0,
64     # 6 months restoring timescale for salinity
65     tauSaltClimRelax = 15552000.0,
66     periodicExternalForcing=.TRUE.,
67     externForcingPeriod=2592000.,
68     externForcingCycle=31104000.,
69 heimbach 1.2 &
70    
71     # Gridding parameters
72     &PARM04
73     usingCartesianGrid=.FALSE.,
74     usingSphericalPolarGrid=.TRUE.,
75 heimbach 1.3 delR= 50., 70., 100., 140., 190.,
76     240., 290., 340., 390., 440.,
77     490., 540., 590., 640., 690.,
78     phiMin=-80.,
79     dySpacing=4.,
80     dxSpacing=4.,
81 heimbach 1.2 &
82    
83     # Input datasets
84     &PARM05
85 heimbach 1.3 bathyFile= 'bathymetry.bin',
86     hydrogThetaFile='lev_t.bin',
87     hydrogSaltFile= 'lev_s.bin',
88     zonalWindFile= 'trenberth_taux.bin',
89     meridWindFile= 'trenberth_tauy.bin',
90     thetaClimFile= 'lev_sst.bin',
91     saltClimFile= 'lev_sss.bin',
92     surfQFile= 'ncep_qnet.bin',
93     # fresh water flux is turned off, uncomment next line to turn on
94     # (not recommened together with surface salinity restoring)
95     # EmPmRFile= 'ncep_emp.bin',
96 heimbach 1.2 &

  ViewVC Help
Powered by ViewVC 1.1.22