/[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.10 - (hide annotations) (download)
Sat Jun 15 03:53:25 2002 UTC (21 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint51k_post, checkpoint47e_post, checkpoint46l_post, checkpoint46g_pre, checkpoint47c_post, checkpoint50c_post, checkpoint46f_post, checkpoint48e_post, checkpoint50c_pre, checkpoint46b_post, checkpoint51o_pre, checkpoint51l_post, checkpoint48i_post, checkpoint46l_pre, checkpoint50d_pre, checkpoint51, checkpoint50, checkpoint52, checkpoint50d_post, checkpoint52f_post, checkpoint50b_pre, checkpoint51f_post, checkpoint48b_post, checkpoint51d_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint51t_post, checkpoint51n_post, checkpoint51s_post, checkpoint47a_post, checkpoint48d_pre, checkpoint51j_post, checkpoint47i_post, checkpoint52e_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint47d_post, checkpoint46d_pre, checkpoint48d_post, checkpoint48f_post, checkpoint45d_post, checkpoint52b_pre, checkpoint46j_pre, checkpoint51l_pre, checkpoint48h_post, checkpoint51q_post, checkpoint51b_pre, checkpoint46a_post, checkpoint47g_post, checkpoint52b_post, checkpoint52c_post, checkpoint46j_post, checkpoint51h_pre, checkpoint46k_post, checkpoint46b_pre, checkpoint48a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint52f_pre, checkpoint47j_post, branch-exfmods-tag, branchpoint-genmake2, checkpoint46e_pre, checkpoint51r_post, checkpoint48c_post, checkpoint51i_post, checkpoint51b_post, checkpoint46c_pre, checkpoint46, checkpoint47b_post, checkpoint46h_pre, checkpoint52d_post, checkpoint46m_post, checkpoint46a_pre, checkpoint50g_post, checkpoint46g_post, checkpoint51c_post, checkpoint52a_pre, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint52h_pre, checkpoint47f_post, checkpoint50e_post, checkpoint46i_post, checkpoint46c_post, branch-netcdf, checkpoint46e_post, checkpoint51e_post, checkpoint47, checkpoint48, checkpoint49, checkpoint46h_post, checkpoint51o_post, checkpoint51f_pre, checkpoint47h_post, checkpoint52a_post, checkpoint51g_post, ecco_c52_e35, checkpoint46d_post, checkpoint50b_post, checkpoint51m_post, checkpoint51a_post, checkpoint51p_post, checkpoint48g_post, checkpoint51u_post
Branch point for: branch-exfmods-curt, branch-genmake2, branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
Changes since 1.9: +1 -0 lines
use new flag to move T,S forcing outside Adams-Bashforth

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 jmc 1.10 forcing_In_AB=.FALSE.,
52 adcroft 1.2 abEps=0.1,
53     cAdjFreq=0.,
54     pChkptFreq=2592000.0,
55     chkptFreq=0.0,
56     dumpFreq=2592000.0,
57     taveFreq=2592000.0,
58 jmc 1.9 #monitorFreq=86400.0,
59 adcroft 1.4 monitorFreq=1.0,
60 adcroft 1.2 &
61    
62     # Gridding parameters
63     &PARM04
64     usingCartesianGrid=.FALSE.,
65     usingSphericalPolarGrid=.TRUE.,
66     delX=128*2.8125,
67     delY=64*2.8125,
68     delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
69     Ro_SeaLevel=1.E5,
70     groundAtK1=.TRUE.,
71     phiMin=-90.,
72     rSphere=6370.E3,
73     &
74    
75     # Input datasets
76     &PARM05
77 jmc 1.9 topoFile='topo.filt_55.bin',
78 adcroft 1.2 &

  ViewVC Help
Powered by ViewVC 1.1.22