/[MITgcm]/MITgcm/verification/aim.5l_cs/input/data
ViewVC logotype

Annotation of /MITgcm/verification/aim.5l_cs/input/data

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


Revision 1.2 - (hide annotations) (download)
Fri Jun 29 18:28:46 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1
Changes since 1.1: +1 -6 lines
Across the board regeneration of results/output.txt
 o format of output differs
 o some numbers in some expts were inaccurate/out of date
 o now can test model using more than cg2d_init_res

1 cnh 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=281.089, 289.321, 307.191, 331.377, 432.413,
8     sRef=5*0.,
9     viscAr=0.E3,
10     viscAh=0.E6,
11     viscA4=0.E17,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     diffKhT=0.E3,
15     diffKrT=0.,
16     diffK4T=0.E17,
17     diffKrS=0.E2,
18     diffKhS=0.E3,
19     diffK4S=0.E17,
20     buoyancyRelation='ATMOSPHERIC',
21     eosType='IDEALGAS',
22     gravity=9.81,
23     gBaro=9.81,
24     rhonil=1.0,
25     rhoConst=1.0,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28     staggerTimeStep=.TRUE.,
29     #staggerTimeStep=.FALSE.,
30     nonHydrostatic=.FALSE.,
31     readBinaryPrec=64,
32     writeBinaryPrec=64,
33     hFacMin=1.0,
34     #nShap=4,
35     #zonal_filt_lat=45.0,
36     #zonal_filt_lat=90.0,
37     #saltStepping=.FALSE.
38     #tempStepping=.FALSE.
39     &
40    
41     # Elliptic solver parameters
42     &PARM02
43     cg2dMaxIters=200,
44     #cg2dTargetResidual=1.E-12,
45     cg2dTargetResWunit=1.E-17,
46     &
47    
48     # Time stepping parameters
49     &PARM03
50     niter0=0,
51 adcroft 1.2 nTimeSteps=10,
52 cnh 1.1 #endTime=31104000.,
53     deltaT=600.0,
54     abEps=0.1,
55     cAdjFreq=0.,
56     pChkptFreq=2592000.0,
57     chkptFreq=0.0,
58     dumpFreq=2592000.0,
59     taveFreq=2592000.0,
60     monitorFreq=600.,
61     &
62    
63     # Gridding parameters
64     &PARM04
65     usingCartesianGrid=.FALSE.,
66     usingSphericalPolarGrid=.FALSE.,
67     usingCurvilinearGrid=.TRUE.,
68     delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
69     Ro_SeaLevel=1.E5,
70     groundAtK1=.TRUE.,
71     rSphere=6370.E3,
72     &
73    
74     # Input datasets
75     &PARM05
76     bathyFile='orography_fullcell.cs.bin'
77     &

  ViewVC Help
Powered by ViewVC 1.1.22