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

  ViewVC Help
Powered by ViewVC 1.1.22