/[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.1009 by jmc, Mon Jul 28 21:23:29 2008 UTC revision 1.1045 by mlosch, Wed Nov 26 15:27:02 2008 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: fix a CPP-flag, bug reported by Jeff Blundell
8    o gather_2d.F/scatter_2d.F: suppress vectorisation on NEC SX in respond to
9      a still unfixed compiler/optimization bug
10    
11    checkpoint61f
12    o pkg/seaice, LSR solver: fix bug in GLOBAL_MAX calls ;
13      update results of global_ocean.cs32x15.icedyn test.
14    o move getcon.F from model/src to pkg/fizhi.
15    o pkg/exf: add parameter for extrapolation of temp up to the surface
16       and option to prevent negative evap (in bulk_largeyeager04 only).
17    o Prather Advection scheme: fix tracer conservation for divergent flow
18      (e.g., when using NonLin Free-Surface).
19    o kpp: retire KPPmld diagnostics --> use MXLDEPTH instead
20    o gmredi (Visbeck-variable-K):
21     - add more parameters to Visbeck-variable-K.
22     - use a 5 points average for dSigmaR in Visbeck-K calculation
23       (more "homogenous": same stencil and same weights as in dSigmaH)
24     - update output of ideal_2D_oce experiment.
25    o fix CPP-flag REAL4_IS_SLOW, when _RS expands into real*4
26      (#undef REAL4_IS_SLOW)
27     - pkg/mnc/mnc_cw_cvars.F: write _RS-grid variable as netcdf-real*4
28       coordinate variable
29     - pkg/monitor/monitor.F: call mon_printstats_rs for _RS variables
30       (surface forcing fields), removes some of the functionality
31     - model/src/write_grid.F: write _RS variables as RS-netcdf variables
32     - model/src/diags_oceanic_surf_flux.F: fix a few diagnostics, but
33       probably not all: copy _RS surface flux fields to RL field before
34       calling DIAGNOSTICS_FILL
35     - model/inc/CPP_EEMACROS.h: make the _EXCH_*_RS macros expand into
36       real*4 (CALL EXCH_*_RS) versions.
37     - tested in 2 experiments: inverted_barometer & solid-body.cs-32x32x1
38       (generate new output).
39    
40    checkpoint61e
41    o gmredi (Visbeck-variable-K):
42      - fix the "OLD_VISBECK_CALC" option + move the #undef to GMREDI_OPTIONS.h
43      - change computation of Visbeck-K where Slope > Smax :        
44        now: N*min(Slope,Smax) (similar to OLD_VISBECK_CALC with gkw91 taperFct)
45        previously was: M*sqrt(min(Slope,Smax)) ; update ideal_2D_oce output.
46    o bottom-drag in P-coord.: change units of bottomDragLinear & bottomDragQuadratic
47      to be the same as with Z-coord. (i.e., m/s & no-units respectively).
48    o calc_viscosity: fix index range (was wrong for CD-Scheme & explicit Visc)
49    o pkg gmredi, linear & fm07 tapering: put an upper limit on Slope^2 so that Kwz
50      does not become too large (to avoid precision problems in implicit-diffusion
51      solver); update ideal_2D_oce output.
52    o pkg ggl90:
53      - in ggl90_cal.F: compute only one set of visc/diff, used to
54        step forward TKE/T/S/momentum
55      - default value of GGL90viscMax/GGL90diffMax larger and equal (to
56        have Prandlt =1)
57    o gmredi (fm07):
58      - add lower limit on Transition layer thickness + lower limit on 1/lambda
59      - allow to set few more params from data.gmredi
60    o pkg ggl90:
61          - add missing sqrt(2) factor in computation of mixing length
62            scale in ggl90_calc.F
63            (see Eq. (2.35) in Blanke and Delecluse, JPO, 1993)
64    
65    checkpoint61d
66    o adjoint modifs
67      - adapt to new field rhoInSitu
68      - allow to revert from StoreDynVars2D, StoreDynVars3D
69        to individual fields
70        (switches AUTODIFF_USE_OLDSTORE_2D, AUTODIFF_USE_OLDSTORE_3D)
71    o store 3-D (in-situ) density in commom block (DYNVARS.h)
72     - save 1 rho computation.
73     - no longer modify T & S inland when using down_slope pkg.
74    o gad_som : allow to switch to SOM advection for T & S without corresponding
75      pickup files (using new S/R: MDS_CHECK4FILE).
76    o keep removing _BEGIN/_END_MASTER between MDSIO S/R call
77      (for useSingleCpuIO to work in multi-threaded)
78    o pkg/shelfice:
79     - disentangle parameters: retire shelfIceFile in data/PARM05 and substitute
80       with SHELFICEtopoFile in data.shelfice
81     - move code for reading ice shelf topography and modifying hFacC into separate
82       subroutines of the shelfice package
83     - separate initialisation of "fixed" and "variable" variables
84     - kTopC is not (yet) replaced by kSurfC, although this is possible
85    o fix broken diagnostic SIatmFW and changed the units from m/s to kg/m^2/s
86    o add initialisation of deepFac if using Pcoords (new S/R set_grid_factors)
87      and rename:
88      ini_phiref.F          --> set_ref_state.F  (+ set anelastic factors)
89      ini_reference_state.F --> load_ref_files.F (- set anelastic factors)
90    o change FIND_RHO_SCALAR : return rho (instead of rho - rhoConst)
91    
92    checkpoint61c
93    o add option ALLOW_ADDFLUID and run-time selector "selectAddFluid"
94      to add mass source/sink of fluid in the interior (3-D generalisation
95      of oceanic real-fresh water flux).
96    o pkg/monitor: fix recip_dr argument in mon_advcflw2 call (-> advcfl_W_hf_max)
97    o vermix test experiment: switch from LINEAR EOS to MDJWF (not tested before)
98    o new pkg: down_slope
99      density-driven downsloping flow parameterisation (Tellus, 1999, 412-430).
100      - presently, modify T & S inland (dwnslp_calc_rho.F).
101        can be avoided if rho was stored in common bloc and used in calc_phi_hyd.
102      - implementation for ocean in P-coords not tested.
103      - add secondary test to global_ocean.90x40x15 (input.dwnslp) to check this pkg.
104    o move kSurfC,kSurfW & kSurfS from SURFACE.h to GRID.h (next to kLowC)
105      (to facilitate conversion of oceanic pkg to p-coordinate).
106    o change FIND_RHO to FIND_RHO_2D :
107      pass arguments tFld & sFld as local (tile) 2D-arrays ; +fix EOS_CHECK.
108    o new pkg: cheapaml
109    
110    checkpoint61b
111    o exch2:
112      change index bounds in rx2_cube exchanges (new S/R: EXCH2_GET_UV_BOUNDS)
113      - no longer depend on the order sequence (N,S,E,W).
114      - 3rd exchange no longer needed (tested with 24 tiles).
115      - same modif to hand-written adjoint S/R (global_ocean.cs32x15: zero diff)
116      - exch_UV_A-grid readily available (but not yet tested).
117      comment out 3rd exch call and remove copy of V to U at SE & NE face-corners
118      (both are no longer needed) in exch_uv: no effect in forward run; but
119       get truncation error differences with adjoint exch.
120    o exch2:
121     - change index-bounds storage (moved from target to local tile,
122       more intuitive this way) ; rename/remove some variables.
123     - change utils/exch2/matlab-topology-generator & code_mods accordingly.
124    
125    checkpoint61a
126  o exch2/matlab-topology-generator:  o exch2/matlab-topology-generator:
127    fix bug in index bounds for N-S internal exchange (hard to tell if this    fix bug in index bounds for N-S internal exchange (hard to tell if this
128    had any effect on the solution).    had any effect on the solution).

Legend:
Removed from v.1.1009  
changed lines
  Added in v.1.1045

  ViewVC Help
Powered by ViewVC 1.1.22