/[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.53.2.32 by dimitri, Thu Feb 27 22:29:13 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    untagged
7    o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
8    o Added SEAICE_initialHEFF to pkg/seaice
9    o SEAICE_WRITE_PICKUP needs to be called before WRITE_CHECKPOINT
10    
11    release1_p12
12    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
13      kpp_transport_t.F, forward_step.F, and the_main_loop.F
14    o pkg/seaice:
15      - adjoint-friendly modifications
16      - added a SEAICE_WRITE_PICKUP at end of the_model_main.F
17    
18    release1_p12_pre
19    o Updated useSingleCpuIO option in mdsio_writefield.F to
20      work with multi-field files, e.g., for single-file pickup.
21    o pkg/seaice:
22      - bug fix in growth.F: QNET for no shortwave case
23      - added HeffFile for specifying initial sea-ice thickness
24      - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
25    
26    release1_p11
27    o Modifications for using pkg/exf with pkg/seaice
28      - improved description of the various forcing configurations
29      - added basic radiation bulk formulae to pkg/exf
30      - units/sign fix for evap computation in exf_getffields.F
31      - updated verification/global_with_exf/results/output.txt
32    o Added pkg/sbo for computing IERS Special Bureau for the Oceans
33      (SBO) core products, including oceanic mass, center-of-mass,
34      angular, and bottom pressure (see pkg/sbo/README.sbo).
35    o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
36      to avoid negative values in shallow regions.
37      - updated verification/natl_box/results/output.txt
38      - updated verification/lab_sea/results/output.txt
39    o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
40    o Added useSingleCpuIO option (see PARAMS.h).
41    
42    release1_p10
43    o modifications for using pkg/exf with pkg/seaice
44      - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
45        and SEAICE_EXTERNAL_FLUXES
46      - pkg/exf CPP options EXF_READ_EVAP and
47        EXF_NO_BULK_COMPUTATIONS
48      - usage examples are Experiments 8 and 9 in
49        verification/lab_sea/README
50      - verification/lab_sea default experiment now uses
51        pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf
52    
53    release1_p9
54    o pkg/seaice
55      - removed GOTO's and added taf directives
56      - double precision constants to reduce the g77 (Linux)
57        to F77 (SGI) differences reported in release1_p8
58    o tools/genmake
59      - added SGI options
60    o verification/testscript
61      - updated to that of checkpoint47a_post
62    o verification/global_ocean.90x40x15/input/eedata
63      - modified for SGI f77 compatibility
64    o verification/lab_sea
65      - added description of sea-ice model
66      - added missing matlab routines
67      - added test of thermodynamics parallelization
68    
69    release1_p8
70    o verification/natl_box:
71      updating new external_fields_load routine
72    o New package: pkg/seaice
73      Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).
74      The sea-ice code is based on Hibler (1979-1980).
75      Two sea-ice dynamic solvers, ADI and LSR, are included.
76      In addition to computing prognostic sea-ice variables and diagnosing
77      the forcing/external data fields that drive the ocean model,
78      SEAICE_MODEL also sets theta to the freezing point under sea-ice.
79      The implied surface heat flux is then stored in variable
80      surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and
81      kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the
82      non-local transport term.  Because this call precedes model
83      thermodynamics, temperature under sea-ice may not be "exactly" at
84      the freezing point by the time theta is dumped or time-averaged.
85      N.B.: fairly large differences in accuracy occur across
86            different platforms/compilers; comparison between
87            g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)
88            generated output gives:
89       T           S           U           V
90      C D M    c        m  s        m  s        m  s        m  s
91      n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
92      f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
93      g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .
94    
95      Y Y Y Y  5  5  7  7  7  8 10  9  6  6  6  6  7  5  7  5  7 FAIL  lab_sea
96    
97    release1_p7
98    o GAD:
99      - generated new common blocks to account for call of
100        same gad routines with differing traceridentities
101        (needed to modify tracerIdentity indices in GAD.h)
102      - generated separate common blocks for case useCubedSphereExchange
103        (Department of Futurology)
104      - parameter lists to gmredi_?transport: added tracerIdentity
105      - added new key indices to tamc.h
106    o external_fields_load:
107      - added this routine to TAF list
108      - needed to make some common blocks global and additional storing
109        along the same lines as exf package (checkpoint_lev?_directives.h)
110    o exf:
111      updated external forcing package
112      - bug fixes carried over from ecco-branch
113        (missing OBCS_OPTIONS.h in two routines)
114      - enable easy to use "no forcing".
115      - added exf I/O for atmospheric loading
116      - added exf I/O for runoff data
117      - transfered scaling between exf <-> MITgcm to exf namelist
118    o Adding new verification experiment global_with_exf.
119      This verification experiment is almost identical to the
120      global_ocean.90x40x15 experiment, except that it uses
121      the exf (and cal) package instead of the
122      external_fields_load routine (cf README file).
123    
124    release1_p6
125    o fixed the verification/global_ocean.90x40x15 experiment:
126     - new bathymetry (the world according to A., JMC, and M.)
127     - new initial fields and forcing fields (*.bin files)
128     - new POLY3.COEFFS (for the next release one should switch to a full
129       equation of state)
130     - fixed several errors and redundancies in the data file
131     - experiment uses looped cells
132     - added matlab directory with diagnostic scripts for plotting of output
133    
134    release1_p5
135    o import recent fix from MAIN branch:
136      - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
137      - change phiMin in exp1 (to agree with documentation)
138     from checkpoint45 to checkpoint45a_post:
139      - specific exchange for X-slice domain (case Ny=1)
140      - argument futureIter of S/R obcs_calc missing in
141        exp4 & internal_wave /code
142      - solve_for_pressure : set cg2d_x to zero where OBCS are applied
143     from checkpoint44f_post to checkpoint44g_post:
144      - fix surface correction term in multiDimAdvection
145        (affects plume_on_slope results
146    o bug fix in packages_readparms (missing ALLOW_CALENDAR)
147    o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM
148    o Adjoint-related bug fixes in kpp:
149      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
150      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
151    o added Eliassen-Palm flux hooks (dynamics,ini_fields)
152    o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)
153    o flow directives:
154      - new for S/R do_the_model_io
155      - enhanced for S/R checkpoint
156    o added Eliassen Palm flux controls to gradient check package
157    o new ctrl package
158      - adopted from ECCO environment to enable optimization
159      - added Eliassen Palm fluxes to controls
160      - adjusted global_ocean.90x40x15/ and carbon/ accordingly
161    
162    release1_p4
163    o Removed f90 comments ("!")
164    o Modified initialisations to enable exf package for MITgcm
165      (without invoking ECCO_PACKAGE).
166    o modifications to gradient check package (Martin Losch)
167      - enable centered differences
168      - modified format of standard output
169    
170    release1_p3
171    o added tangent linear setup to verification/carbon/
172    o added adjoint sensitivity setup to verification/global_ocean...
173    o moved packages_init_variables before convective_adjustment
174    o output of verif. which use GMRedi brought up-to-date with
175      MAIN trunk (those were re-created after changes in GMRedi)
176    o included CPP option SINGLE_LAYER_MODE
177      to configure barotropic setup (Martin Losch).
178    o Removed auxiliary variable in impldiff
179      (caused numerical differences with MAIN trunk routine).
180    o Introduced CPP option ALLOW_AUTODIFF_MONITOR to
181      disable adcommon.h/g_common.h by default.
182    o Cleaned exchange calls in cg2d.
183    
184    release1_p2
185    o fixed array boundary problem for adjoint
186      (related to partial recomputation within subroutine
187      related to dynamics -> calc_viscosity -> mom_...
188    o fixed recomputation in thermodynamics
189    o prepare (but not complete) recomputation problem in impldiff
190    o fixed problem for adjoint of global_max
191    o switched off sponge layer code in external_forcing
192    
193    release1_p1
194    o merged necessary patches:
195      - AD-related changes for GMRedi
196      - fixes i KPP (delZ -> drF)
197      - hook to OBCS songe layer code in external_forcing
198      - errorMessageUnit non-zero in eeboot.F
199      - modified test cost function and carbon verif.
200    
201    release1_chkpt44d_post = chkpt44d_post
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    
213    o real fresh water flux implemented with non-linear free-surface.
214    
215    chkpt44c_pre,post
216    o few fix (mask in shap_s2, EmPmR in external_field_load,
217      USE_NATURAL_BCS in solve_for_P);
218    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
219    
220    checkpoint44b_pre/_post
221    o merge of relevant stuff from the ecco-branch:
222      - genmake: removed $S64 overwrite for case SunOS
223      - pkg/exf: update and corrections for field swapping and obcs
224      - pkg/ecco: parameter lists for the_model_main, the_main_loop
225                  harmonized between ECCO and MITgcm
226      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
227                      updated checkpointing_lev... lists for obcs
228      - model/src: minor changes in forward_step, plot_field
229                   added directive for divided adjoint in the_main_loop
230      - pkg/mdsio: added mdsio_gl_slice
231    
232    o check parameters & config (chkpt44a_pre,post)
233    o OBC and NonLin_FrSurf.
234    
235    checkpoint44
236    o fix bug in mom_vi_del2uv
237    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
238    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
239    o update AIM experiments (NCEP input files)
240    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
241    o added some stuff for AD
242    
243    checkpoint43
244    o added two new advection tests
245    o added global 4x4 degree ocean test
246    o added test of H&S94 with free surface on cube
247    o some final mods for gradient check, adjoint,...
248    
249    checkpoint42
250      Fixed AD-related problems:
251    o Store directives up-to-date with re-arranged Adams-Bashforth
252      (mainly thermodynamics.F)
253    o New store directives for multi-dim. advection schemes
254      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
255      * new common block and key passkey
256      (mainly gad_advection.F)
257    o Modified store directives for split of dynamics/thermodynamics
258      for the case ALLOW_KPP
259    o Cleaned argument list for timestep_tracer.F
260    
261    checkpoint41
262    o re-formatted/added comments in prologues of key subroutines
263      to work with protex
264    
265    checkpoint40
266    o moved calc_gs, calc_gt and calc_tr1 back to model/src
267    o added FLT (floats) package from Arne along with demo. experiment
268    o re-arranged Adams-Bashforth scheme for tracers to allow easier
269      implementation of forward-in-time forcing terms
270    o more mods for non-linear free-surface including new variable
271    o modified multi-dim method to work on cube
272    o bug fix in KPP (from DM)
273    
274  checkpoint40pre9  checkpoint40pre9
275  o added DST advection schemes  o added DST advection schemes
276  o fix MPI bug on SGI's  o fix MPI bug on SGI's
# Line 11  o fixed conditionals for fixed flow/pass Line 279  o fixed conditionals for fixed flow/pass
279  o added tension/strain form of stress tensor  o added tension/strain form of stress tensor
280  o changes to commenting of arguments for TAF/TAMC  o changes to commenting of arguments for TAF/TAMC
281  o added/updated many matlab scripts  o added/updated many matlab scripts
282    o added multi-dimensional advection method for tracers
283        
284  checkpoint40pre8  checkpoint40pre8
285  o new package rw/  o new package rw/

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

  ViewVC Help
Powered by ViewVC 1.1.22