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

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

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


Revision 1.4 - (hide annotations) (download)
Fri Jun 29 18:28:46 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1
Changes since 1.3: +2 -2 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 adcroft 1.2 # ====================
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     rhonil=1.0,
24     rhoConst=1.0,
25     rigidLid=.FALSE.,
26     implicitFreeSurface=.TRUE.,
27     staggerTimeStep=.TRUE.,
28     nonHydrostatic=.FALSE.,
29     readBinaryPrec=64,
30     writeBinaryPrec=64,
31     hFacMin=1.0,
32     zonal_filt_lat=45.0,
33     &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=200,
38     #cg2dTargetResidual=1.E-12,
39     cg2dTargetResWunit=1.E-17,
40     &
41    
42     # Time stepping parameters
43     &PARM03
44     niter0=25920,
45 adcroft 1.4 nTimeSteps=10,
46 adcroft 1.2 #endTime=31104000.,
47     deltaT=300.0,
48     abEps=0.1,
49     cAdjFreq=0.,
50     pChkptFreq=2592000.0,
51     chkptFreq=0.0,
52     dumpFreq=2592000.0,
53     taveFreq=2592000.0,
54 adcroft 1.4 monitorFreq=1.0,
55 adcroft 1.2 &
56    
57     # Gridding parameters
58     &PARM04
59     usingCartesianGrid=.FALSE.,
60     usingSphericalPolarGrid=.TRUE.,
61     delX=128*2.8125,
62     delY=64*2.8125,
63     delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
64     Ro_SeaLevel=1.E5,
65     groundAtK1=.TRUE.,
66     phiMin=-90.,
67     rSphere=6370.E3,
68     &
69    
70     # Input datasets
71     &PARM05
72     bathyFile='orography_fullcell.bin',
73     &

  ViewVC Help
Powered by ViewVC 1.1.22