/[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.9 - (hide annotations) (download)
Tue Jan 8 23:53:42 2002 UTC (22 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint44f_post, checkpoint43a-release1mods, chkpt44d_post, checkpoint44e_pre, release1-branch_tutorials, chkpt44a_post, checkpoint44h_pre, chkpt44c_pre, checkpoint45a_post, checkpoint44e_post, checkpoint44g_post, checkpoint45b_post, release1-branch-end, release1_final_v1, checkpoint44b_post, checkpoint45c_post, checkpoint44h_post, chkpt44a_pre, checkpoint44b_pre, checkpoint44, checkpoint45, chkpt44c_post, checkpoint44f_pre, release1-branch_branchpoint
Branch point for: release1_final, release1-branch
Changes since 1.8: +4 -1 lines
 Use new input files ( NCEP, FFT filtered in high lat (> 55) ;
 Turn on exactConserv ;
 no Shapiro on T&S ;
 FFT: 2.dx mode removed only in High latitude (> 45).

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 jmc 1.7 Integr_GeoPot=2,
23 adcroft 1.2 gravity=9.81,
24     rhonil=1.0,
25     rhoConst=1.0,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28 jmc 1.9 exactConserv=.TRUE.,
29     #uniformLin_PhiSurf=.FALSE.,
30 adcroft 1.2 staggerTimeStep=.TRUE.,
31     nonHydrostatic=.FALSE.,
32     readBinaryPrec=64,
33     writeBinaryPrec=64,
34     hFacMin=1.0,
35 jmc 1.7 saltAdvScheme=3,
36 adcroft 1.2 &
37    
38     # Elliptic solver parameters
39     &PARM02
40     cg2dMaxIters=200,
41     #cg2dTargetResidual=1.E-12,
42     cg2dTargetResWunit=1.E-17,
43     &
44    
45     # Time stepping parameters
46     &PARM03
47 jmc 1.7 niter0=17280,
48 adcroft 1.4 nTimeSteps=10,
49 adcroft 1.2 #endTime=31104000.,
50 jmc 1.7 deltaT=450.0,
51 adcroft 1.2 abEps=0.1,
52     cAdjFreq=0.,
53     pChkptFreq=2592000.0,
54     chkptFreq=0.0,
55     dumpFreq=2592000.0,
56     taveFreq=2592000.0,
57 jmc 1.9 #monitorFreq=86400.0,
58 adcroft 1.4 monitorFreq=1.0,
59 adcroft 1.2 &
60    
61     # Gridding parameters
62     &PARM04
63     usingCartesianGrid=.FALSE.,
64     usingSphericalPolarGrid=.TRUE.,
65     delX=128*2.8125,
66     delY=64*2.8125,
67     delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
68     Ro_SeaLevel=1.E5,
69     groundAtK1=.TRUE.,
70     phiMin=-90.,
71     rSphere=6370.E3,
72     &
73    
74     # Input datasets
75     &PARM05
76 jmc 1.9 topoFile='topo.filt_55.bin',
77 adcroft 1.2 &

  ViewVC Help
Powered by ViewVC 1.1.22