/[MITgcm]/MITgcm/verification/tutorial_deep_convection/input/data
ViewVC logotype

Diff of /MITgcm/verification/tutorial_deep_convection/input/data

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

revision 1.1 by jmc, Thu Apr 20 23:25:06 2006 UTC revision 1.2 by jmc, Wed Apr 23 23:23:31 2008 UTC
# Line 4  Line 4 
4  #  #
5  # Continuous equation parameters  # Continuous equation parameters
6   &PARM01   &PARM01
7   tRef=20*20.0,   tRef=20*20.,
8   sRef=20*35.0,   sRef=20*35.,
9   viscAh=0.1,   viscAh=4.E-2,
10   viscAz=0.1,   viscAz=4.E-2,
11   no_slip_sides=.FALSE.,   no_slip_sides=.FALSE.,
12   no_slip_bottom=.FALSE.,   no_slip_bottom=.FALSE.,
13   viscA4=0.E12,   diffKhT=4.E-2,
14   diffKhT=0.1,   diffKzT=4.E-2,
15   diffKzT=0.1,   f0=1.E-4,
  diffKhS=0.1,  
  diffKzS=0.1,  
  f0=1E-4,  
16   beta=0.E-11,   beta=0.E-11,
17   tAlpha=2.0E-4,   tAlpha=2.0E-4,
18   sBeta =0.,   sBeta =0.,
19   gravity=9.81,   gravity=10.,
20   rhoConst=1000.0,   rhoConst=1000.,
21   rhoNil=1000.0,   rhoNil=1000.,
22   heatCapacity_Cp=3900.0,   heatCapacity_Cp=4000.,
23   rigidLid=.FALSE.,  #rigidLid=.TRUE.,
24   implicitFreeSurface=.TRUE.,   implicitFreeSurface=.TRUE.,
25    #exactConserv=.TRUE.,
26   eosType='LINEAR',   eosType='LINEAR',
27   nonHydrostatic=.TRUE.,   nonHydrostatic=.TRUE.,
28     saltStepping=.FALSE.,
29   readBinaryPrec=64,   readBinaryPrec=64,
30   &   &
31    
# Line 34  Line 33 
33   &PARM02   &PARM02
34   cg2dMaxIters=1000,   cg2dMaxIters=1000,
35   cg2dTargetResidual=1.E-9,   cg2dTargetResidual=1.E-9,
36   cg3dMaxIters=40,   cg3dMaxIters=100,
37   cg3dTargetResidual=1.E-9,   cg3dTargetResidual=1.E-9,
38   &   &
39    
40  # Time stepping parameters  # Time stepping parameters
41   &PARM03   &PARM03
42   nIter0=0,   nIter0=0,
43   nTimeSteps=1440,  #endTime=43200.,
44   deltaT=60,   nTimeSteps=10,
45     deltaT=20.,
46   abEps=0.1,   abEps=0.1,
47   pChkptFreq=0.0,   pChkptFreq=43200.,
48   chkptFreq=0.0,   chkptFreq=7200.,
49   dumpFreq=600,   dumpFreq=1800.,
50   monitorFreq=1.E-5,   monitorFreq=600.,
51     monitorSelect=1,
52     monitorFreq=1.,
53   &   &
54    
55  # Gridding parameters  # Gridding parameters
56   &PARM04   &PARM04
57   usingCartesianGrid=.TRUE.,   usingCartesianGrid=.TRUE.,
58   usingSphericalPolarGrid=.FALSE.,   dXspacing=20.,
59   dXspacing=50.0,   dYspacing=20.,
60   dYspacing=50.0,   delZ=50*20.,
  delZ=20*50.0,  
61   &   &
62    
63  # Input datasets  # Input datasets
64   &PARM05   &PARM05
65   surfQfile='Qnet.circle',   surfQfile='Qnet.bin',
66   &   &

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22