/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

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

revision 1.52 by heimbach, Thu Sep 27 20:13:58 2001 UTC revision 1.86 by mlosch, Wed Sep 18 16:38:01 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint46g_post
7    o Include a new diagnostic variable phiHydLow for the ocean model
8      - in z-coordinates, it is the bottom pressure anomaly
9      - in p-coordinates, it is the sea surface elevation
10      - in both cases, these variable have global drift, reflecting the mass
11        drift in z-coordinates and the volume drift in p-coordinates
12      - included time averaging for phiHydLow, be aware of the drift!
13    o depth-dependent computation of Bo_surf for pressure coordinates
14      in the ocean (buoyancyRelation='OCEANICP')
15      - requires a new routine (FIND_RHO_SCALAR) to compute density with only
16        Theta, Salinity, and Pressure in the parameter list. This routine is
17        presently contained in find_rho.F. This routine does not give the
18        correct density for 'POLY3', which would be a z-dependent reference
19        density.
20    o cleaned up find_rho
21      - removed obsolete 'eqn' from the parameter list.
22    o added two new verification experiments: gop and goz
23      (4x4 degree global ocean, 15 layers in pressure and height coordinates)
24    checkpoint46g_pre
25    
26    checkpoint46f_post
27    o Enable tangent linear (forward mode) gradient checks:
28      - extended active file handling to g_... files
29      - added TANGENT_SIMULATION to theSimulationMode
30      - extended grdchk package accordingly
31    o added tangent linear setup in verification/carbon/code_ftl
32    o added adjoint setup in verification/front_relax/code_ad
33    
34    checkpoint46e_post
35    o Added new equation of state -> MDJWF
36      - EOS of McDougall et al., 2002, JAOT, submitted
37      - caveat: the equation of state is only valid for a smaller (more
38        realistic?) range of values than JMD95P/Z and UNESCO
39      - added masks to the calculation of pressure in store_pressure
40      - added more check values for density in check_eos (ini_eos.F), some of
41        the old check values are out of the range of the MDJWF-eos, so don't
42        expect perfect matches for those
43    checkpoint46e_pre
44    
45    checkpoint46d_post
46    o fixed store_pressure to work with both buoyancy relation = 'OCEANIC' and
47      'OCEANICP', also initialised field pressure correctly in ini_eos in the
48      case of pressure coordinates. eosType='JMD95Z' in
49      combination with buoyancyRelation='OCEANICP' now causes an error.
50    o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
51      in find_alpha/beta.
52    checkpoint46d_pre
53    
54    o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
55      so that JMD95Z and JMD95P give approptiate static stability in find_rho.
56    
57    checkpoint46c_post
58    o Changes necessary for ocean in p-coordinates
59     -  Added new buoyancy relation = 'OCEANICP'
60     -  Added new parameters = gravitySign (this used to be contained inside
61        the factor dRdZ which I added when we first switched to R coordinates).
62     X GM/Redi is not compatible (yet)
63     X bottom drag and no-slip need to be debugged.
64    checkpoint46c_pre
65    
66    checkpoint46b_post
67    o Added new equation of state -> JMD95Z and JMD95P
68      - EOS of Jackett and McDougall, 1995, JAOT
69      - moved all EOS parameters into EOS.h
70      - new routines ini_eos.F, store_pressure.F
71    o Added UNESCO EOS, but not recommended because it requires
72      in-situ temperature (see JMD95)
73    o Modified formatting for knudsen2.f in utils/knudsen2 and added
74      unesco.f to be used with POLY3
75    checkpoint46b_pre
76    
77    checkpoint46a_post
78    o Added (atmospheric) pressure loading
79      - new field in FFIELDS.h, etc...
80      - new cpp flag ATMOSPHERIC_LOADING
81    o Changed hFacC to _hFacC in calc_phi_hyd.F
82    o Added SHORTWAVE_HEATING to some files for consistency
83    checkpoint46a_pre
84    
85    checkpoint46
86    further merges from release1_p5
87    o new ctrl package
88      - adopted from ECCO environment to enable optimization
89      - added Eliassen Palm fluxes to controls
90    o added Eliassen Palm flux controls to gradient check package
91    o cost package
92      - Compatible with new ctrl package
93      - added Eliassen Palm cost hooks
94      - modif's of existing cost functions
95    o Adjoint-related bug fixes in kpp:
96      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
97      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
98    o autodiff package
99      - flow directives:
100        + new for S/R do_the_model_io
101        + enhanced for S/R checkpoint
102        + new gmredi.flow
103      - Introduced CPP option ALLOW_AUTODIFF_MONITOR to
104        disable adcommon.h/g_common.h by default.
105      - fixed problem for adjoint of global_max
106    o modified verification/carbon/
107    o New setup for adjoint of global_ocean
108    o added hooks for Eliassen Palm fluxes (dynamics.F, ini_fields.F)
109    o cleaned TAF keys iikey, idkey (dynamics.F, thermodynamics.F)
110    o incorporated hooks for sponge layer code (external_forcing.F)
111    
112    checkpoint45d_post
113    o import 2 fixes from release1_p5 (CG2D.h & packages_readparms.F)
114    o use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
115      (affects plume_on_slope "cg2d" output)
116    o add new parameter deltaTfreesurf for free-surface time stepping
117    o exchange gT,gS when using staggerTimeStep & GM & Oly<4
118    o NONLIN_FRSURF: rescale gNm1 to get a better conservation with A-B
119    o change phiMin in exp1 (to agree with documentation)
120    o add new flags:
121     - T,S forcing inside/outside Adams-Bashforth
122     - turn off temp,salt advection and/or forcing
123     - for each tracer, define internal flag for multiDimAdvection & A-B
124    o monitor: change definition of KE to check conservation of Energy
125    
126    checkpoint45c_post
127    o Removed f90 comments ("!")
128    o Modified initialisations to enable exf package for MITgcm
129      (without invoking ECCO_PACKAGE).
130    o modifications to gradient check package (Martin Losch)
131      - enable centered differences
132      - modified format of standard output
133    
134    checkpoint45b_post
135    o cleaned exchange calls in cg2d
136    o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step
137    o included CPP option SINGLE_LAYER_MODE in thermodynamics
138      to configure barotropic setup (Martin Losch)
139    o moved some initialisations within bi,bj loop in dynamics
140      (TAF flow dependency)
141    o in initialise_varia, moved call packages_init_variables
142      before convective_adjustment_init
143      (corresponding adjustment of TAF tape initialisation).
144    o in calc_diffusivity/calc_viscosity extended domain to full overlap.
145    
146    checkpoint45a_post
147    o compute Rho over the whole domain (extend iMin,jMin indices)
148    o specific exchange for X-slice domain (case Ny=1)
149    o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code
150    o solve_for_pressure : set cg2d_x to zero where OBCS are applied
151    
152    checkpoint44h_post = checkpoint45
153    o Fix to restore differentiability:
154      place at which packages_init_variables is called in
155      initialise_varia is crucial for reverse control flow.
156    o modifications in GMRedi to enable stable adjoint
157      (corresponding modif's in thermodynamics, dynamics)
158    o added missing hook for sponge layer code in external_forcing
159    o modified test cost functions
160    o storing in gad_advection (plus removal of write(0,*)!
161    o missing headers TR1.h added in convective_adjustment routines
162    o errorMessageUnit set non-equal zero in eeboot
163      (conflict on some platforms, e.g. IBM SP3)
164    o modified carbon verif.
165    
166    checkpoint44h_pre
167    o vertical grid option: allow to put the Interface at the middle between
168      2 cell-centers ; replace delZ in pkg/kpp by drF.
169    o GM Advective form: Tracers are advected using the residual transport (=
170      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
171    
172    checkpoint44g_post
173    o fix surface correction term in multiDimAdvection (affects plume_on_slope
174      results) ; ifdef missing in thermodynamics.F
175    
176    checkpoint44f_pre,checkpoint44f_post
177    o added PTRACERS package
178      This allows an arbitrary number of passive tracers to be integrated
179      forward simultaneously with the dynamicaly model.
180      + Implemented so far:
181        - basic forward algorithm (time-stepping, advection, diffusion, convection)
182        - I/O and checkpointing
183        - GM/Redi  *but*  using the GM/Redi coefficient of Salt
184      + Not implemented so far:
185        - KPP
186        - OBCS
187      + No specific example supplied (yet) but global_ocean.90x40x15 has the
188        necessary data.ptracer file. Simply use -enable=ptracers and uncomment
189        line in data.pkg.
190      + This package is disabled by default since it increases storage.
191    
192    
193    o testscript: added -cleanup option
194    o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
195                 b) enable to filter 2D fields.
196    
197    checkpoint44e_pre,post
198    o re-wrote convective adjustment to use pre-calculated weights
199      Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
200      Adds:    model/src/convective_weights.F, convectively_mixtracer.F
201      Original calls to convect() still in place.
202    
203    chkpt44d_pre,post
204    o added missing EXCLUDE_MONITOR flags
205    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
206      (incompatible typ in MIN/MAX expressions caused problems
207      on IBM SP3)
208    o in genmake added variable MAKEDEPEND
209      plus resetting for case SunOS
210    o added timer_stats.c routine for IBM SP3
211    o removed variables in dynamics
212    !!! I forgot to create tag chkpt44d_pre !!!
213    !!! But chkpt44d_pre = chkpt44c_post    !!!
214    
215    o real fresh water flux implemented with non-linear free-surface.
216    
217    chkpt44c_pre,post
218    o few fix (mask in shap_s2, EmPmR in external_field_load,
219      USE_NATURAL_BCS in solve_for_P);
220    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
221    
222    checkpoint44b_pre/_post
223    o merge of relevant stuff from the ecco-branch:
224      - genmake: removed $S64 overwrite for case SunOS
225      - pkg/exf: update and corrections for field swapping and obcs
226      - pkg/ecco: parameter lists for the_model_main, the_main_loop
227                  harmonized between ECCO and MITgcm
228      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
229                      updated checkpointing_lev... lists for obcs
230      - model/src: minor changes in forward_step, plot_field
231                   added directive for divided adjoint in the_main_loop
232      - pkg/mdsio: added mdsio_gl_slice
233    
234    o check parameters & config (chkpt44a_pre,post)
235    o OBC and NonLin_FrSurf.
236    
237    checkpoint44
238    o fix bug in mom_vi_del2uv
239    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
240    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
241    o update AIM experiments (NCEP input files)
242    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
243    o added some stuff for AD
244    
245    checkpoint43
246    o added two new advection tests
247    o added global 4x4 degree ocean test
248    o added test of H&S94 with free surface on cube
249    o some final mods for gradient check, adjoint,...
250    
251  checkpoint42  checkpoint42
252    Fixed AD-related problems:    Fixed AD-related problems:
253  o Store directives up-to-date with re-arranged Adams-Bashforth  o Store directives up-to-date with re-arranged Adams-Bashforth

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.86

  ViewVC Help
Powered by ViewVC 1.1.22