/[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.15 by heimbach, Mon Nov 11 22:12:51 2002 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:  release1_p8
7    o verification/natl_box:
8      updating new external_fields_load routine
9    o New package: pkg/seaice
10      Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).
11      The sea-ice code is based on Hibler (1979-1980).
12      Two sea-ice dynamic solvers, ADI and LSR, are included.
13      In addition to computing prognostic sea-ice variables and diagnosing
14      the forcing/external data fields that drive the ocean model,
15      SEAICE_MODEL also sets theta to the freezing point under sea-ice.
16      The implied surface heat flux is then stored in variable
17      surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and
18      kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the
19      non-local transport term.  Because this call precedes model
20      thermodynamics, temperature under sea-ice may not be "exactly" at
21      the freezing point by the time theta is dumped or time-averaged.
22      N.B.: fairly large differences in accuracy occur across
23            different platforms/compilers; comparison between
24            g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)
25            generated output gives:
26       T           S           U           V
27      C D M    c        m  s        m  s        m  s        m  s
28      n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
29      f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
30      g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .
31    
32      Y Y Y Y  5  5  7  7  7  8 10  9  6  6  6  6  7  5  7  5  7 FAIL  lab_sea
33    
34    
35    release1_p7
36    o GAD:
37      - generated new common blocks to account for call of
38        same gad routines with differing traceridentities
39        (needed to modify tracerIdentity indices in GAD.h)
40      - generated separate common blocks for case useCubedSphereExchange
41        (Department of Futurology)
42      - parameter lists to gmredi_?transport: added tracerIdentity
43      - added new key indices to tamc.h
44    o external_fields_load:
45      - added this routine to TAF list
46      - needed to make some common blocks global and additional storing
47        along the same lines as exf package (checkpoint_lev?_directives.h)
48    o exf:
49      updated external forcing package
50      - bug fixes carried over from ecco-branch
51        (missing OBCS_OPTIONS.h in two routines)
52      - enable easy to use "no forcing".
53      - added exf I/O for atmospheric loading
54      - added exf I/O for runoff data
55      - transfered scaling between exf <-> MITgcm to exf namelist
56    o Adding new verification experiment global_with_exf.
57      This verification experiment is almost identical to the
58      global_ocean.90x40x15 experiment, except that it uses
59      the exf (and cal) package instead of the
60      external_fields_load routine (cf README file).
61    
62    release1_p6
63    o fixed the verification/global_ocean.90x40x15 experiment:
64     - new bathymetry (the world according to A., JMC, and M.)
65     - new initial fields and forcing fields (*.bin files)
66     - new POLY3.COEFFS (for the next release one should switch to a full
67       equation of state)
68     - fixed several errors and redundancies in the data file
69     - experiment uses looped cells
70     - added matlab directory with diagnostic scripts for plotting of output
71    
72    release1_p5
73    o import recent fix from MAIN branch:
74      - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
75      - change phiMin in exp1 (to agree with documentation)
76     from checkpoint45 to checkpoint45a_post:
77      - specific exchange for X-slice domain (case Ny=1)
78      - argument futureIter of S/R obcs_calc missing in
79        exp4 & internal_wave /code
80      - solve_for_pressure : set cg2d_x to zero where OBCS are applied
81     from checkpoint44f_post to checkpoint44g_post:
82      - fix surface correction term in multiDimAdvection
83        (affects plume_on_slope results
84    o bug fix in packages_readparms (missing ALLOW_CALENDAR)
85    o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM
86    o Adjoint-related bug fixes in kpp:
87      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
88      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
89    o added Eliassen-Palm flux hooks (dynamics,ini_fields)
90    o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)
91    o flow directives:
92      - new for S/R do_the_model_io
93      - enhanced for S/R checkpoint
94    o added Eliassen Palm flux controls to gradient check package
95    o new ctrl package
96      - adopted from ECCO environment to enable optimization
97      - added Eliassen Palm fluxes to controls
98      - adjusted global_ocean.90x40x15/ and carbon/ accordingly
99    
100    release1_p4
101    o Removed f90 comments ("!")
102    o Modified initialisations to enable exf package for MITgcm
103      (without invoking ECCO_PACKAGE).
104    o modifications to gradient check package (Martin Losch)
105      - enable centered differences
106      - modified format of standard output
107    
108    release1_p3
109  o added tangent linear setup to verification/carbon/  o added tangent linear setup to verification/carbon/
110    o added adjoint sensitivity setup to verification/global_ocean...
111    o moved packages_init_variables before convective_adjustment
112    o output of verif. which use GMRedi brought up-to-date with
113      MAIN trunk (those were re-created after changes in GMRedi)
114    o included CPP option SINGLE_LAYER_MODE
115      to configure barotropic setup (Martin Losch).
116    o Removed auxiliary variable in impldiff
117      (caused numerical differences with MAIN trunk routine).
118    o Introduced CPP option ALLOW_AUTODIFF_MONITOR to
119      disable adcommon.h/g_common.h by default.
120    o Cleaned exchange calls in cg2d.
121    
122  release1_p2  release1_p2
123  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.15

  ViewVC Help
Powered by ViewVC 1.1.22