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

Diff of /MITgcm/verification/exp4/input/data

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

revision 1.8 by adcroft, Wed Jun 21 20:38:33 2000 UTC revision 1.18 by jmc, Mon May 2 19:46:25 2011 UTC
# Line 6  Line 6 
6   &PARM01   &PARM01
7   tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,   tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8   sRef= 8*35.,   sRef= 8*35.,
9   viscAz=1.E-3,   viscAr=1.E-3,
10   viscAh=1.E3,   viscAh=1.E3,
11    #- put small value (<< stab.limit ~ 3.e10) only to test biharmonic-viscosity
12    #viscA4=1.E8,
13   no_slip_sides=.FALSE.,   no_slip_sides=.FALSE.,
14   no_slip_bottom=.FALSE.,   no_slip_bottom=.FALSE.,
  viscA4=0.E12,  
15   diffKhT=1.E3,   diffKhT=1.E3,
16   diffKzT=1.E-5,   diffKrT=1.E-5,
17   diffKhS=1.E3,   diffKhS=1.E3,
18   diffKzS=1.E-5,   diffKrS=1.E-5,
19   f0=1.e-4,   saltAdvScheme=4,
20   beta=0.E-11,   eosType='LINEAR',
21   tAlpha=2.E-4,   tAlpha=2.E-4,
22   sBeta =0.E-4,   sBeta =0.E-4,
23   gravity=9.81,   gravity=9.81,
24   gBaro=9.81,   f0=1.e-4,
25     beta=0.E-11,
26    #nonHydrostatic=.TRUE.,
27   rigidLid=.FALSE.,   rigidLid=.FALSE.,
28   implicitFreeSurface=.TRUE.,   implicitFreeSurface=.TRUE.,
29   eosType='LINEAR',  #exactConserv=.TRUE.,
30   hFacMin=0.2,   hFacMin=0.2,
  openBoundaries=.TRUE.,  
  nonHydrostatic=.FALSE.,  
31   readBinaryPrec=64,   readBinaryPrec=64,
32   globalFiles=.TRUE.,  #- not safe to use globalFiles in multi-processors runs
33    #globalFiles=.TRUE.,
34    #useSingleCpuIO=.TRUE.,
35   &   &
36    
37  # Elliptic solver parameters  # Elliptic solver parameters
# Line 41  Line 44 
44    
45  # Time stepping parameters  # Time stepping parameters
46   &PARM03   &PARM03
47   niter0=0,   nIter0=0,
48   nTimeSteps=10,   nTimeSteps=10,
49    #baseTime=10800.,
50   deltaT=600.0,   deltaT=600.0,
51   abEps=0.1,   abEps=0.1,
52   pChkptFreq=3000.0,  #momDissip_In_AB=.FALSE.,
53     pChkptFreq=0.0,
54   chkptFreq=0.0,   chkptFreq=0.0,
55   dumpFreq=6000.0,   dumpFreq=10800.0,
56     monitorSelect=2,
57     monitorFreq=1.,
58    # for time dependent open boundary conditions, activate the following 3 lines:
59    #periodicExternalForcing=.TRUE.,
60    #externForcingPeriod=21600.,
61    #externForcingCycle =43200.,
62   &   &
63    
64  # Gridding parameters  # Gridding parameters
65   &PARM04   &PARM04
66   usingCartesianGrid=.TRUE.,   usingCartesianGrid=.TRUE.,
  usingSphericalPolarGrid=.FALSE.,  
67   delX=80*5.e3,   delX=80*5.e3,
68   delY=42*5.e3,   delY=42*5.e3,
69   delZ= 8*562.5,   delR= 8*562.5,
70   &   &
71    
72  # Input datasets  # Input datasets
73   &PARM05   &PARM05
74   bathyFile='topog.bump',   bathyFile='topog.bump',
75   &   &
   
 # Open-boundaries  
  &PARM06  
  OB_Jnorth=80*-1,  
  OB_Jsouth=80*1,  
  OB_Ieast=42*-1,  
  OB_Iwest=42*1,  
  &  

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.22