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

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.91

  ViewVC Help
Powered by ViewVC 1.1.22