/[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.1154 by jmc, Tue Sep 1 20:45:26 2009 UTC revision 1.1166 by jmc, Fri Oct 2 20:35:52 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 pkg obcs:
8     - go through NH code only if nonHydrostatic=T
9     - fix restart for Orlanski (Hydrostatic; still to fix NH+Orlanski restart)
10     - move call to OBCS_CALC before SEAICE_MODEL which needs seaice-obcields
11       => Update output of experiment seaice_obcs
12     - useOBCSbalance: code is wrong with multi-tile / proc: add a stop.
13     - hack obcs_calc.F to fix restart in experiment seaice_obcs.
14    o pkg ctrl
15     - make obcs as control parameter work also with useSingleCPUio
16     - replace a few sny and snx by Ny and Nx to be consistent with
17       ctrl_set_globfld_x/yz.F
18    o pkg seaice
19     - re-introduce global field frWtrAtm for the case of
20       ALLOW_MEAN_SFLUX_COST_CONTRIBUTION defined (SEAICE.h, seaice_growth.F)
21     - catch the case of an empty filename in seaice_cost_init_fixed.F
22    o pkg ecco:
23     - small bug fixes in the_main_loop
24      . fix order of monitor arguments
25      . change SEAICE_MULTILEVEL to SEAICE_MULTICATEGORY
26      . move include DYNVARS.h up outside the ALLOW_AUTODIFF_TAMC block so
27        that ALLOW_ECCO_FORWARD_RUN works with NONLIN_FRSURF
28     - replace cos(yc*deg2rad) by _rA in cost_mean_heat/saltflux.F, fix the
29       imbalance diagnostics for wmean_h/sflux = 0
30     - add actual values to f_obcsn/s/w/e in ecco_cost_final.F
31     - catch the case of empty filenames in ecco_cost_init_fixed.F
32       and ecco_readparms.F
33     - fix the logic of wsalt=0.and.wsalt2=0 to wsalt=0.or.wsalt2=0 (and theta)
34       to make this statement meaningfull in ecco_cost_weights.F
35    o pkg zonal_filt:
36      - change ZONAL_FILTER S/R interface (allows to filter 2-D fields)
37      - when using rStar, filter uVel*hFacW instead of uVel
38       (tested without topography: fix a Pb of growing instability with NLFS)
39    o pkg/aim/thsice:
40     -Add capacity to read a Q-Flux to be applied in slab-mixed layer thsice_slab_ocean.F
41      (works as SST restoring)
42    o pkg/thsice:
43     -add specific parameter for salt restoring in slab mixed-layer
44       (by default equal to the temperature restoring)
45    
46    checkpoint61v
47    o pkg/kpp:
48     -add double diffusive contributions as a hack, turned off by default
49      for now, and the code can be excluded with a CPP-flag
50      EXCLUDE_KPP_DOUBLEDIFF just as EXCLUDE_KPP_SHEAR_MIX
51     -add a verification experiments to "vermix" to test this code
52    o pkg/mom_common:
53      Move computation of length scales to mom_init_fixed.F (avoid recomputation
54      at each time-steps*levels).
55    o pkg/layers:
56      Created a new package for computing volume fluxes in temperature or
57      [not yet implemented] density layers, e.g. for calculating residual
58      overturning circulations.
59    o pkg/diagnostics:
60      implement a RS type version for the set of DIAGNOSTICS-FILL subroutines
61    o fix few RS/RL type mismatch (check with ifort 11.1 "-warn all" option)
62  o pkg/mdsio (& pkg/rw): rework high level S/R interface:  o pkg/mdsio (& pkg/rw): rework high level S/R interface:
63    To avoid mixing type (RS/RL) of input/output array argument,    To avoid mixing type (RS/RL) of input/output array argument,
64    replace single mixed-type array with a pair from each type (RS/RL).    replace single mixed-type array with a pair from each type (RS/RL).

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

  ViewVC Help
Powered by ViewVC 1.1.22