/[MITgcm]/MITgcm_contrib/llc_hires/llc_270/input/data
ViewVC logotype

Diff of /MITgcm_contrib/llc_hires/llc_270/input/data

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

revision 1.8 by zhc, Thu Jun 26 22:53:04 2014 UTC revision 1.11 by dimitri, Fri May 20 21:19:20 2016 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=5.6614e-04,   no_slip_sides  = .TRUE.,
11   viscAhGrid=5.E-2,   no_slip_bottom = .TRUE.,
12   no_slip_sides=.FALSE.,  #
13   rhonil=1027.5,   viscAr=0.5E-4,
14   rhoConstFresh=999.8,  #
15   eosType='JMD95Z',   viscAh=1.E0,
16     viscAhGrid=1.E-2,
17    # viscAh=2.0e4,
18    #
19     diffKhT=1.E1,
20     diffKrT=1.E-5,
21     diffKhS=1.E1,
22     diffKrS=1.E-5,
23    #
24    ### diffKrBL79surf=0.1E-4,
25    ### diffKrBL79deep=1.0E-4,
26     bottomDragQuadratic = 0.001,
27    #when using ggl90
28     ivdc_kappa=10.,
29     implicitDiffusion=.TRUE.,
30     implicitViscosity=.TRUE.,
31     viscC4Leith=1.5,
32     viscC4Leithd=1.5,
33     viscA4GridMax=0.5,
34     useAreaViscLength=.TRUE.,
35     useRealFreshWaterFlux=.TRUE.,
36    # balanceThetaClimRelax=.TRUE.,
37    # balanceSaltClimRelax=.TRUE.,
38    # balanceEmPmR=.TRUE.,
39    # balanceQnet=.TRUE.,
40     allowFreezing=.FALSE.,
41    ### hFacInf=0.2,
42    ### hFacSup=2.0,
43    # hFacMin=.2,
44    # hFacMinDr=5.,
45   hFacMinDr=50.,   hFacMinDr=50.,
46   hFacMin=0.3,   hFacMin=0.3,
47   hFacInf=0.1,   hFacInf=0.1,
48   hFacSup=5.,   hFacSup=5.,
49   select_rStar=2,   select_rStar=2,
50   nonlinFreeSurf=4,   nonlinFreeSurf=4,
51   implicitDiffusion=.TRUE.,   gravity=9.81,
52   implicitViscosity=.TRUE.,   rhonil=1029.,
53   viscC4Leith=2.0,   rhoConst=1029.,
54   viscC4Leithd=2.0,   rhoConstFresh=1000.,
55   viscA4GridMax=0.8,   convertFW2Salt=-1.,
56   useAreaViscLength=.TRUE.,   eosType='JMD95Z',
  sideDragFactor=0.,  
  highOrderVorticity  = .TRUE.,  
  bottomDragQuadratic = 0.0021,  
  tempAdvScheme=7,  
  saltAdvScheme=7,  
  StaggerTimeStep=.TRUE.,  
  multiDimAdvection=.TRUE.,  
  vectorInvariantMomentum=.TRUE.,  
57   implicitFreeSurface=.TRUE.,   implicitFreeSurface=.TRUE.,
58   exactConserv=.TRUE.,   exactConserv=.TRUE.,
59     useSingleCpuIO=.TRUE.,
60     tempAdvScheme=30,
61     saltAdvScheme=30,
62     tempVertAdvScheme=3,
63     saltVertAdvScheme=3,
64     tempImplVertAdv=.TRUE.,
65     saltImplVertAdv=.TRUE.,
66     staggerTimeStep=.TRUE.,
67     vectorInvariantMomentum=.TRUE.,
68    #when using the cd scheme:
69    # useCDscheme=.TRUE.,
70   useJamartWetPoints=.TRUE.,   useJamartWetPoints=.TRUE.,
71   debuglevel=-1,   readBinaryPrec=32,
72   convertFW2Salt=-1.,   writeBinaryPrec=32,
73   useRealFreshWaterFlux=.TRUE.,  # debugLevel=-1,
  useSingleCPUio=.TRUE.,  
  globalFiles=.TRUE.,  
74   /   /
75    
76  # Elliptic solver parameters  # Elliptic solver parameters
77   &PARM02   &PARM02
78   cg2dMaxIters=300,   cg2dMaxIters=300,
79   cg2dTargetResWunit=1.E-10,   cg2dTargetResWunit=1.E-12,
80   /   /
81    
82  # Time stepping parameters  # Time stepping parameters
83   &PARM03   &PARM03
84   nIter0=1,   nIter0=1,
85   endTime = 347155200.,  #datenum(2013,1,1)-datenum(2001,1,1) *86400
86   abEps = 0.1,   endtime=378691200,
87   deltaT = 900.,  #datenum(2013,1,1)-datenum(2002,1,1) *86400
88   pChkptFreq  =2635200.0,  # endtime=347155200,
89   chkptFreq   =864000.0,  ##2 hrs for FWD:
90   monitorFreq = 43200.0,  #datenum(2001,9,1,12,0,0)-datenum(2001,1,1,12,0,0) *86400
91    # endtime=20995200.,
92    ##2 hrs for ADJ:
93    #datenum(2001,3,1,12,0,0)-datenum(2001,1,1,12,0,0) *86400
94    # endtime=5097600.,
95   forcing_In_AB=.FALSE.,   forcing_In_AB=.FALSE.,
96   momDissip_In_AB=.FALSE.,   momDissip_In_AB=.FALSE.,
97    #when using the cd scheme:
98    # epsAB_CD = 0.25,
99    # tauCD=172800.0,
100     deltaTmom   =1200.,
101     deltaTtracer=1200.,
102     deltaTfreesurf=1200.,
103     deltaTClock =1200.,
104    #when using ab2:
105     abEps = 0.1,
106    #when using ab3:
107    # doAB_onGtGs=.FALSE.,
108    # alph_AB=0.5,
109    # beta_AB=0.281105,
110    #
111     pChkptFreq  =31536000.0,
112     chkptFreq   =31536000.0,
113    # taveFreq    =31536000.0,
114    # dumpFreq    =31536000.0,
115     monitorFreq = 43200.0,
116    # monitorFreq = 6307200.0,
117     dumpInitAndLast = .FALSE.,
118     pickupStrictlyMatch=.FALSE.,
119   /   /
120    
121  # Gridding parameters  # Gridding parameters
122   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
  usingSphericalPolarGrid=.FALSE.,  
123   usingCurvilinearGrid=.TRUE.,   usingCurvilinearGrid=.TRUE.,
124   delR   = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,   delR =
125   10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85,       10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
126   31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,       10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85,
127   93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,       31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
128   139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,       93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
129   341.50,364.50,387.50,410.50,433.50,456.50,       139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
130         341.50,364.50,387.50,410.50,433.50,456.50,
131   /   /
132    
133  # Input datasets  # Input datasets
134   &PARM05   &PARM05
135   bathyFile      = 'bathy270_filled_noCaspian_r4',  #bathyFile      ='bathy_eccollc_90x50.bin',
136   pSurfInitFile  = 'eta_ecco_v4_to_llc270_at_0000078900.data',   bathyFile      ='bathy270_filled_noCaspian_r4',
137   hydrogThetaFile= 'theta_ecco_v4_to_llc270_at_0000078900.data',   hydrogThetaFile='T_OWPv1_M_eccollc_90x50.bin',
138   hydrogSaltFile = 'salt_ecco_v4_to_llc270_at_0000078900.data',   hydrogSaltFile ='S_OWPv1_M_eccollc_90x50.bin',
139   diffKrFile     = 'DIFFKR_2_20_1_lat6070_cube81_270x3510x50_r4',  # viscA4Dfile    ='viscA4Dfld_eccollc_90x50.bin',
140    # viscA4Zfile    ='viscA4Zfld_eccollc_90x50.bin',
141    #
142   /   /

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

  ViewVC Help
Powered by ViewVC 1.1.22