/[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.1181 by mlosch, Wed Oct 21 13:54:55 2009 UTC revision 1.1200 by jmc, Tue Nov 24 19:21:55 2009 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o update output of exp. global_ocean.cs32x15.icedyn after removing
8      #define SEAICE_OLD_AND_BAD_DISCRETIZATION from SEAICE_OPTIONS.h
9    o add entry points for Gianmaria's Nesting pkgs (from Contrib/nesting_sannino)
10    o mnc: add horizontal grid coordinates (XC,YC) and (XG,YG) to netcdf output
11      for complex grids, for now only to "state", "adstate", "adexf", "adseaice"
12    o model: add Christopher Wolfe's implemetation of the single reduction cg2d
13      (d'Azevedo, Eijkhout, and Romine, 1999) with CPP-flag ALLOW_SRCG and
14      runtime flag useSRCGSolver. Modify verification experiment global_with_exf
15      to test this code
16    o pkg/cd_code:
17      Change defaut D-grid time-stepping to get the same for D-grid momentum as for
18       C-grid momentum. D-grid velocity used to be stepped forward in time with
19       Adams-Bashforth only on surface pressure term. Tests show that using AB on
20       D-grid coriolis term improves stability (as expected from CD-scheme paper).
21      To reproduce old results, add 2 options (in CD_CODE_OPTIONS.h).
22      Update results of exp: global_with_exf (x2), ideal_2D_oce, isomip (x2),
23       lab_sea (3 Fwd +3 AD), natl_box (x2), tutorial_global_oce_biogeo (Fwd+AD),
24       tutorial_global_oce_latlon, tutorial_global_oce_optim & tutorial_tracer_adjsens.
25      Keep old results by adding CD_CODE_OPTIONS.h in exp: cfc_example, exp2,
26           lobal_ocean.90x40x15(+AD), global_ocean_ebm(+AD) and OpenAD.
27    o pkg/obcs:
28     - fix bug in initialisation (broken since Oct 1rst modification)
29       for useOBCSprescribe without useEXF.
30    
31    checkpoint61y
32    o pkg/seaice
33     - change (once again) the discretization for the evp solver: rather than
34       squaring the averages of strain rates, average the squares to give
35       a better approximation to VP behavior (in simple test); this breaks
36       verification experiments that use EVP (lab_sea and lab_sea.hb87)
37        --> update outputs
38    o add CPP-flag (in mom_calc_visc.F) and TAF directive (in gmredi_slope_limit)
39      to improve vectorization of adjoint code on TARGET_NEC_SX
40    o verification/vermix:
41      - change vermix to a more "classical" 1d column with high vertical
42        resolution, seasonal heat flux forcing and constant wind forcing
43        --> update outputs
44    o pkg/seaice
45     - fix diagnostics of principal stress components for EVP
46     - add optional diagnostics of non-linear convergence for LSOR solver
47     - make maximum zeta a runtime parameter
48    o model/src (3-d solver):
49      Undo modif from Dec 12, 2005 (solve_for_pressure.F cvs version v.49),
50       which consisted in removing the Surf. Non-Hydrostatic pressure from the
51       whole column and adding it to Eta (inspired from Casualli, 1999):
52       Only affects 3-D solver initial guess and only if using ExactConserv,
53       but tests did show a degradation of solver convergence. For this reason,
54       decide to disable this piece of code.
55       to recover previous version, just set zeroPsNH = exactConserv (line 78).
56      Update output of exp. global_ocean.cs32x15.viscA4 & hs94.cs-32x32x5.impIGW
57    o pkg/ggl90:
58     - fix previous modif (unfortunatly has not been documented here).
59    o pkg/seaice/autodiff:
60     - add CPP flag to include clipping of zeta in EVP code;
61       although clipping of zeta is not necessary for EVP and not recommended
62       it was done by default, now clipping is disabled by default
63     - modify computation and store zetaC/Z in seaice_evp for TAF
64     - add CPP-flag SEAICE_ALLOW_CLIPVELS (undefined by default)
65     - change seaice_calc_viscosities/strainrates for better
66       vectorization after AD by TAF
67     - rearrange common blocks in SEAICE.h once again for easier dumps of
68       adjoint output, adjust adcommon.h and g_common.h
69     - change flux form of default advection scheme for better vectorization
70       of adjoint code
71     - modify lab_sea/input.lsr to test the flux form of default advection
72       scheme
73  o autodiff: fix seaice fields in g_common.h (left over from 3 to 1 level  o autodiff: fix seaice fields in g_common.h (left over from 3 to 1 level
74    transition in checkpoint61r)    transition in checkpoint61r)
75    

Legend:
Removed from v.1.1181  
changed lines
  Added in v.1.1200

  ViewVC Help
Powered by ViewVC 1.1.22