/[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.95 by adcroft, Tue Nov 5 19:14:26 2002 UTC revision 1.110 by cheisey, Mon Dec 16 17:12:23 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint47c_post
7    o Added a verification experiment for a global cubed-sphere ocean run
8      -  verification/global_ocean.cubed32x32x30
9      -  uses pkg/therm_seaice and pkg/bulk_forcing
10    
11    
12    o allow to run AIM physics with SPEEDY input files (from Franco Molteni)
13    o allow a more accurate definition of Ro_Surf (selectFindRoSurf=1)
14      when using P-coordinate; only implemented for atmospheric config.
15    o OCEANICP & realFreshWater: include P-E direct effect on wVel ;
16      NOTES: requires option NONLIN_FRSURF to be "#define".
17    o update advect_xz/results/output.txt (left from checkpoint44g_post)
18    
19    checkpoint47b_post
20    Merging from release1_p9:
21    o pkg/seaice
22      - removed GOTO's and added taf directives
23      - double precision constants to reduce the g77 (Linux)
24        to F77 (SGI) differences reported in release1_p8
25    o tools/genmake
26      - added SGI options
27    o verification/testscript
28      - updated to that of checkpoint47a_post
29    o verification/global_ocean.90x40x15/input/eedata
30      - modified for SGI f77 compatibility
31    o verification/lab_sea
32      - added description of sea-ice model
33      - added missing matlab routines
34      - added test of thermodynamics parallelization
35    
36    checkpoint47a_post
37    o new pkg: aim_v23
38     = F. Molteni atmos.physics (SPEEDY, ver23) adapted to MITgcm.
39       for now, keep the same surface forcing as before.
40     - Part-Cell implemented into AIM; check that Heat & Water are conserved
41     - aim.5l_cs: use new aim pkg (run 10yr & get better results than before)
42     - aim.5l_LatLon & aim.5l_Equatorial_Channel are still using old aim pkg
43    o add diagnostic of surface correction term in monitor output
44    
45    o bulk_force and therm_seaice
46    - Two packages:  bulk_force (Bulk forcing)
47      and therm_seaice (thermodynamic_seaice) - adopted from LANL CICE.v2.0.2
48    - Earlier integration from Stephaine Dutkiewicz
49      and Patrick Heimbach.
50    - Two ifdef statements for compile time,
51       ALLOW_THERM_SEAICE and ALLOW_BULK_FORCE
52    
53    checkpoint47
54    differentiable version of checkpoint46n_post
55    o bug fix in quasihydrostaticterms
56    o * "clean" adjoint code (in terms of extensive recomputations)
57        can now be obtained for all GMREDI options (i.e. for
58        - GM_VISBECK_VARIABLE_K
59        - GM_NON_UNITY_DIAGONAL
60        - GM_EXTRA_DIAGONAL
61        - GM_BOLUS_ADVEC )
62      * However, wrong gradient check problem remains unsolved.
63      * New CPP options have been introduced for different
64        tapering schemes
65    o external_fields_load now part of differentiation list
66    o pressure needs multiple storing;
67      would be nice to have store_pressure at beginning or
68      end of forward_step, e.g. by having phiHyd global (5-dim.)
69      (NB: pressure is needed for certain cases in find_rho,
70      which is also invoked through convective_adjustment).
71    o recomputations in find_rho for cases
72     'JMD95'/'UNESCO' or 'MDJWF' are OK.
73    o #define ATMOSPHERIC_LOADING should be differentiable
74    o ini_forcing shifted to begining of initialise_varia
75    o Incorporating QNVS line search routines into MITgcm
76      (this is separate code, and therefore not under pkg)
77      lsopt/, optim/
78    o Updated verification/carbon/
79      - #define GM_VISBECK_VARIABLE_K
80      - GM_taper_scheme    = 'ldd97'    
81    
82    checkpoint46n_post
83    Merging from release1_p8:
84    o verification/natl_box:
85      updating new external_fields_load routine
86    o New package: pkg/seaice
87      Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).
88      The sea-ice code is based on Hibler (1979-1980).
89      Two sea-ice dynamic solvers, ADI and LSR, are included.
90      In addition to computing prognostic sea-ice variables and diagnosing
91      the forcing/external data fields that drive the ocean model,
92      SEAICE_MODEL also sets theta to the freezing point under sea-ice.
93      The implied surface heat flux is then stored in variable
94      surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and
95      kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the
96      non-local transport term.  Because this call precedes model
97      thermodynamics, temperature under sea-ice may not be "exactly" at
98      the freezing point by the time theta is dumped or time-averaged.
99      N.B.: fairly large differences in accuracy occur across
100            different platforms/compilers; comparison between
101            g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)
102            generated output gives:
103       T           S           U           V
104      C D M    c        m  s        m  s        m  s        m  s
105      n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
106      f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
107      g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .
108    
109      Y Y Y Y  5  5  7  7  7  8 10  9  6  6  6  6  7  5  7  5  7 FAIL  lab_sea
110    o GAD:
111      - generated new common blocks to account for call of
112        same gad routines with differing traceridentities
113        (needed to modify tracerIdentity indices in GAD.h)
114      - generated separate common blocks for case useCubedSphereExchange
115        (Department of Futurology)
116      - parameter lists to gmredi_?transport: added tracerIdentity
117      - added new key indices to tamc.h
118    o external_fields_load:
119      - added this routine to TAF list
120      - needed to make some common blocks global and additional storing
121        along the same lines as exf package (checkpoint_lev?_directives.h)
122    o exf:
123      updated external forcing package
124      - bug fixes carried over from ecco-branch
125        (missing OBCS_OPTIONS.h in two routines)
126      - enable easy to use "no forcing".
127      - added exf I/O for atmospheric loading
128      - added exf I/O for runoff data
129      - transfered scaling between exf <-> MITgcm to exf namelist
130    o Adding new verification experiment global_with_exf.
131      This verification experiment is almost identical to the
132      global_ocean.90x40x15 experiment, except that it uses
133      the exf (and cal) package instead of the
134      external_fields_load routine (cf README file).
135    
136    checkpoint46m_post
137    o modified testscript to return -- when there are no lines of "%MON" output
138    o added new flag "quasiHydrostatic" for QH mode
139      and new routine quasihydrostaticterms()
140    o added 2*Omega*Cos(phi)*W to u equations (non-hydrostatic Coriolis term)
141      New routine: mom_u_coriolis_nh()
142    o fixed sign of non-hydrostatic metric terms in u and v equations.
143      Depend on correct sign of gravitySign.
144    o added work.pc* to .cvsignore in aim directories using ifc
145    o introduced flag for controllin non-hydrostatic metric terms
146  o removed gravitySign from PARM04  o removed gravitySign from PARM04
147  o switched to g77/ifc from pgf77 in aim experiments  o switched to g77/ifc from pgf77 in aim experiments
148    

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.110

  ViewVC Help
Powered by ViewVC 1.1.22