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

  ViewVC Help
Powered by ViewVC 1.1.22