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

Legend:
Removed from v.1.1161  
changed lines
  Added in v.1.1193

  ViewVC Help
Powered by ViewVC 1.1.22