/[MITgcm]/MITgcm/verification/fizhi-cs-aqualev20/input/data
ViewVC logotype

Contents of /MITgcm/verification/fizhi-cs-aqualev20/input/data

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


Revision 1.7 - (show annotations) (download)
Wed Feb 23 00:03:39 2011 UTC (13 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.6: +2 -4 lines
use same grid-files as fizhi-cs-32x32x40 (get same results).
remove a mis-leading rSphere setting (no effect).

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 #tRef=288.8,292.7,298.1,303.8,309.8,316.2,323.2,332.5,356.1,437.4,
8 tRef=286.0,288.0,290.0,292.0,295.0,298.0,301.0,304.0,307.0,310.0,
9 313.0,316.0,319.5,323.0,327.5,332.0,343.0,356.0,396.0,440.0,
10 #sRef=1.0E-3,5.0E-4,1.E-4,5*1.E-6,1.E-8,1.E-9,
11 sRef=20*0.0,
12 viscAr=0.E1,
13 viscAh=0.E6,
14 viscA4=0.E17,
15 no_slip_sides=.FALSE.,
16 no_slip_bottom=.FALSE.,
17 diffKhT=0.E3,
18 diffKrT=0.,
19 diffK4T=0.E17,
20 diffKrS=0.E2,
21 diffKhS=0.E3,
22 diffK4S=0.E17,
23 buoyancyRelation='ATMOSPHERIC',
24 eosType='IDEALGAS',
25 atm_Rq=0.6078,
26 #Integr_GeoPot=2,
27 rotationPeriod=86400.,
28 gravity=9.81,
29 rhonil=1.0,
30 rhoConst=1.0,
31 rigidLid=.FALSE.,
32 implicitFreeSurface=.TRUE.,
33 exactConserv=.TRUE.,
34 uniformLin_PhiSurf=.FALSE.,
35 staggerTimeStep=.TRUE.,
36 readBinaryPrec=64,
37 writeBinaryPrec=64,
38 hFacMin=0.2,
39 nonlinFreeSurf=4,
40 select_rStar=2,
41 saltAdvScheme=3,
42 vectorInvariantMomentum=.TRUE.,
43 #- here are the new things:
44 useAbsVorticity=.TRUE.,
45 SadournyCoriolis=.TRUE.,
46 selectKEscheme=3,
47 &
48
49 # Elliptic solver parameters
50 &PARM02
51 cg2dMaxIters=200,
52 #cg2dTargetResidual=1.E-12,
53 cg2dTargetResWunit=1.E-17,
54 &
55
56 # Time stepping parameters
57 &PARM03
58 nIter0=0,
59 nTimeSteps=7,
60 #endTime=864000.0,
61 deltaT=120.0,
62 forcing_In_AB=.FALSE.,
63 abEps=0.1,
64 cAdjFreq=0.,
65 pChkptFreq=0.0,
66 ChkptFreq=0.0,
67 dumpFreq=0.0,
68 monitorFreq=1.,
69 #monitorFreq=2678400.,
70 taveFreq=0.0,
71 tave_lastiter=1.,
72 # for daily testing: to save disk space
73 writePickupAtEnd=.FALSE.,
74 &
75
76 # Gridding parameters
77 &PARM04
78 usingCurvilinearGrid=.TRUE.,
79 horizGridFile='dxC1_dXYa',
80 radius_fromHorizGrid=6370.E3,
81 delR=20*5054.,
82 Ro_SeaLevel=101080.,
83 &
84
85 # Input datasets
86 &PARM05
87 #topoFile='topo.cs.bin',
88 uVelInitFile='U.input.20Lev',
89 vVelInitFile='V.input.20Lev',
90 hydrogThetaFile='T.input.20Lev',
91 hydrogSaltFile='RH.input.20Lev',
92 &

  ViewVC Help
Powered by ViewVC 1.1.22