/[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.1166 by jmc, Fri Oct 2 20:35:52 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
74      transition in checkpoint61r)
75    
76    checkpoint61x
77    o adjoint: adding two new verification experiments
78      * tutorial_global_biogeo: an online dic sensitivity experiment
79        (work with G. Forget)
80      * tutorial_dic_adjoffline: an offline dic sensitivity experiment
81        (an update of the Dutkiewicz et al., 2006 paper)
82      Both use the same CO2FLUX cost function, but different controls
83      Gradient checks look good, but some recomp. could still be traightened out
84      Should add xx_dic control variable to test at some point
85    o model/src:
86      add run-time parameters to check and/or mask initial Temp & Salt
87    o pkg/ptracers:
88      apply zonal filter (if used) to all passive tracers
89    
90    checkpoint61w
91    o adjoint:
92      * update and finish work on adjoint of dic package (G. Forget)
93      * start adjoint of offline package
94      * bug fix for cube-sphere TLM code (active_file_g.F)
95    o tutorial_global_oce_optim:
96      now tested with 4 tiles (change data.grdchk and update output_adm.txt)
97      and add SIZE.h_mpi for MPI testing
98    o pkg autodiff
99     - fix bug in autodiff_restore
100     - make genmake2 remove comments and empty lines from ad_input_code.f in
101       order to reduce file size (new script file remove_comments_sed)
102    o allows to specify vertical profile of vertical viscosity (viscArNr)
103    o pkg autodiff
104      autodiff_ini_model_io: comment out writing of grid information to netcdf
105      files, because at this time the grid fields are a bunch of zeros
106      (this is analogous to ini_mnc_vars.F)
107    o pkg seaice/autodiff:
108     left-over from removing the 3-time-level fields:
109     - small rearrangement of common blocks (SEAICE.h)
110     - fix field declaration in order to get meaningful output in
111       adseaice.*.nc (adcommon.h)
112  o pkg obcs:  o pkg obcs:
113   - go through NH code only if nonHydrostatic=T   - go through NH code only if nonHydrostatic=T
114   - fix restart for Orlanski (Hydrostatic; still to fix NH+Orlanski restart)   - fix restart for Orlanski (Hydrostatic; still to fix NH+Orlanski restart)
115   - move call to OBCS_CALC before SEAICE_MODEL which needs seaice-obcields   - move call to OBCS_CALC before SEAICE_MODEL which needs seaice-obc fields
116     => Update output of experiment seaice_obcs     => Update output of experiment seaice_obcs
117   - useOBCSbalance: code is wrong with multi-tile / proc: add a stop.   - useOBCSbalance: code is wrong with multi-tile / proc: add a stop.
118   - hack obcs_calc.F to fix restart in experiment seaice_obcs.   - fix NH+Orlanski restart (add wvel OBC value in pickup file)
119     - fix restart for useOBCSprescribe + useEXF
120  o pkg ctrl  o pkg ctrl
121   - make obcs as control parameter work also with useSingleCPUio   - make obcs as control parameter work also with useSingleCPUio
122   - replace a few sny and snx by Ny and Nx to be consistent with   - replace a few sny and snx by Ny and Nx to be consistent with

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

  ViewVC Help
Powered by ViewVC 1.1.22