/[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.1152 by jmc, Tue Aug 25 16:34:35 2009 UTC revision 1.1175 by heimbach, Mon Oct 12 16:41:09 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 adjoint:
8      * update and finish work on adjoint of dic package (G. Forget)
9      * start adjoint of offline package
10      * bug fix for cube-sphere TLM code (active_file_g.F)
11    o tutorial_global_oce_optim:
12      now tested with 4 tiles (change data.grdchk and update output_adm.txt)
13      and add SIZE.h_mpi for MPI testing
14    o pkg autodiff
15     - fix bug in autodiff_restore
16     - make genmake2 remove comments and empty lines from ad_input_code.f in
17       order to reduce file size (new script file remove_comments_sed)
18    o allows to specify vertical profile of vertical viscosity (viscArNr)
19    o pkg autodiff
20      autodiff_ini_model_io: comment out writing of grid information to netcdf
21      files, because at this time the grid fields are a bunch of zeros
22      (this is analogous to ini_mnc_vars.F)
23    o pkg seaice/autodiff:
24     left-over from removing the 3-time-level fields:
25     - small rearrangement of common blocks (SEAICE.h)
26     - fix field declaration in order to get meaningful output in
27       adseaice.*.nc (adcommon.h)
28    o pkg obcs:
29     - go through NH code only if nonHydrostatic=T
30     - fix restart for Orlanski (Hydrostatic; still to fix NH+Orlanski restart)
31     - move call to OBCS_CALC before SEAICE_MODEL which needs seaice-obc fields
32       => Update output of experiment seaice_obcs
33     - useOBCSbalance: code is wrong with multi-tile / proc: add a stop.
34     - fix NH+Orlanski restart (add wvel OBC value in pickup file)
35     - fix restart for useOBCSprescribe + useEXF
36    o pkg ctrl
37     - make obcs as control parameter work also with useSingleCPUio
38     - replace a few sny and snx by Ny and Nx to be consistent with
39       ctrl_set_globfld_x/yz.F
40    o pkg seaice
41     - re-introduce global field frWtrAtm for the case of
42       ALLOW_MEAN_SFLUX_COST_CONTRIBUTION defined (SEAICE.h, seaice_growth.F)
43     - catch the case of an empty filename in seaice_cost_init_fixed.F
44    o pkg ecco:
45     - small bug fixes in the_main_loop
46      . fix order of monitor arguments
47      . change SEAICE_MULTILEVEL to SEAICE_MULTICATEGORY
48      . move include DYNVARS.h up outside the ALLOW_AUTODIFF_TAMC block so
49        that ALLOW_ECCO_FORWARD_RUN works with NONLIN_FRSURF
50     - replace cos(yc*deg2rad) by _rA in cost_mean_heat/saltflux.F, fix the
51       imbalance diagnostics for wmean_h/sflux = 0
52     - add actual values to f_obcsn/s/w/e in ecco_cost_final.F
53     - catch the case of empty filenames in ecco_cost_init_fixed.F
54       and ecco_readparms.F
55     - fix the logic of wsalt=0.and.wsalt2=0 to wsalt=0.or.wsalt2=0 (and theta)
56       to make this statement meaningfull in ecco_cost_weights.F
57    o pkg zonal_filt:
58      - change ZONAL_FILTER S/R interface (allows to filter 2-D fields)
59      - when using rStar, filter uVel*hFacW instead of uVel
60       (tested without topography: fix a Pb of growing instability with NLFS)
61    o pkg/aim/thsice:
62     -Add capacity to read a Q-Flux to be applied in slab-mixed layer thsice_slab_ocean.F
63      (works as SST restoring)
64    o pkg/thsice:
65     -add specific parameter for salt restoring in slab mixed-layer
66       (by default equal to the temperature restoring)
67    
68    checkpoint61v
69    o pkg/kpp:
70     -add double diffusive contributions as a hack, turned off by default
71      for now, and the code can be excluded with a CPP-flag
72      EXCLUDE_KPP_DOUBLEDIFF just as EXCLUDE_KPP_SHEAR_MIX
73     -add a verification experiments to "vermix" to test this code
74    o pkg/mom_common:
75      Move computation of length scales to mom_init_fixed.F (avoid recomputation
76      at each time-steps*levels).
77    o pkg/layers:
78      Created a new package for computing volume fluxes in temperature or
79      [not yet implemented] density layers, e.g. for calculating residual
80      overturning circulations.
81    o pkg/diagnostics:
82      implement a RS type version for the set of DIAGNOSTICS-FILL subroutines
83    o fix few RS/RL type mismatch (check with ifort 11.1 "-warn all" option)
84    o pkg/mdsio (& pkg/rw): rework high level S/R interface:
85      To avoid mixing type (RS/RL) of input/output array argument,
86      replace single mixed-type array with a pair from each type (RS/RL).
87    o setting pickupSuff force to start from a pickup (even if nIter0=0): this
88      is now implemented for all pkgs (previously only done for the main pickup)
89    
90  checkpoint61u  checkpoint61u
91  o pkg/obcs:  o pkg/obcs:
92    - change OB?eta from _RS to _RL and put them into a separate commen block    - change OB?eta from _RS to _RL and put them into a separate commen block

Legend:
Removed from v.1.1152  
changed lines
  Added in v.1.1175

  ViewVC Help
Powered by ViewVC 1.1.22