/[MITgcm]/MITgcm/verification/advect_cs/input/data
ViewVC logotype

Annotation of /MITgcm/verification/advect_cs/input/data

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


Revision 1.3 - (hide annotations) (download)
Tue Feb 12 22:39:11 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.2: +6 -5 lines
- switch the advection scheme used for salinity to prather scheme so that
  SOM-advection on CS-grid will be tested. (keep same Adv.Sc. for theta);
- use a shorter time step (45 mn instead of 1.h) to keep the CFL below 1.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=0.,
8     sRef=0.,
9     diffKrT=0.,
10     diffKhT=0.,
11     diffK4T=0.,
12     diffKrS=0.,
13     diffKhS=0.,
14     diffK4S=0.,
15     readBinaryPrec=64,
16     writeBinaryPrec=64,
17     momStepping=.FALSE.,
18     tempAdvScheme=33,
19 jmc 1.3 saltAdvScheme=80,
20 adcroft 1.1 &
21    
22     # Elliptic solver parameters
23     &PARM02
24     cg2dMaxIters=600,
25     cg2dTargetResidual=1.E-12,
26     &
27    
28     # Time stepping parameters
29     &PARM03
30     niter0=0,
31     endTime=1036800.,
32     abEps=0.1,
33 jmc 1.3 deltaT=2700.,
34     pChkptFreq=0.,
35     chkptFreq=0.,
36     #dumpFreq=86400.,
37     dumpFreq=518400.,
38 adcroft 1.1 monitorFreq=21600.,
39     &
40    
41     # Gridding parameters
42     &PARM04
43     usingCurvilinearGrid=.TRUE.,
44 jmc 1.2 horizGridFile='grid_cs32',
45 adcroft 1.1 delR=1.E5,
46     Ro_SeaLevel=1.E5,
47     &
48    
49     # Input datasets
50     &PARM05
51     hydrogThetaFile='T.init',
52     hydrogSaltFile='S.init',
53     &

  ViewVC Help
Powered by ViewVC 1.1.22