/[MITgcm]/MITgcm/verification/aim.5l_cs/input/data
ViewVC logotype

Annotation of /MITgcm/verification/aim.5l_cs/input/data

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


Revision 1.6.2.1 - (hide annotations) (download)
Tue Feb 26 16:05:07 2002 UTC (22 years, 2 months ago) by adcroft
Branch: release1
CVS Tags: release1_p13_pre, release1_p13, release1_p8, release1_p9, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, release1_chkpt44d_post, release1_p12, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, release1_p12_pre
Branch point for: release1_50yr
Changes since 1.6: +8 -7 lines
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 cnh 1.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     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.6 Integr_GeoPot=2,
23 cnh 1.1 gravity=9.81,
24     rhonil=1.0,
25     rhoConst=1.0,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28 adcroft 1.6.2.1 exactConserv=.TRUE.,
29     uniformLin_PhiSurf=.FALSE.,
30 cnh 1.1 staggerTimeStep=.TRUE.,
31     nonHydrostatic=.FALSE.,
32     readBinaryPrec=64,
33     writeBinaryPrec=64,
34 adcroft 1.6.2.1 hFacMin=0.2,
35 jmc 1.6 saltAdvScheme=3,
36 adcroft 1.4 vectorInvariantMomentum=.TRUE.,
37 adcroft 1.6.2.1 #useJamartWetPoints=.TRUE.,
38 cnh 1.1 &
39    
40     # Elliptic solver parameters
41     &PARM02
42     cg2dMaxIters=200,
43     #cg2dTargetResidual=1.E-12,
44     cg2dTargetResWunit=1.E-17,
45     &
46    
47     # Time stepping parameters
48     &PARM03
49 adcroft 1.6.2.1 niter0=17280,
50 adcroft 1.2 nTimeSteps=10,
51 cnh 1.1 #endTime=31104000.,
52 adcroft 1.6.2.1 deltaT=450.0,
53 cnh 1.1 abEps=0.1,
54     cAdjFreq=0.,
55     pChkptFreq=2592000.0,
56     dumpFreq=2592000.0,
57     taveFreq=2592000.0,
58 jmc 1.5 #monitorFreq=86400.,
59 adcroft 1.6.2.1 monitorFreq=1.,
60 cnh 1.1 &
61    
62     # Gridding parameters
63     &PARM04
64     usingCartesianGrid=.FALSE.,
65     usingSphericalPolarGrid=.FALSE.,
66     usingCurvilinearGrid=.TRUE.,
67     delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
68     Ro_SeaLevel=1.E5,
69     groundAtK1=.TRUE.,
70     rSphere=6370.E3,
71     &
72    
73     # Input datasets
74     &PARM05
75 adcroft 1.6.2.1 topoFile='topo.cs.bin',
76 cnh 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22