/[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.2.5 by heimbach, Tue May 14 20:42:45 2002 UTC revision 1.53.2.29 by dimitri, Sat Feb 15 14:22:39 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6  next patch:  untagged
7    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
8      kpp_transport_t.F, forward_step.F, and the_main_loop.F
9    o pkg/seaice:
10      - adjoint-friendly modifications
11    
12    release1_p12_pre
13    o Updated useSingleCpuIO option in mdsio_writefield.F to
14      work with multi-field files, e.g., for single-file pickup.
15    o pkg/seaice:
16      - bug fix in growth.F: QNET for no shortwave case
17      - added HeffFile for specifying initial sea-ice thickness
18      - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
19    
20    release1_p11
21    o Modifications for using pkg/exf with pkg/seaice
22      - improved description of the various forcing configurations
23      - added basic radiation bulk formulae to pkg/exf
24      - units/sign fix for evap computation in exf_getffields.F
25      - updated verification/global_with_exf/results/output.txt
26    o Added pkg/sbo for computing IERS Special Bureau for the Oceans
27      (SBO) core products, including oceanic mass, center-of-mass,
28      angular, and bottom pressure (see pkg/sbo/README.sbo).
29    o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
30      to avoid negative values in shallow regions.
31      - updated verification/natl_box/results/output.txt
32      - updated verification/lab_sea/results/output.txt
33    o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
34    o Added useSingleCpuIO option (see PARAMS.h).
35    
36    release1_p10
37    o modifications for using pkg/exf with pkg/seaice
38      - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
39        and SEAICE_EXTERNAL_FLUXES
40      - pkg/exf CPP options EXF_READ_EVAP and
41        EXF_NO_BULK_COMPUTATIONS
42      - usage examples are Experiments 8 and 9 in
43        verification/lab_sea/README
44      - verification/lab_sea default experiment now uses
45        pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf
46    
47    release1_p9
48    o pkg/seaice
49      - removed GOTO's and added taf directives
50      - double precision constants to reduce the g77 (Linux)
51        to F77 (SGI) differences reported in release1_p8
52    o tools/genmake
53      - added SGI options
54    o verification/testscript
55      - updated to that of checkpoint47a_post
56    o verification/global_ocean.90x40x15/input/eedata
57      - modified for SGI f77 compatibility
58    o verification/lab_sea
59      - added description of sea-ice model
60      - added missing matlab routines
61      - added test of thermodynamics parallelization
62    
63    release1_p8
64    o verification/natl_box:
65      updating new external_fields_load routine
66    o New package: pkg/seaice
67      Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).
68      The sea-ice code is based on Hibler (1979-1980).
69      Two sea-ice dynamic solvers, ADI and LSR, are included.
70      In addition to computing prognostic sea-ice variables and diagnosing
71      the forcing/external data fields that drive the ocean model,
72      SEAICE_MODEL also sets theta to the freezing point under sea-ice.
73      The implied surface heat flux is then stored in variable
74      surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and
75      kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the
76      non-local transport term.  Because this call precedes model
77      thermodynamics, temperature under sea-ice may not be "exactly" at
78      the freezing point by the time theta is dumped or time-averaged.
79      N.B.: fairly large differences in accuracy occur across
80            different platforms/compilers; comparison between
81            g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)
82            generated output gives:
83       T           S           U           V
84      C D M    c        m  s        m  s        m  s        m  s
85      n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
86      f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
87      g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .
88    
89      Y Y Y Y  5  5  7  7  7  8 10  9  6  6  6  6  7  5  7  5  7 FAIL  lab_sea
90    
91    release1_p7
92    o GAD:
93      - generated new common blocks to account for call of
94        same gad routines with differing traceridentities
95        (needed to modify tracerIdentity indices in GAD.h)
96      - generated separate common blocks for case useCubedSphereExchange
97        (Department of Futurology)
98      - parameter lists to gmredi_?transport: added tracerIdentity
99      - added new key indices to tamc.h
100    o external_fields_load:
101      - added this routine to TAF list
102      - needed to make some common blocks global and additional storing
103        along the same lines as exf package (checkpoint_lev?_directives.h)
104    o exf:
105      updated external forcing package
106      - bug fixes carried over from ecco-branch
107        (missing OBCS_OPTIONS.h in two routines)
108      - enable easy to use "no forcing".
109      - added exf I/O for atmospheric loading
110      - added exf I/O for runoff data
111      - transfered scaling between exf <-> MITgcm to exf namelist
112    o Adding new verification experiment global_with_exf.
113      This verification experiment is almost identical to the
114      global_ocean.90x40x15 experiment, except that it uses
115      the exf (and cal) package instead of the
116      external_fields_load routine (cf README file).
117    
118    release1_p6
119    o fixed the verification/global_ocean.90x40x15 experiment:
120     - new bathymetry (the world according to A., JMC, and M.)
121     - new initial fields and forcing fields (*.bin files)
122     - new POLY3.COEFFS (for the next release one should switch to a full
123       equation of state)
124     - fixed several errors and redundancies in the data file
125     - experiment uses looped cells
126     - added matlab directory with diagnostic scripts for plotting of output
127    
128    release1_p5
129    o import recent fix from MAIN branch:
130      - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
131      - change phiMin in exp1 (to agree with documentation)
132     from checkpoint45 to checkpoint45a_post:
133      - specific exchange for X-slice domain (case Ny=1)
134      - argument futureIter of S/R obcs_calc missing in
135        exp4 & internal_wave /code
136      - solve_for_pressure : set cg2d_x to zero where OBCS are applied
137     from checkpoint44f_post to checkpoint44g_post:
138      - fix surface correction term in multiDimAdvection
139        (affects plume_on_slope results
140    o bug fix in packages_readparms (missing ALLOW_CALENDAR)
141    o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM
142    o Adjoint-related bug fixes in kpp:
143      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
144      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
145    o added Eliassen-Palm flux hooks (dynamics,ini_fields)
146    o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)
147    o flow directives:
148      - new for S/R do_the_model_io
149      - enhanced for S/R checkpoint
150    o added Eliassen Palm flux controls to gradient check package
151    o new ctrl package
152      - adopted from ECCO environment to enable optimization
153      - added Eliassen Palm fluxes to controls
154      - adjusted global_ocean.90x40x15/ and carbon/ accordingly
155    
156    release1_p4
157    o Removed f90 comments ("!")
158    o Modified initialisations to enable exf package for MITgcm
159      (without invoking ECCO_PACKAGE).
160    o modifications to gradient check package (Martin Losch)
161      - enable centered differences
162      - modified format of standard output
163    
164    release1_p3
165  o added tangent linear setup to verification/carbon/  o added tangent linear setup to verification/carbon/
166    o added adjoint sensitivity setup to verification/global_ocean...
167    o moved packages_init_variables before convective_adjustment
168    o output of verif. which use GMRedi brought up-to-date with
169      MAIN trunk (those were re-created after changes in GMRedi)
170    o included CPP option SINGLE_LAYER_MODE
171      to configure barotropic setup (Martin Losch).
172    o Removed auxiliary variable in impldiff
173      (caused numerical differences with MAIN trunk routine).
174    o Introduced CPP option ALLOW_AUTODIFF_MONITOR to
175      disable adcommon.h/g_common.h by default.
176    o Cleaned exchange calls in cg2d.
177    
178  release1_p2  release1_p2
179  o fixed array boundary problem for adjoint  o fixed array boundary problem for adjoint

Legend:
Removed from v.1.53.2.5  
changed lines
  Added in v.1.53.2.29

  ViewVC Help
Powered by ViewVC 1.1.22