/[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.10 - (show annotations) (download)
Tue Apr 5 17:37:13 2016 UTC (8 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65v, checkpoint65w, HEAD
Changes since 1.9: +4 -4 lines
remove "Ro_SeaLevel" setting and use default "top_Pres" value (=0)

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='IDEALG',
25 atm_Rq=0.6078,
26 #integr_GeoPot=2,
27 gravity=9.81,
28 rigidLid=.FALSE.,
29 implicitFreeSurface=.TRUE.,
30 exactConserv=.TRUE.,
31 uniformLin_PhiSurf=.FALSE.,
32 staggerTimeStep=.TRUE.,
33 hFacMin=0.2,
34 nonlinFreeSurf=4,
35 select_rStar=2,
36 saltAdvScheme=3,
37 vectorInvariantMomentum=.TRUE.,
38 #- here are the new things:
39 useAbsVorticity=.TRUE.,
40 SadournyCoriolis=.TRUE.,
41 selectKEscheme=3,
42 #-
43 readBinaryPrec=64,
44 writeBinaryPrec=64,
45 &
46
47 # Elliptic solver parameters
48 &PARM02
49 cg2dMaxIters=200,
50 #cg2dTargetResidual=1.E-12,
51 cg2dTargetResWunit=1.E-17,
52 &
53
54 # Time stepping parameters
55 &PARM03
56 nIter0=0,
57 nTimeSteps=7,
58 #endTime=864000.0,
59 deltaT=120.0,
60 forcing_In_AB=.FALSE.,
61 abEps=0.1,
62 cAdjFreq=0.,
63 pChkptFreq=0.0,
64 ChkptFreq=0.0,
65 dumpFreq=0.0,
66 monitorFreq=1.,
67 #monitorFreq=2678400.,
68 taveFreq=0.0,
69 tave_lastiter=1.,
70 # for daily testing: to save disk space
71 writePickupAtEnd=.FALSE.,
72 &
73
74 # Gridding parameters
75 &PARM04
76 usingCurvilinearGrid=.TRUE.,
77 horizGridFile='dxC1_dXYa',
78 radius_fromHorizGrid=6370.E3,
79 delR=20*5054.,
80 &
81
82 # Input datasets
83 &PARM05
84 #topoFile='topo.cs.bin',
85 uVelInitFile='U.input.20Lev',
86 vVelInitFile='V.input.20Lev',
87 hydrogThetaFile='T.input.20Lev',
88 hydrogSaltFile='RH.input.20Lev',
89 &

  ViewVC Help
Powered by ViewVC 1.1.22