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

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.53.2.37

  ViewVC Help
Powered by ViewVC 1.1.22