/[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.8 - (hide annotations) (download)
Wed Nov 8 22:36:40 2006 UTC (17 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58r_post
Changes since 1.7: +1 -0 lines
Adding forward and adjoint monitor output.

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

  ViewVC Help
Powered by ViewVC 1.1.22