/[MITgcm]/MITgcm_contrib/high_res_cube/input/data_hr
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/input/data_hr

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

revision 1.1 by dimitri, Fri Dec 12 10:20:05 2003 UTC revision 1.51 by dimitri, Sun Dec 23 06:04:43 2007 UTC
# Line 7  Line 7 
7   tRef               = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13.,   tRef               = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13.,
8                        12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1.,                        12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1.,
9   sRef               = 50*34.5,   sRef               = 50*34.5,
10   viscAr=1.E-3,   viscAr= 5.6614e-04,
11   no_slip_sides=.TRUE.,   no_slip_sides=.FALSE.,
12   no_slip_bottom=.TRUE.,   no_slip_bottom=.TRUE.,
13   diffKhT=400.,   rhonil=1027.5,
14  # diffK4T=1.E10,   rhoConstFresh=999.8,
  diffKrT=3.E-5,  
 # diffK4S=1.E10,  
  diffKhS=400.,  
  diffKrS=3.E-5,  
  tAlpha=2.E-4,  
  sBeta =7.4E-4,  
  gravity=9.81,  
  rigidLid=.FALSE.,  
  implicitFreeSurface=.TRUE.,  
15   eosType='JMD95Z',   eosType='JMD95Z',
  readBinaryPrec=32,  
  writeBinaryPrec=32,  
  useSingleCPUio=.TRUE.  
  hFacMin=.3,  
16   hFacMinDr=50.,   hFacMinDr=50.,
17   implicitDiffusion=.true.,   hFacMin=0.3,
18   implicitViscosity=.true.,   hFacInf=0.1,
19   allowFreezing=.true.,   hFacSup=5.,
20  # viscA4 = 1.e10,   select_rStar=2,
21   viscAh = 400   nonlinFreeSurf=4,
22  # cosPower = 3.,   implicitDiffusion=.TRUE.,
23   cosPower = 2.   implicitViscosity=.TRUE.,
24   bottomDragQuadratic = 0.002,   viscC4Leith=1.5,
25   tempAdvScheme=4   viscC4Leithd=1.5,
26   saltAdvScheme=4   viscA4GridMax=0.5,
27   multiDimAdvection=.FALSE.,   useAreaViscLength=.TRUE.,
28   ivdc_kappa=10.,   sideDragFactor=0.,
29     highOrderVorticity  = .TRUE.,
30     bottomDragQuadratic = 0.0021,
31     tempAdvScheme=7,
32     saltAdvScheme=7,
33     StaggerTimeStep=.TRUE.,
34     multiDimAdvection=.TRUE.,
35   vectorInvariantMomentum=.TRUE.,   vectorInvariantMomentum=.TRUE.,
  rigidLid=.FALSE.,  
36   implicitFreeSurface=.TRUE.,   implicitFreeSurface=.TRUE.,
37   exactConserv=.TRUE.,   exactConserv=.TRUE.,
38  # debugMode=.TRUE.   debuglevel=-1,
39     convertFW2Salt=-1
40     useRealFreshWaterFlux=.TRUE.,
41     useSingleCPUio=.TRUE.,
42     globalFiles=.TRUE.,
43   &   &
44    
45  # Elliptic solver parameters  # Elliptic solver parameters
46   &PARM02   &PARM02
47   cg2dMaxIters=600,   cg2dMaxIters=100,
48   cg2dTargetResidual=1.E-12,   cg2dTargetResidual=1.E-5,
49   &   &
50    
51  # Time stepping parameters  # Time stepping parameters
52   &PARM03   &PARM03
53   niter0=0,   niter0=216,
54   nTimeSteps=20,   endtime=473385600.,
55   abEps=0.1,   abEps=0.1,
56   deltaT=20.,   deltaT=1200.,
57   cAdjFreq=0.,   cAdjFreq=0.,
58   pChkptFreq=864000.0,   pChkptFreq=31536000.,
59   chkptFreq=0.0,   chkptFreq=2592000.,
60   dumpFreq=20.0,   monitorFreq=21600.,
61  # tauThetaClimRelax = 5184000.,   forcing_In_AB = .FALSE.,
62  # tauSaltClimRelax = 62208000.,   dumpInitAndLast=.FALSE.,
63   monitorFreq=20.,   pickupStrictlyMatch=.FALSE.,
64     tauSaltClimRelax  = 1296000.,
65     tauThetaClimRelax = 1296000.,
66   &   &
67    
68  # Gridding parameters  # Gridding parameters
# Line 82  Line 80 
80    
81  # Input datasets  # Input datasets
82   &PARM05   &PARM05
83   bathyFile      ='BATHY_18360x85_filled.bin',   bathyFile      = 'GEBCO_510x6x510_ver06_dig.bin',
84   hydrogThetaFile='LEVT01_JAN_18360x85x50.bin',   hydrogThetaFile= 'WGHC_THETA_JAN_510x6x510x50.bin',
85   hydrogSaltFile ='LEVS01_JAN_18360x85x50.bin',   hydrogSaltFile = 'WGHC_SALT_JAN_510x6x510x50.bin',
86  #zonalWindFile  ='trenberth_taux.bin',   diffKrFile     = '../../cube78_forcing/DIFFKR_2_20_1_lat6070_cube78',
 #meridWindFile  ='trenberth_tauy.bin',  
 #thetaClimFile  ='lev_surfT_cs_12m.bin',  
 #saltClimFile   ='lev_surfS_cs_12m.bin',  
 #surfQFile      ='shiQnet_cs32.bin',  
 #EmPmRFile      ='shiEmPR_cs32.bin',  
87   &   &

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

  ViewVC Help
Powered by ViewVC 1.1.22