/[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.1163 by mlosch, Wed Sep 30 15:52:05 2009 UTC revision 1.1195 by jmc, Sun Nov 15 00:03:21 2009 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint61y
8    o pkg/seaice
9     - change (once again) the discretization for the evp solver: rather than
10       squaring the averages of strain rates, average the squares to give
11       a better approximation to VP behavior (in simple test); this breaks
12       verification experiments that use EVP (lab_sea and lab_sea.hb87)
13        --> update outputs
14    o add CPP-flag (in mom_calc_visc.F) and TAF directive (in gmredi_slope_limit)
15      to improve vectorization of adjoint code on TARGET_NEC_SX
16    o verification/vermix:
17      - change vermix to a more "classical" 1d column with high vertical
18        resolution, seasonal heat flux forcing and constant wind forcing
19        --> update outputs
20    o pkg/seaice
21     - fix diagnostics of principal stress components for EVP
22     - add optional diagnostics of non-linear convergence for LSOR solver
23     - make maximum zeta a runtime parameter
24    o model/src (3-d solver):
25      Undo modif from Dec 12, 2005 (solve_for_pressure.F cvs version v.49),
26       which consisted in removing the Surf. Non-Hydrostatic pressure from the
27       whole column and adding it to Eta (inspired from Casualli, 1999):
28       Only affects 3-D solver initial guess and only if using ExactConserv,
29       but tests did show a degradation of solver convergence. For this reason,
30       decide to disable this piece of code.
31       to recover previous version, just set zeroPsNH = exactConserv (line 78).
32      Update output of exp. global_ocean.cs32x15.viscA4 & hs94.cs-32x32x5.impIGW
33    o pkg/ggl90:
34     - fix previous modif (unfortunatly has not been documented here).
35    o pkg/seaice/autodiff:
36     - add CPP flag to include clipping of zeta in EVP code;
37       although clipping of zeta is not necessary for EVP and not recommended
38       it was done by default, now clipping is disabled by default
39     - modify computation and store zetaC/Z in seaice_evp for TAF
40     - add CPP-flag SEAICE_ALLOW_CLIPVELS (undefined by default)
41     - change seaice_calc_viscosities/strainrates for better
42       vectorization after AD by TAF
43     - rearrange common blocks in SEAICE.h once again for easier dumps of
44       adjoint output, adjust adcommon.h and g_common.h
45     - change flux form of default advection scheme for better vectorization
46       of adjoint code
47     - modify lab_sea/input.lsr to test the flux form of default advection
48       scheme
49    o autodiff: fix seaice fields in g_common.h (left over from 3 to 1 level
50      transition in checkpoint61r)
51    
52    checkpoint61x
53    o adjoint: adding two new verification experiments
54      * tutorial_global_biogeo: an online dic sensitivity experiment
55        (work with G. Forget)
56      * tutorial_dic_adjoffline: an offline dic sensitivity experiment
57        (an update of the Dutkiewicz et al., 2006 paper)
58      Both use the same CO2FLUX cost function, but different controls
59      Gradient checks look good, but some recomp. could still be traightened out
60      Should add xx_dic control variable to test at some point
61    o model/src:
62      add run-time parameters to check and/or mask initial Temp & Salt
63    o pkg/ptracers:
64      apply zonal filter (if used) to all passive tracers
65    
66    checkpoint61w
67    o adjoint:
68      * update and finish work on adjoint of dic package (G. Forget)
69      * start adjoint of offline package
70      * bug fix for cube-sphere TLM code (active_file_g.F)
71    o tutorial_global_oce_optim:
72      now tested with 4 tiles (change data.grdchk and update output_adm.txt)
73      and add SIZE.h_mpi for MPI testing
74    o pkg autodiff
75     - fix bug in autodiff_restore
76     - make genmake2 remove comments and empty lines from ad_input_code.f in
77       order to reduce file size (new script file remove_comments_sed)
78    o allows to specify vertical profile of vertical viscosity (viscArNr)
79    o pkg autodiff
80      autodiff_ini_model_io: comment out writing of grid information to netcdf
81      files, because at this time the grid fields are a bunch of zeros
82      (this is analogous to ini_mnc_vars.F)
83    o pkg seaice/autodiff:
84     left-over from removing the 3-time-level fields:
85     - small rearrangement of common blocks (SEAICE.h)
86     - fix field declaration in order to get meaningful output in
87       adseaice.*.nc (adcommon.h)
88    o pkg obcs:
89     - go through NH code only if nonHydrostatic=T
90     - fix restart for Orlanski (Hydrostatic; still to fix NH+Orlanski restart)
91     - move call to OBCS_CALC before SEAICE_MODEL which needs seaice-obc fields
92       => Update output of experiment seaice_obcs
93     - useOBCSbalance: code is wrong with multi-tile / proc: add a stop.
94     - fix NH+Orlanski restart (add wvel OBC value in pickup file)
95     - fix restart for useOBCSprescribe + useEXF
96    o pkg ctrl
97     - make obcs as control parameter work also with useSingleCPUio
98     - replace a few sny and snx by Ny and Nx to be consistent with
99       ctrl_set_globfld_x/yz.F
100  o pkg seaice  o pkg seaice
101   - re-introduce global field frWtrAtm for the case of   - re-introduce global field frWtrAtm for the case of
102     ALLOW_MEAN_SFLUX_COST_CONTRIBUTION defined (SEAICE.h, seaice_growth.F)     ALLOW_MEAN_SFLUX_COST_CONTRIBUTION defined (SEAICE.h, seaice_growth.F)
# Line 20  o pkg ecco: Line 113  o pkg ecco:
113   - catch the case of empty filenames in ecco_cost_init_fixed.F   - catch the case of empty filenames in ecco_cost_init_fixed.F
114     and ecco_readparms.F     and ecco_readparms.F
115   - fix the logic of wsalt=0.and.wsalt2=0 to wsalt=0.or.wsalt2=0 (and theta)   - fix the logic of wsalt=0.and.wsalt2=0 to wsalt=0.or.wsalt2=0 (and theta)
116     to make this statement meaningfull     to make this statement meaningfull in ecco_cost_weights.F
117  o pkg zonal_filt:  o pkg zonal_filt:
118    - change ZONAL_FILTER S/R interface (allows to filter 2-D fields)    - change ZONAL_FILTER S/R interface (allows to filter 2-D fields)
119    - when using rStar, filter uVel*hFacW instead of uVel    - when using rStar, filter uVel*hFacW instead of uVel

Legend:
Removed from v.1.1163  
changed lines
  Added in v.1.1195

  ViewVC Help
Powered by ViewVC 1.1.22