/[MITgcm]/MITgcm/verification/cpl_aim+ocn/input_atm/data
ViewVC logotype

Annotation of /MITgcm/verification/cpl_aim+ocn/input_atm/data

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


Revision 1.11 - (hide annotations) (download)
Sun Feb 3 04:42:25 2013 UTC (11 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint65, checkpoint65p, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.10: +1 -5 lines
use default celsius2K ; do not apply AB to any forcing (forcing_In_AB=.F.)

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=289.6, 298.1, 314.5, 335.8, 437.4,
8     sRef=5*0.,
9     no_slip_sides=.FALSE.,
10     no_slip_bottom=.FALSE.,
11     buoyancyRelation='ATMOSPHERIC',
12 jmc 1.10 eosType='IDEALG',
13 jmc 1.1 atm_Rq=0.6078E-3,
14     Integr_GeoPot=2,
15     selectFindRoSurf=1,
16     gravity=9.81,
17     rhoConstFresh=1000.,
18     implicitFreeSurface=.TRUE.,
19     exactConserv=.TRUE.,
20     select_rStar=2,
21     nonlinFreeSurf=4,
22     hFacInf=0.2,
23     hFacSup=2.0,
24     uniformLin_PhiSurf=.FALSE.,
25     hFacMin=0.2,
26     saltAdvScheme=3,
27     vectorInvariantMomentum=.TRUE.,
28     useJamartWetPoints=.TRUE.,
29 jmc 1.2 staggerTimeStep=.TRUE.,
30     readBinaryPrec=64,
31     writeBinaryPrec=64,
32 jmc 1.1 &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=200,
37     #cg2dTargetResidual=1.E-12,
38     cg2dTargetResWunit=1.E-17,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     nIter0=0,
44     nTimeSteps=40,
45     # 10yr:
46     #endTime=311040000.,
47     deltaT=450.0,
48     abEps=0.1,
49 jmc 1.11 forcing_In_AB=.FALSE.,
50 jmc 1.1 cAdjFreq=0.,
51     pChkptFreq=2592000.,
52     taveFreq=2592000.,
53     dumpFreq=2592000.,
54     monitorFreq=86400.,
55     monitorFreq=1.,
56     &
57    
58     # Gridding parameters
59     &PARM04
60     usingCurvilinearGrid=.TRUE.,
61 jmc 1.6 horizGridFile='grid_cs32',
62 jmc 1.8 radius_fromHorizGrid=6370.E3,
63 jmc 1.1 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
64     Ro_SeaLevel=1.E5,
65     &
66    
67     # Input datasets
68     &PARM05
69     topoFile='topo.cpl_FM.bin',
70     &

  ViewVC Help
Powered by ViewVC 1.1.22