/[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.15 by cnh, Wed Oct 28 03:23:17 1998 UTC revision 1.53.2.17 by dimitri, Fri Dec 27 08:01:54 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    release1_p10
7    o modifications for using pkg/exf with pkg/seaice
8      - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
9        and SEAICE_EXTERNAL_FLUXES
10      - pkg/exf CPP options EXF_READ_EVAP and
11        EXF_NO_BULK_COMPUTATIONS
12      - usage examples are Experiments 8 and 9 in
13        verification/lab_sea/README
14      - verification/lab_sea default experiment now uses
15        pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf
16    
17    release1_p9
18    o pkg/seaice
19      - removed GOTO's and added taf directives
20      - double precision constants to reduce the g77 (Linux)
21        to F77 (SGI) differences reported in release1_p8
22    o tools/genmake
23      - added SGI options
24    o verification/testscript
25      - updated to that of checkpoint47a_post
26    o verification/global_ocean.90x40x15/input/eedata
27      - modified for SGI f77 compatibility
28    o verification/lab_sea
29      - added description of sea-ice model
30      - added missing matlab routines
31      - added test of thermodynamics parallelization
32    
33    release1_p8
34    o verification/natl_box:
35      updating new external_fields_load routine
36    o New package: pkg/seaice
37      Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).
38      The sea-ice code is based on Hibler (1979-1980).
39      Two sea-ice dynamic solvers, ADI and LSR, are included.
40      In addition to computing prognostic sea-ice variables and diagnosing
41      the forcing/external data fields that drive the ocean model,
42      SEAICE_MODEL also sets theta to the freezing point under sea-ice.
43      The implied surface heat flux is then stored in variable
44      surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and
45      kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the
46      non-local transport term.  Because this call precedes model
47      thermodynamics, temperature under sea-ice may not be "exactly" at
48      the freezing point by the time theta is dumped or time-averaged.
49      N.B.: fairly large differences in accuracy occur across
50            different platforms/compilers; comparison between
51            g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)
52            generated output gives:
53       T           S           U           V
54      C D M    c        m  s        m  s        m  s        m  s
55      n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
56      f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
57      g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .
58    
59      Y Y Y Y  5  5  7  7  7  8 10  9  6  6  6  6  7  5  7  5  7 FAIL  lab_sea
60    
61    
62    release1_p7
63    o GAD:
64      - generated new common blocks to account for call of
65        same gad routines with differing traceridentities
66        (needed to modify tracerIdentity indices in GAD.h)
67      - generated separate common blocks for case useCubedSphereExchange
68        (Department of Futurology)
69      - parameter lists to gmredi_?transport: added tracerIdentity
70      - added new key indices to tamc.h
71    o external_fields_load:
72      - added this routine to TAF list
73      - needed to make some common blocks global and additional storing
74        along the same lines as exf package (checkpoint_lev?_directives.h)
75    o exf:
76      updated external forcing package
77      - bug fixes carried over from ecco-branch
78        (missing OBCS_OPTIONS.h in two routines)
79      - enable easy to use "no forcing".
80      - added exf I/O for atmospheric loading
81      - added exf I/O for runoff data
82      - transfered scaling between exf <-> MITgcm to exf namelist
83    o Adding new verification experiment global_with_exf.
84      This verification experiment is almost identical to the
85      global_ocean.90x40x15 experiment, except that it uses
86      the exf (and cal) package instead of the
87      external_fields_load routine (cf README file).
88    
89    release1_p6
90    o fixed the verification/global_ocean.90x40x15 experiment:
91     - new bathymetry (the world according to A., JMC, and M.)
92     - new initial fields and forcing fields (*.bin files)
93     - new POLY3.COEFFS (for the next release one should switch to a full
94       equation of state)
95     - fixed several errors and redundancies in the data file
96     - experiment uses looped cells
97     - added matlab directory with diagnostic scripts for plotting of output
98    
99    release1_p5
100    o import recent fix from MAIN branch:
101      - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
102      - change phiMin in exp1 (to agree with documentation)
103     from checkpoint45 to checkpoint45a_post:
104      - specific exchange for X-slice domain (case Ny=1)
105      - argument futureIter of S/R obcs_calc missing in
106        exp4 & internal_wave /code
107      - solve_for_pressure : set cg2d_x to zero where OBCS are applied
108     from checkpoint44f_post to checkpoint44g_post:
109      - fix surface correction term in multiDimAdvection
110        (affects plume_on_slope results
111    o bug fix in packages_readparms (missing ALLOW_CALENDAR)
112    o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM
113    o Adjoint-related bug fixes in kpp:
114      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
115      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
116    o added Eliassen-Palm flux hooks (dynamics,ini_fields)
117    o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)
118    o flow directives:
119      - new for S/R do_the_model_io
120      - enhanced for S/R checkpoint
121    o added Eliassen Palm flux controls to gradient check package
122    o new ctrl package
123      - adopted from ECCO environment to enable optimization
124      - added Eliassen Palm fluxes to controls
125      - adjusted global_ocean.90x40x15/ and carbon/ accordingly
126    
127    release1_p4
128    o Removed f90 comments ("!")
129    o Modified initialisations to enable exf package for MITgcm
130      (without invoking ECCO_PACKAGE).
131    o modifications to gradient check package (Martin Losch)
132      - enable centered differences
133      - modified format of standard output
134    
135    release1_p3
136    o added tangent linear setup to verification/carbon/
137    o added adjoint sensitivity setup to verification/global_ocean...
138    o moved packages_init_variables before convective_adjustment
139    o output of verif. which use GMRedi brought up-to-date with
140      MAIN trunk (those were re-created after changes in GMRedi)
141    o included CPP option SINGLE_LAYER_MODE
142      to configure barotropic setup (Martin Losch).
143    o Removed auxiliary variable in impldiff
144      (caused numerical differences with MAIN trunk routine).
145    o Introduced CPP option ALLOW_AUTODIFF_MONITOR to
146      disable adcommon.h/g_common.h by default.
147    o Cleaned exchange calls in cg2d.
148    
149    release1_p2
150    o fixed array boundary problem for adjoint
151      (related to partial recomputation within subroutine
152      related to dynamics -> calc_viscosity -> mom_...
153    o fixed recomputation in thermodynamics
154    o prepare (but not complete) recomputation problem in impldiff
155    o fixed problem for adjoint of global_max
156    o switched off sponge layer code in external_forcing
157    
158    release1_p1
159    o merged necessary patches:
160      - AD-related changes for GMRedi
161      - fixes i KPP (delZ -> drF)
162      - hook to OBCS songe layer code in external_forcing
163      - errorMessageUnit non-zero in eeboot.F
164      - modified test cost function and carbon verif.
165    
166    release1_chkpt44d_post = chkpt44d_post
167    
168    chkpt44d_pre,post
169    o added missing EXCLUDE_MONITOR flags
170    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
171      (incompatible typ in MIN/MAX expressions caused problems
172      on IBM SP3)
173    o in genmake added variable MAKEDEPEND
174      plus resetting for case SunOS
175    o added timer_stats.c routine for IBM SP3
176    o removed variables in dynamics
177    
178    o real fresh water flux implemented with non-linear free-surface.
179    
180    chkpt44c_pre,post
181    o few fix (mask in shap_s2, EmPmR in external_field_load,
182      USE_NATURAL_BCS in solve_for_P);
183    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
184    
185    checkpoint44b_pre/_post
186    o merge of relevant stuff from the ecco-branch:
187      - genmake: removed $S64 overwrite for case SunOS
188      - pkg/exf: update and corrections for field swapping and obcs
189      - pkg/ecco: parameter lists for the_model_main, the_main_loop
190                  harmonized between ECCO and MITgcm
191      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
192                      updated checkpointing_lev... lists for obcs
193      - model/src: minor changes in forward_step, plot_field
194                   added directive for divided adjoint in the_main_loop
195      - pkg/mdsio: added mdsio_gl_slice
196    
197    o check parameters & config (chkpt44a_pre,post)
198    o OBC and NonLin_FrSurf.
199    
200    checkpoint44
201    o fix bug in mom_vi_del2uv
202    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
203    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
204    o update AIM experiments (NCEP input files)
205    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
206    o added some stuff for AD
207    
208    checkpoint43
209    o added two new advection tests
210    o added global 4x4 degree ocean test
211    o added test of H&S94 with free surface on cube
212    o some final mods for gradient check, adjoint,...
213    
214    checkpoint42
215      Fixed AD-related problems:
216    o Store directives up-to-date with re-arranged Adams-Bashforth
217      (mainly thermodynamics.F)
218    o New store directives for multi-dim. advection schemes
219      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
220      * new common block and key passkey
221      (mainly gad_advection.F)
222    o Modified store directives for split of dynamics/thermodynamics
223      for the case ALLOW_KPP
224    o Cleaned argument list for timestep_tracer.F
225    
226    checkpoint41
227    o re-formatted/added comments in prologues of key subroutines
228      to work with protex
229    
230    checkpoint40
231    o moved calc_gs, calc_gt and calc_tr1 back to model/src
232    o added FLT (floats) package from Arne along with demo. experiment
233    o re-arranged Adams-Bashforth scheme for tracers to allow easier
234      implementation of forward-in-time forcing terms
235    o more mods for non-linear free-surface including new variable
236    o modified multi-dim method to work on cube
237    o bug fix in KPP (from DM)
238    
239    checkpoint40pre9
240    o added DST advection schemes
241    o fix MPI bug on SGI's
242    o modifications for non-linear free-surface
243    o fixed conditionals for fixed flow/passive tracer only mode
244    o added tension/strain form of stress tensor
245    o changes to commenting of arguments for TAF/TAMC
246    o added/updated many matlab scripts
247    o added multi-dimensional advection method for tracers
248      
249    checkpoint40pre8
250    o new package rw/
251      Added method for dumping intermediate local arrays:
252      mdsio_writetile - same as mdsio_writefield except works from inside
253                        bi,bj loop
254      mdsio_writelocal - same as mdsio_writetile except works for local
255                         arrays
256      write_local_r? - higher-level wrapper for mdsio_writelocal
257      Controlled by diagFreq. Defaults to zero (ie. no dumps)
258      Example given at end of mom_vecinv.F that dumps some local arrays.
259    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
260      control flux-form versus vector invariant code.
261      Switch is runtime flag vectorInvariantMomentum (defaults to false)
262      or genmake -DISABLE ...
263    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
264      (additional storing is now needed for case vecinv;
265      currently nothing implemented to switch this storing off
266      in case fluxform is used since no CPP flag available).
267    
268    checkpoint40pre7
269    o bug fix in dynamics.F
270      calc_viscosity called before k=1,Nr loop.
271    o added some #ifdef's ALLOW_PASSIVE_TRACER
272    o cleaned initialisations in ctrl_map_ini
273      related to TAF
274    
275    checkpoint40pre6
276    o split dynamics into thermodynamics & dynamics
277    o corresponding split of calc_diffusivity into
278      calc_diffusivity, calc_viscosity
279      (kpp_calc_diff, kpp_calc_visc).
280    o Added diffkr, kapgm to control variables
281    o bug fix in gmredi_slope_limit for ldd97
282    
283    checkpoint40pre5
284    o proper initialization of Adams-Bashforth time stepping
285      + uses forward step for very first step of model (iter=0)
286    o re-generated *all* output since almost all output is modified by this
287      change (sorry but we've been putting this one off for about 2 years)
288      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
289        *not* regenerated since they are already out of date and I don't
290        want to create the impression that they are suddenly working.
291    o removed KAP stuff for DEC's
292    o modified/added many .cvsignore files in */code and */input
293    o added new expt "solid-body.cs-32x32x1"
294      + this uses an alternative form of ini_curvilinear_grid.F which
295        is not necessarily any better than the current one...
296    
297    checkpoint40pre4
298    o added re-initialisations of utrans,vtrans,rtrans in
299      calc_common_factors which are crucial for TAF.
300    o extended iMin,jMin range for calc_common_factors,
301      calc_diffusivity
302    o added option ALLOW_PASSIVE_TRACER
303    o a few minor updates and fixes
304    
305    checkpoint40pre3
306    o created calc_gtr1.F for gad package
307    o split the_main_loop and re-introduced forward_step
308    o some recomputations of nIter0 for TAMC
309    
310    checkpoint40pre2
311    o Updated to latest branch of AJA, JMC
312    o Added gradient check package
313    o Added routines for passive tracer handling
314    o Added carbon sequestration sensitivity experiment
315    
316    checkpoint39
317     o Modifications and fixes to support TAMC
318       (mainly missing or wrong directives)
319     o Corrected common blocks when fooling TAMC to produce adjoint I/O
320       in addummy_in_stepping
321     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
322     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
323     o Included following packages:
324       cal: calendar
325       exf: external forcing
326       ecco: essential routines to control use of cal, exf
327             (NB: this is not the full ECCO environment)
328     o disabled some packages by default in genmake
329    
330    checkpoint38
331     o see notes_c37_adj.txt
332     o corrected wrong layer index in external_forcing_t
333     o replaced the_main_loop/forward_step by the_main_loop
334     o removed forceoutput from write_state
335       (replaced criteria for initial/final state)
336     o added runtime flag for pre-C35 pickups: usePickupBeforeC35
337    
338    checkpoint37
339     o mdsio.F routine split and packaged in pkg/mdsio
340       (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
341        used unless genmake -disable=mdsio)
342     o allow a more precise surface-geopotential gradient for the atmosphere
343       taking into account the change in space of Alpha (=1/rho) at the surface.
344     o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
345       (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
346     o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
347       Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
348       [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
349     o Time-Average diagnostics defined as a pseudo package "timeave".
350     o pickup files : old pickup (before c35) did not work with new code (c35
351       and after) unless activating 2 commented lines in initialise-varia.
352     o Non-Hydrostatic pickup file Pb fixed.
353     o bug with Rigid-lid version (since c35) fixed.  
354    
355    checkpoint36
356     o implement Crank-Nickelson barotropic time-stepping
357     o recover Time-Average diagnostics
358     o fix Pb in checkpoint (PR#19)
359     o AIM become a standard package ; clean unused CPP_kees
360    
361    checkpoint35
362     o subtantial rewrite of dynamics.f
363     o allows staggered time-stepping
364     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
365     o added bottom drag (linear + quadratic)
366    
367    checkpoint34
368     o Modified exchange routines for correct reverse simulation.
369     o Added verification output to comply with bug fix in impldiff.F
370       as of c33 (exp2, natl_box).
371     o Corrected store directives in dynamics.F
372     o Corrected array boundaries in impldiff.F
373     o Corrected array dimensions in gmredi.
374       Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
375     o Added routine GLOBAL_SUM_INT to global_sum.F
376     o Added mdsio_gl.F for ECCO purposes.
377    
378    checkpoint33
379     o Fixed bug in lower BC in impldiff.F
380     o Fixed confusion about units of forcing arrays in FFIELDS.h
381       namely Fu,Fv,Qnet,Qsw,EmPmR:
382       - Removed verification/natl_box/code/external_fields_scale.F
383         (did not differ from that in model/src)
384       - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
385         (see FFIELDS.h for description)
386       - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
387         kpp_calc.F and kpp_transport_t.F
388       - Removed model/src/external_fields_scale.F and calls to it
389       - verification/natl_box uses flux data with "atmospheric" sign so
390         a special version of external_fields_load.F is used to
391         change the data as it's read in. This way, the arrays
392         have the right units and signs at all times tha a user could
393         possibly use them.
394     o Corrected genmake to delete a temporary file during configuration
395    
396    checkpoint32
397     o Scaling of forcing fields moved from external_forcing.F to
398       external_fields_scale.F, called directly after loading fields.
399     o Surface relaxation terms added to surface tendency fields in
400       extra subroutine.
401     o impldiff.F changed to avoid storing by TAMC of huge intermediate
402       fields.
403     o Changes in GMRedi to comply with packaging structure.
404     o Modifications and bug fixes in KPP package.
405     o Verification experiment for KPP added (verification/nat_box/)
406    
407    checkpoint31
408     o Packages interface brought in line with defined standard
409       -> new routines packages_...F
410       -> changes in initialise_fixed.F, initialise_varia.F
411       -> enables initialisation interface for ECCO package
412     o Rescaling of external forcing fields immediately after read
413       (removed from external_forcing.F)
414       -> new: surface_fields_scale.F
415       -> affects ini_foorcing.F, external_fields_load.F
416     o Computation of surface tendencies before tendency updates.
417       -> new: external_forcing_surf.F
418     o Change of variable names useGMRedi, useKPP, useECCO
419     o Further changes in dynamics.F, impldiff.F for TAMC
420     o Tested for experiments 0, 2, 4.
421       - not yet tested for GMRedi.
422       - not yet tested for KPP.
423    
424    checkpoint30
425     o Updates for OBCs
426     o New experiment for test OBCs (internal_wave)
427     o New output.txt in verification/exp4/results/
428     o Updates for KPP: calculation of viscosity corrected, new variables
429       kpp_dumpFreq and kpp_taveFreq
430     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
431       and entry for T90 in genmake
432    
433    checkpoint29
434     o packaged KPP and GM/Redi
435    
436    checkpoint28
437     o Corrected initialization of hFacMin for difference vertical coordinates
438     o Modified calculation of partial cell thickness to more robust algorithm
439     o config_summary.F: replaced write_1D_... by write_0D_...
440       read_write.F: added subroutines write_0D_...
441     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
442       included some initialisations required for TAMC.
443     o routine calc_isoslopes: modified sqrt computation to make it
444       differentiable for zero argument.
445     o routines dynamics, impldiff:
446       included store directives and tape key computations required for TAMC.
447     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
448    
449    checkpoint27
450     o fixed calc_isoslopes() to so that cancellation of terms in tensor
451       formulation works properly with variable resolution.
452     o restructured the calling tree between the_model_main() and dynamics()
453     o split initialise() into initialise_fixed() and initialise_varia()
454     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
455       in new routine ini_psurf()
456    
457    checkpoint26
458     o moved some #ifdef in optional routines to encompass everything
459       except the argument declarations. This was using up some memory.
460     o fixed macros like _ADT to work with both versions of Linux cpp
461     o cleaned up some unused and uninitialized variables
462       (helps when debugging with strict compile options)
463     o split up CPP_EEOPTIONS.h into options and macros
464       (macros are now in eesupp/inc/CPP_EEMACROS.h)
465     o patch for 2 processor JAM mode
466    
467    checkpoint25
468     o updates for OBCs and NH
469     o dramatically reduced memory usage
470     o added "JAM" routines for use on Artic network
471     o parameterization of convection by implicit vertical diffusion
472     o added a diagnostic of convective index
473     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
474       (this is was partly for OBCs and NH but also in anticipation of
475        an explicit free-surface option)
476     o initial state input files for U and V
477    
478    checkpoint24
479     o Removed some spurious "REAL"s
480     o Updated KPP to latest version from JPL
481     o Added a COS(latitude) in horizontal viscosity
482    
483    checkpoint23
484     o Added del^4 diffusion for salt and temperature
485     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
486    
487    checkpoint22
488     o Made many small changes: implicit none, format(i5), etc...
489     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
490    
491    checkpoint21
492     o Introduced new I/O package that supports direct-access records (mdsio.F)
493     o Split-up mid-level I/O routines
494     o Updated input data for experiments 0,1,2,4 and 5
495     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
496    
497    checkpoint20
498     o Tidied up open-boundaries some more
499     o Added non-hydrostatic code
500     o Fixed some input data
501     o Modified MPI start-up to work in "coupled" context.
502    
503    checkpoint19
504     o Tidied up directory structure for verification experiments.
505     o Added new code for open boundaries.
506     o Corrected advective terms near boundaries.
507     o Added CPP flag for "old UV" geometry and corrected spherical geometry.
508     o Implemented free-slip/no-slip BCs and del^4 dissipation.
509     o Split default parameters out of ini_parms.F into set_defaults.F.
510    
511    checkpoint18
512     o Further changes for optional code generation with
513       CPP - ugh!
514    
515    checkpoint17
516     o Beginning to incorporating modularity
517       for supporting atmos. and ocean configs.
518     o Small changes for TAMC complinace
519     o New ultra simple test case. Barotropic box
520       configuration "exp0".
521    
522  checkpoint16  checkpoint16
523   o Minor changes to exchange routines to support   o Minor changes to exchange routines to support
524     accumulation in reverse mode. Adjoint of an     accumulation in reverse mode. Adjoint of an

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.53.2.17

  ViewVC Help
Powered by ViewVC 1.1.22