/[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.66 by jmc, Tue Mar 5 15:36:06 2002 UTC revision 1.109 by jmc, Tue Dec 10 04:28: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    o allow to run AIM physics with SPEEDY input files (from Franco Molteni)
7    o allow a more accurate definition of Ro_Surf (selectFindRoSurf=1)
8      when using P-coordinate; only implemented for atmospheric config.
9    o OCEANICP & realFreshWater: include P-E direct effect on wVel ;
10      NOTES: requires option NONLIN_FRSURF to be "#define".
11    o update advect_xz/results/output.txt (left from checkpoint44g_post)
12    
13    checkpoint47b_post
14    Merging from release1_p9:
15    o pkg/seaice
16      - removed GOTO's and added taf directives
17      - double precision constants to reduce the g77 (Linux)
18        to F77 (SGI) differences reported in release1_p8
19    o tools/genmake
20      - added SGI options
21    o verification/testscript
22      - updated to that of checkpoint47a_post
23    o verification/global_ocean.90x40x15/input/eedata
24      - modified for SGI f77 compatibility
25    o verification/lab_sea
26      - added description of sea-ice model
27      - added missing matlab routines
28      - added test of thermodynamics parallelization
29    
30    checkpoint47a_post
31    o new pkg: aim_v23
32     = F. Molteni atmos.physics (SPEEDY, ver23) adapted to MITgcm.
33       for now, keep the same surface forcing as before.
34     - Part-Cell implemented into AIM; check that Heat & Water are conserved
35     - aim.5l_cs: use new aim pkg (run 10yr & get better results than before)
36     - aim.5l_LatLon & aim.5l_Equatorial_Channel are still using old aim pkg
37    o add diagnostic of surface correction term in monitor output
38    
39    o bulk_force and therm_seaice
40    - Two packages:  bulk_force (Bulk forcing)
41      and therm_seaice (thermodynamic_seaice) - adopted from LANL CICE.v2.0.2
42    - Earlier integration from Stephaine Dutkiewicz
43      and Patrick Heimbach.
44    - Two ifdef statements for compile time,
45       ALLOW_THERM_SEAICE and ALLOW_BULK_FORCE
46    
47    checkpoint47
48    differentiable version of checkpoint46n_post
49    o bug fix in quasihydrostaticterms
50    o * "clean" adjoint code (in terms of extensive recomputations)
51        can now be obtained for all GMREDI options (i.e. for
52        - GM_VISBECK_VARIABLE_K
53        - GM_NON_UNITY_DIAGONAL
54        - GM_EXTRA_DIAGONAL
55        - GM_BOLUS_ADVEC )
56      * However, wrong gradient check problem remains unsolved.
57      * New CPP options have been introduced for different
58        tapering schemes
59    o external_fields_load now part of differentiation list
60    o pressure needs multiple storing;
61      would be nice to have store_pressure at beginning or
62      end of forward_step, e.g. by having phiHyd global (5-dim.)
63      (NB: pressure is needed for certain cases in find_rho,
64      which is also invoked through convective_adjustment).
65    o recomputations in find_rho for cases
66     'JMD95'/'UNESCO' or 'MDJWF' are OK.
67    o #define ATMOSPHERIC_LOADING should be differentiable
68    o ini_forcing shifted to begining of initialise_varia
69    o Incorporating QNVS line search routines into MITgcm
70      (this is separate code, and therefore not under pkg)
71      lsopt/, optim/
72    o Updated verification/carbon/
73      - #define GM_VISBECK_VARIABLE_K
74      - GM_taper_scheme    = 'ldd97'    
75    
76    checkpoint46n_post
77    Merging from release1_p8:
78    o verification/natl_box:
79      updating new external_fields_load routine
80    o New package: pkg/seaice
81      Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).
82      The sea-ice code is based on Hibler (1979-1980).
83      Two sea-ice dynamic solvers, ADI and LSR, are included.
84      In addition to computing prognostic sea-ice variables and diagnosing
85      the forcing/external data fields that drive the ocean model,
86      SEAICE_MODEL also sets theta to the freezing point under sea-ice.
87      The implied surface heat flux is then stored in variable
88      surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and
89      kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the
90      non-local transport term.  Because this call precedes model
91      thermodynamics, temperature under sea-ice may not be "exactly" at
92      the freezing point by the time theta is dumped or time-averaged.
93      N.B.: fairly large differences in accuracy occur across
94            different platforms/compilers; comparison between
95            g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)
96            generated output gives:
97       T           S           U           V
98      C D M    c        m  s        m  s        m  s        m  s
99      n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
100      f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
101      g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .
102    
103      Y Y Y Y  5  5  7  7  7  8 10  9  6  6  6  6  7  5  7  5  7 FAIL  lab_sea
104    o GAD:
105      - generated new common blocks to account for call of
106        same gad routines with differing traceridentities
107        (needed to modify tracerIdentity indices in GAD.h)
108      - generated separate common blocks for case useCubedSphereExchange
109        (Department of Futurology)
110      - parameter lists to gmredi_?transport: added tracerIdentity
111      - added new key indices to tamc.h
112    o external_fields_load:
113      - added this routine to TAF list
114      - needed to make some common blocks global and additional storing
115        along the same lines as exf package (checkpoint_lev?_directives.h)
116    o exf:
117      updated external forcing package
118      - bug fixes carried over from ecco-branch
119        (missing OBCS_OPTIONS.h in two routines)
120      - enable easy to use "no forcing".
121      - added exf I/O for atmospheric loading
122      - added exf I/O for runoff data
123      - transfered scaling between exf <-> MITgcm to exf namelist
124    o Adding new verification experiment global_with_exf.
125      This verification experiment is almost identical to the
126      global_ocean.90x40x15 experiment, except that it uses
127      the exf (and cal) package instead of the
128      external_fields_load routine (cf README file).
129    
130    checkpoint46m_post
131    o modified testscript to return -- when there are no lines of "%MON" output
132    o added new flag "quasiHydrostatic" for QH mode
133      and new routine quasihydrostaticterms()
134    o added 2*Omega*Cos(phi)*W to u equations (non-hydrostatic Coriolis term)
135      New routine: mom_u_coriolis_nh()
136    o fixed sign of non-hydrostatic metric terms in u and v equations.
137      Depend on correct sign of gravitySign.
138    o added work.pc* to .cvsignore in aim directories using ifc
139    o introduced flag for controllin non-hydrostatic metric terms
140    o removed gravitySign from PARM04
141    o switched to g77/ifc from pgf77 in aim experiments
142    
143    checkpoint46l_post
144    o made convective adjustment work with pressure coordinates:
145     - changed the direction of k-loop in convective_adjustment.F for the
146       case of pressure coordinates (OCEANICP,ATMOSPHERIC buoyancyRelation)
147     - adjusted the reference pressure k-index in convective_adjustment.F
148     - adjusted the convection condition in convect.F (in analogy to
149       calc_ivdc.F)
150     - convective_adjustment no longer computes anything on the halos
151     - removed the warnings about negative salinity from find_rho.F and
152       find_alpha.F; instead the new routine look_for_neg_salinity, called
153       at the beginning of find_rho, find_alpha, and find_beta, does a
154       check of the entire slice, if CPP-option
155       CHECK_SALINITY_FOR_NEGATIVE_VALUES is defined
156    checkpoint46l_pre
157    
158    checkpoint46k_post
159    o fixed the verification/global_ocean.90x40x15 experiment:
160     - new bathymetry (the world according to A., JMC, and M.)
161     - new initial fields and forcing fields (*.bin files)
162     - new POLY3.COEFFS (for the next release one should switch to a full
163       equation of state: JMD95P or MDJWF)
164     - fixed several errors and redundancies in the data file
165     - experiment uses looped cells
166     - added matlab directory with diagnostic scripts for plotting of output
167    
168    o S/R aim_initialise.F replace S/R aim_init from file aim_do_inphys.F:
169     - read AIM physics parameters from a file (data.aimphys)
170     - set defaults values = F.Molteni paper (Clim.Dyn., 2002)
171    
172    checkpoint46j_post
173    o split calc_exact_eta in 2 S/R : integr_continuity & update_etaH
174    o move wVel computation at the end of the time step, in S/R integr_continuity
175    o create specific S/R to exchange T,S before DYNAMICS (for stagger time step)
176    o update timeave pkg for wVel diagnostic.
177    checkpoint46j_pre
178    
179    checkpoint46i_post
180    o Clean up AIM package (and keep the results unchanged):
181      include CPP_OPTION and use IMPLICT NONE in all routines ;
182      declare all the variables _RL ; use _d 0 for all numerical constants.
183      use ifdef ALLOW_AIM everywhere. And now AIM can be used with g77 !
184    
185    checkpoint46h_post
186    o cleaned up the use of rhoNil and rhoConst.
187      - rhoNil should only appear in the LINEAR equation of state, everywhere
188        else rhoNil is replaced by rhoConst, e.g. find_rho computes rho-rhoConst
189        and the dynamical equations are all divided by rhoConst
190    o introduced new parameter rhoConstFresh, a reference density of fresh
191      water, to remove the fresh water flux's dependence on rhoNil. The default
192      value is 999.8 kg/m^3
193    o cleanup up external_forcing.F and external_forcing_surf.F
194      - can now be used by both OCEANIC and OCEANICP
195    checkpoint46h_pre
196    
197     Added code to convert surface volume flux (fresh water) into
198     a mass flux when using P coordinates in the ocean (OCEANICP).
199     Note: It assumes you have set rho0=rhoConst=density of fresh water.
200    
201    checkpoint46g_post
202    o Include a new diagnostic variable phiHydLow for the ocean model
203      - in z-coordinates, it is the bottom pressure anomaly
204      - in p-coordinates, it is the sea surface elevation
205      - in both cases, these variable have global drift, reflecting the mass
206        drift in z-coordinates and the volume drift in p-coordinates
207      - included time averaging for phiHydLow, be aware of the drift!
208    o depth-dependent computation of Bo_surf for pressure coordinates
209      in the ocean (buoyancyRelation='OCEANICP')
210      - requires a new routine (FIND_RHO_SCALAR) to compute density with only
211        Theta, Salinity, and Pressure in the parameter list. This routine is
212        presently contained in find_rho.F. This routine does not give the
213        correct density for 'POLY3', which would be a z-dependent reference
214        density.
215    o cleaned up find_rho
216      - removed obsolete 'eqn' from the parameter list.
217    o added two new verification experiments: gop and goz
218      (4x4 degree global ocean, 15 layers in pressure and height coordinates)
219    checkpoint46g_pre
220    
221    checkpoint46f_post
222    o Enable tangent linear (forward mode) gradient checks:
223      - extended active file handling to g_... files
224      - added TANGENT_SIMULATION to theSimulationMode
225      - extended grdchk package accordingly
226    o added tangent linear setup in verification/carbon/code_ftl
227    o added adjoint setup in verification/front_relax/code_ad
228    
229    checkpoint46e_post
230    o Added new equation of state -> MDJWF
231      - EOS of McDougall et al., 2002, JAOT, submitted
232      - caveat: the equation of state is only valid for a smaller (more
233        realistic?) range of values than JMD95P/Z and UNESCO
234      - added masks to the calculation of pressure in store_pressure
235      - added more check values for density in check_eos (ini_eos.F), some of
236        the old check values are out of the range of the MDJWF-eos, so don't
237        expect perfect matches for those
238    checkpoint46e_pre
239    
240    checkpoint46d_post
241    o fixed store_pressure to work with both buoyancy relation = 'OCEANIC' and
242      'OCEANICP', also initialised field pressure correctly in ini_eos in the
243      case of pressure coordinates. eosType='JMD95Z' in
244      combination with buoyancyRelation='OCEANICP' now causes an error.
245    o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
246      in find_alpha/beta.
247    checkpoint46d_pre
248    
249    o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
250      so that JMD95Z and JMD95P give approptiate static stability in find_rho.
251    
252    checkpoint46c_post
253    o Changes necessary for ocean in p-coordinates
254     -  Added new buoyancy relation = 'OCEANICP'
255     -  Added new parameters = gravitySign (this used to be contained inside
256        the factor dRdZ which I added when we first switched to R coordinates).
257     X GM/Redi is not compatible (yet)
258     X bottom drag and no-slip need to be debugged.
259    checkpoint46c_pre
260    
261    checkpoint46b_post
262    o Added new equation of state -> JMD95Z and JMD95P
263      - EOS of Jackett and McDougall, 1995, JAOT
264      - moved all EOS parameters into EOS.h
265      - new routines ini_eos.F, store_pressure.F
266    o Added UNESCO EOS, but not recommended because it requires
267      in-situ temperature (see JMD95)
268    o Modified formatting for knudsen2.f in utils/knudsen2 and added
269      unesco.f to be used with POLY3
270    checkpoint46b_pre
271    
272    checkpoint46a_post
273    o Added (atmospheric) pressure loading
274      - new field in FFIELDS.h, etc...
275      - new cpp flag ATMOSPHERIC_LOADING
276    o Changed hFacC to _hFacC in calc_phi_hyd.F
277    o Added SHORTWAVE_HEATING to some files for consistency
278    checkpoint46a_pre
279    
280    checkpoint46
281    further merges from release1_p5
282    o new ctrl package
283      - adopted from ECCO environment to enable optimization
284      - added Eliassen Palm fluxes to controls
285    o added Eliassen Palm flux controls to gradient check package
286    o cost package
287      - Compatible with new ctrl package
288      - added Eliassen Palm cost hooks
289      - modif's of existing cost functions
290    o Adjoint-related bug fixes in kpp:
291      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
292      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
293    o autodiff package
294      - flow directives:
295        + new for S/R do_the_model_io
296        + enhanced for S/R checkpoint
297        + new gmredi.flow
298      - Introduced CPP option ALLOW_AUTODIFF_MONITOR to
299        disable adcommon.h/g_common.h by default.
300      - fixed problem for adjoint of global_max
301    o modified verification/carbon/
302    o New setup for adjoint of global_ocean
303    o added hooks for Eliassen Palm fluxes (dynamics.F, ini_fields.F)
304    o cleaned TAF keys iikey, idkey (dynamics.F, thermodynamics.F)
305    o incorporated hooks for sponge layer code (external_forcing.F)
306    
307    checkpoint45d_post
308    o import 2 fixes from release1_p5 (CG2D.h & packages_readparms.F)
309    o use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
310      (affects plume_on_slope "cg2d" output)
311    o add new parameter deltaTfreesurf for free-surface time stepping
312    o exchange gT,gS when using staggerTimeStep & GM & Oly<4
313    o NONLIN_FRSURF: rescale gNm1 to get a better conservation with A-B
314    o change phiMin in exp1 (to agree with documentation)
315    o add new flags:
316     - T,S forcing inside/outside Adams-Bashforth
317     - turn off temp,salt advection and/or forcing
318     - for each tracer, define internal flag for multiDimAdvection & A-B
319    o monitor: change definition of KE to check conservation of Energy
320    
321    checkpoint45c_post
322    o Removed f90 comments ("!")
323    o Modified initialisations to enable exf package for MITgcm
324      (without invoking ECCO_PACKAGE).
325    o modifications to gradient check package (Martin Losch)
326      - enable centered differences
327      - modified format of standard output
328    
329    checkpoint45b_post
330    o cleaned exchange calls in cg2d
331    o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step
332    o included CPP option SINGLE_LAYER_MODE in thermodynamics
333      to configure barotropic setup (Martin Losch)
334    o moved some initialisations within bi,bj loop in dynamics
335      (TAF flow dependency)
336    o in initialise_varia, moved call packages_init_variables
337      before convective_adjustment_init
338      (corresponding adjustment of TAF tape initialisation).
339    o in calc_diffusivity/calc_viscosity extended domain to full overlap.
340    
341    checkpoint45a_post
342    o compute Rho over the whole domain (extend iMin,jMin indices)
343    o specific exchange for X-slice domain (case Ny=1)
344    o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code
345    o solve_for_pressure : set cg2d_x to zero where OBCS are applied
346    
347    checkpoint44h_post = checkpoint45
348    o Fix to restore differentiability:
349      place at which packages_init_variables is called in
350      initialise_varia is crucial for reverse control flow.
351    o modifications in GMRedi to enable stable adjoint
352      (corresponding modif's in thermodynamics, dynamics)
353    o added missing hook for sponge layer code in external_forcing
354    o modified test cost functions
355    o storing in gad_advection (plus removal of write(0,*)!
356    o missing headers TR1.h added in convective_adjustment routines
357    o errorMessageUnit set non-equal zero in eeboot
358      (conflict on some platforms, e.g. IBM SP3)
359    o modified carbon verif.
360    
361    checkpoint44h_pre
362    o vertical grid option: allow to put the Interface at the middle between
363      2 cell-centers ; replace delZ in pkg/kpp by drF.
364    o GM Advective form: Tracers are advected using the residual transport (=
365      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
366    
367  checkpoint44g_post  checkpoint44g_post
368  o fix surface correction term in multiDimAdvection (affects plume_on_slope  o fix surface correction term in multiDimAdvection (affects plume_on_slope
369    results) ; ifdef missing in thermodynamics.F    results) ; ifdef missing in thermodynamics.F

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.109

  ViewVC Help
Powered by ViewVC 1.1.22