Parent Directory
|
Revision Log
|
Revision Graph
Merging changes on MAIN between checkpoint43 and checkpoint43a-release1mods Command: cvs -q update -jcheckpoint43 -jcheckpoint43a-release1mods -d -P These changes are most of the changes between c43 and c44 except those that occured after "12:45 11 Jan 2002". As far as I can tell it is checkpoint43 with the following mods: o fix bug in mom_vi_del2uv o select when filters are applied ; add options to zonal_filter (data.zonfilt) o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection) o update AIM experiments (NCEP input files) o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf) o added some stuff for AD o Jamar wet-points This update does not contain the following mods that are in checkpoint44 o bug fix in pkg/generic_advdiff/ - thread related bug, bi,bj arguments in vertical advection routines o some changes to pkg/autodiff, pkg/cost, pkg/exf, pkg/ecco, verification/carbon and model/src/ related to adjoint o some new Matlab scripts for diagnosing model density - utils/matlab/dens_poly3.m and ini_poly3.m The list of exclusions is accurate based on a "cvs diff". The list of inclusions is based on the record in doc/tag-index which may not be complete.
1 | # ==================== |
2 | # | Model parameters | |
3 | # ==================== |
4 | # |
5 | # Continuous equation parameters |
6 | &PARM01 |
7 | tRef= 281.089, 289.321, 307.191, 331.377, 432.413, |
8 | tRef=5*0., |
9 | sRef=5*0., |
10 | viscAr=0., |
11 | viscAh=0., |
12 | viscA4=0., |
13 | no_slip_sides=.FALSE., |
14 | no_slip_bottom=.FALSE., |
15 | diffKrT=0., |
16 | diffKhT=0., |
17 | diffK4T=0., |
18 | diffKrS=0., |
19 | diffKhS=0., |
20 | diffK4S=0., |
21 | buoyancyRelation='ATMOSPHERIC', |
22 | eosType='IDEALGAS', |
23 | gravity=9.81, |
24 | gBaro=9.81, |
25 | rhonil=1.0, |
26 | rhoConst=1.0, |
27 | rigidLid=.FALSE., |
28 | implicitFreeSurface=.TRUE., |
29 | nonHydrostatic=.FALSE., |
30 | readBinaryPrec=64, |
31 | writeBinaryPrec=64, |
32 | # globalFiles=.TRUE., |
33 | staggerTimestep=.TRUE., |
34 | tr1Stepping=.TRUE., |
35 | & |
36 | |
37 | # Elliptic solver parameters |
38 | &PARM02 |
39 | cg2dMaxIters=600, |
40 | cg2dTargetResidual=1.E-13, |
41 | & |
42 | |
43 | # Time stepping parameters |
44 | &PARM03 |
45 | niter0=0, |
46 | nTimeSteps=10, |
47 | abEps=0.1, |
48 | deltaT=1200.0, |
49 | cAdjFreq=0., |
50 | pChkptFreq=0.0, |
51 | chkptFreq=0.0, |
52 | dumpFreq=2592000.0, |
53 | taveFreq=2592000., |
54 | monitorFreq=1., |
55 | & |
56 | |
57 | # Gridding parameters |
58 | &PARM04 |
59 | usingCartesianGrid=.FALSE., |
60 | usingSphericalPolarGrid=.TRUE., |
61 | delX=1*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 | & |
68 | |
69 | # Input datasets |
70 | &PARM05 |
71 | & |
ViewVC Help | |
Powered by ViewVC 1.1.22 |