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

  ViewVC Help
Powered by ViewVC 1.1.22