/[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.956 by jmc, Tue Feb 12 23:18:18 2008 UTC revision 1.1078 by mlosch, Wed Mar 18 10:30:46 2009 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint61k
8    o pkg/seaice: a few bug fixes mostly concerning the metric terms:
9      seaice_lsr: fixed a few metric terms,
10                  affects lab_sea.lsr, lab_sea.salt_plume, seaice_obcs
11                  add more debugging diagnostics
12      seaice_evp: removed superfluous many metric terms of FV discretization
13                  of stress divergence
14                  affects lab_sea, lab_sea.hb87
15      seaice_ocean_stress: removed superfluous many metric terms of FV discretization
16                  of stress divergence for non-evp solver
17                  (this part is not tested anywhere)
18      seaice_calc_strainrates: fixed a bug in no-slip boundary conditions,
19                  they were effectively only half slip
20                  affects lab_sea.hb87
21      updated all relevant verification experiments
22    
23    checkpoint61j
24    o pkg/seaice: turn a few hard wired parameters into run time parameters
25    o pkg/seaice/exf/monitor: turn netcdf coordinate variable T into model
26      time in seconds as promised by the usints in seaice_monitor and exf_monitor
27    o pkg/mnc: fix the coordinate variables for multi-tile curvi-linear grids
28      that are not cubed-sphere grids
29    o pkg/seaice: fix a bug for the rare case of SEAICE_VECTORIZE_LSR
30    o pkg/ctrl:
31      fix bug in ctrl_depth_ini.F (EXCH_XYZ was applied to 2-D field xx_r_low)
32    o non-hydrostatic (calc_gw.F):
33      fix viscA4 on CS-grid + fix diagnostics: Wm_Diss & Wm_Advec
34      update output of exp. global_ocean.cs32x15.viscA4
35    o remove backward compatibility for thetaMin,phiMin
36      (replaced by xgOrigin,ygOrigin on Jan 27, 2009)
37    o pkg/exf: fix a serious bug in exf_set_uv.F: do a rotation of the
38      interpolated wind field not only for curvilineargrid=.true., but also
39      for a rotated grid (rotateGrid=.true.)
40    o pkg/exf: add capability to bypass interpolation for runoff
41      by setting yet another CPP-flag
42    o eesupp/src, B-grid exchange:
43      add simple (6 tiles, non MPI) CS exch + standard interface S/R.
44    o autodiff
45      new CPP option ALLOW_TAMC_SINGLEPREC_COMLEV
46      allows to switch to single-prec common blocks;
47      corresponding switch occurs in tamc.h, integer isbyte
48      TAF store directivs "byte" and "kind" seem equivalent;
49      Most tamc.h have been updated correspondingly.
50    
51    checkpoint61i
52    o autodiff:
53      fix autodiff_sore/_restore indices for obcs
54      (spotted by I. Hoteit, M. Mazloff)
55    o pkg/autodiff, pkg/ctrl:
56      Add flag to reduce all tapelev I/O to single-prec.
57      In data.ctrl set
58        doSinglePrecTapelev = .TRUE.
59    o model/src/ini_curvilinear_grid.F, new grid-file format without EXCH2:
60      check in hack for SX8 compiler (for dxV, dyU); remove it afterwards.
61    o pkg/shelfice: fix bug with SHELFICEconserve flag, prepare for
62      real fresh water flux (not yet)
63    o pkg/mdsio & rw:
64     - add argument & option to S/R MDS_WRITEVEC_LOC (avoid Open/Close & write-meta)
65     - add simple interface S/R to MDS_WRITEVEC_LOC in pkg/rw: WRITE_GLVEC_RX.
66    o pkg/flt:
67     - replace FLT_INIT by 3-steps standard initialization S/R: readparms,
68       init_fixed & ini_varia.
69     - clean-up & simplify linear interpolation S/R:
70       move flt_bilinear.F -> flt_interp_linear.F ; add arg. myThid.
71     - fix some indices (mainly vertical index) ; add IMPLICIT NONE.
72     - more efficient I/O, using new options of MDS_WRITEVEC_LOC S/R.
73     - add vert. coordinate & horiz. indices to output files.
74     - change vertical position in initial condition, from index to depth [m].
75     - store horizontal (decimal) indices i,j in common block (instead of coord. x,y)
76       (easier to get to a curvilinear grid) ; delX,delY no longer used.
77    o pkg/ggl90: a few modifications:
78     - fix bottom boundary condition, and interpolation of KappaE
79       near top and bottom
80     - use same set of viscosity/diffusivity for TKE/momnetum/tracer
81     - add smoothing option as in Blanke and Delecluse (1993) (--> ALLOW_GGL90_SMOOTH)
82     - add a few options for mixing-length upper limit (--> mxlMaxFlag)  
83    o rename thetaMin,phiMin -> xgOrigin,ygOrigin
84      (maintain temporary backward compatibility, until next checkpoint)
85    
86    checkpoint61h
87    o pkg/diagnostics with "periodic averaging diagnostics":
88      fix S/R DIAGNOSTICS_COUNT ; hack diagnostics_out.F to get NetCDF output.
89    o pkg/my82: add missing "_d 0" ; update output of exp. vermix.my82
90    o pkg/obcs: fix loop ranges for balancing code
91    o pkg/flt:
92     - improve criteria for finding which tile owns a float.
93     - fix FLT_EXCH for case without MPI ; apply cyclic BC + fix also the MPI case.
94    o Add well-mixed CO2 box in aim_v23 (which includes changes in pkg
95      aim_compon_interf, ocn_compon_interf, gchem, and dic to get coupling
96      with ocean biogeo)
97    o pkg/flt:
98     - do some cleaning and fix the restart ;
99     - add output.txt in flt_example/results to get this pkg tested.
100    o genmake2: add an EXTENDED_SRC option and flag.
101       for now, cannot be turned on on command line (only through genmake_local)
102    o pkg/mdsio: read/write vector:
103     - singleCpuIO: fix RL/RS in MDSWRITEVECTOR by calling new S/R MDS_BUFFERtoRL/RS
104     - singleCpuIO=F: fix arrType & filePrec & _BYTESWAPIO in both MDSREADVECTOR
105       & MDSWRITEVECTOR by calling new S/R MDS_RD/WR_VEC_RL/RS.
106     - affects gradient of test-exp "bottom_ctrl_5x5" (not due to _BYTESWAPIO)
107      (drop to 4 digits matching for grad). But this test does not look very
108      reliable (was already failling on eddy, fc5, at 6.digits). Update output.
109    
110    checkpoint61g
111    o pkg/flt:
112      - move FLT_CPPOPTIONS.h to FLT_OPTIONS.h (standard name)
113       + make OPTIONS file more standard.
114      - rename S/R MDSREADVECTOR_FLT to FLT_MDSREADVECTOR (to mach src file name)
115      - fix _BYTESWAPIO CPP-Flag
116      - standard reading of file-parameter "data.flt"
117      - fix argument list of S/R FLT_RESTART
118      still need to fix _BYTESWAPIO in pkg/mdsio/mdsio_writevector.F
119    o pkg/obcs: fix a CPP-flag, bug reported by Jeff Blundell
120    o gather_2d.F/scatter_2d.F: suppress vectorisation on NEC SX in respond to
121      a still unfixed compiler/optimization bug
122    
123    checkpoint61f
124    o pkg/seaice, LSR solver: fix bug in GLOBAL_MAX calls ;
125      update results of global_ocean.cs32x15.icedyn test.
126    o move getcon.F from model/src to pkg/fizhi.
127    o pkg/exf: add parameter for extrapolation of temp up to the surface
128       and option to prevent negative evap (in bulk_largeyeager04 only).
129    o Prather Advection scheme: fix tracer conservation for divergent flow
130      (e.g., when using NonLin Free-Surface).
131    o kpp: retire KPPmld diagnostics --> use MXLDEPTH instead
132    o gmredi (Visbeck-variable-K):
133     - add more parameters to Visbeck-variable-K.
134     - use a 5 points average for dSigmaR in Visbeck-K calculation
135       (more "homogenous": same stencil and same weights as in dSigmaH)
136     - update output of ideal_2D_oce experiment.
137    o fix CPP-flag REAL4_IS_SLOW, when _RS expands into real*4
138      (#undef REAL4_IS_SLOW)
139     - pkg/mnc/mnc_cw_cvars.F: write _RS-grid variable as netcdf-real*4
140       coordinate variable
141     - pkg/monitor/monitor.F: call mon_printstats_rs for _RS variables
142       (surface forcing fields), removes some of the functionality
143     - model/src/write_grid.F: write _RS variables as RS-netcdf variables
144     - model/src/diags_oceanic_surf_flux.F: fix a few diagnostics, but
145       probably not all: copy _RS surface flux fields to RL field before
146       calling DIAGNOSTICS_FILL
147     - model/inc/CPP_EEMACROS.h: make the _EXCH_*_RS macros expand into
148       real*4 (CALL EXCH_*_RS) versions.
149     - tested in 2 experiments: inverted_barometer & solid-body.cs-32x32x1
150       (generate new output).
151    
152    checkpoint61e
153    o gmredi (Visbeck-variable-K):
154      - fix the "OLD_VISBECK_CALC" option + move the #undef to GMREDI_OPTIONS.h
155      - change computation of Visbeck-K where Slope > Smax :        
156        now: N*min(Slope,Smax) (similar to OLD_VISBECK_CALC with gkw91 taperFct)
157        previously was: M*sqrt(min(Slope,Smax)) ; update ideal_2D_oce output.
158    o bottom-drag in P-coord.: change units of bottomDragLinear & bottomDragQuadratic
159      to be the same as with Z-coord. (i.e., m/s & no-units respectively).
160    o calc_viscosity: fix index range (was wrong for CD-Scheme & explicit Visc)
161    o pkg gmredi, linear & fm07 tapering: put an upper limit on Slope^2 so that Kwz
162      does not become too large (to avoid precision problems in implicit-diffusion
163      solver); update ideal_2D_oce output.
164    o pkg ggl90:
165      - in ggl90_cal.F: compute only one set of visc/diff, used to
166        step forward TKE/T/S/momentum
167      - default value of GGL90viscMax/GGL90diffMax larger and equal (to
168        have Prandlt =1)
169    o gmredi (fm07):
170      - add lower limit on Transition layer thickness + lower limit on 1/lambda
171      - allow to set few more params from data.gmredi
172    o pkg ggl90:
173          - add missing sqrt(2) factor in computation of mixing length
174            scale in ggl90_calc.F
175            (see Eq. (2.35) in Blanke and Delecluse, JPO, 1993)
176    
177    checkpoint61d
178    o adjoint modifs
179      - adapt to new field rhoInSitu
180      - allow to revert from StoreDynVars2D, StoreDynVars3D
181        to individual fields
182        (switches AUTODIFF_USE_OLDSTORE_2D, AUTODIFF_USE_OLDSTORE_3D)
183    o store 3-D (in-situ) density in commom block (DYNVARS.h)
184     - save 1 rho computation.
185     - no longer modify T & S inland when using down_slope pkg.
186    o gad_som : allow to switch to SOM advection for T & S without corresponding
187      pickup files (using new S/R: MDS_CHECK4FILE).
188    o keep removing _BEGIN/_END_MASTER between MDSIO S/R call
189      (for useSingleCpuIO to work in multi-threaded)
190    o pkg/shelfice:
191     - disentangle parameters: retire shelfIceFile in data/PARM05 and substitute
192       with SHELFICEtopoFile in data.shelfice
193     - move code for reading ice shelf topography and modifying hFacC into separate
194       subroutines of the shelfice package
195     - separate initialisation of "fixed" and "variable" variables
196     - kTopC is not (yet) replaced by kSurfC, although this is possible
197    o fix broken diagnostic SIatmFW and changed the units from m/s to kg/m^2/s
198    o add initialisation of deepFac if using Pcoords (new S/R set_grid_factors)
199      and rename:
200      ini_phiref.F          --> set_ref_state.F  (+ set anelastic factors)
201      ini_reference_state.F --> load_ref_files.F (- set anelastic factors)
202    o change FIND_RHO_SCALAR : return rho (instead of rho - rhoConst)
203    
204    checkpoint61c
205    o add option ALLOW_ADDFLUID and run-time selector "selectAddFluid"
206      to add mass source/sink of fluid in the interior (3-D generalisation
207      of oceanic real-fresh water flux).
208    o pkg/monitor: fix recip_dr argument in mon_advcflw2 call (-> advcfl_W_hf_max)
209    o vermix test experiment: switch from LINEAR EOS to MDJWF (not tested before)
210    o new pkg: down_slope
211      density-driven downsloping flow parameterisation (Tellus, 1999, 412-430).
212      - presently, modify T & S inland (dwnslp_calc_rho.F).
213        can be avoided if rho was stored in common bloc and used in calc_phi_hyd.
214      - implementation for ocean in P-coords not tested.
215      - add secondary test to global_ocean.90x40x15 (input.dwnslp) to check this pkg.
216    o move kSurfC,kSurfW & kSurfS from SURFACE.h to GRID.h (next to kLowC)
217      (to facilitate conversion of oceanic pkg to p-coordinate).
218    o change FIND_RHO to FIND_RHO_2D :
219      pass arguments tFld & sFld as local (tile) 2D-arrays ; +fix EOS_CHECK.
220    o new pkg: cheapaml
221    
222    checkpoint61b
223    o exch2:
224      change index bounds in rx2_cube exchanges (new S/R: EXCH2_GET_UV_BOUNDS)
225      - no longer depend on the order sequence (N,S,E,W).
226      - 3rd exchange no longer needed (tested with 24 tiles).
227      - same modif to hand-written adjoint S/R (global_ocean.cs32x15: zero diff)
228      - exch_UV_A-grid readily available (but not yet tested).
229      comment out 3rd exch call and remove copy of V to U at SE & NE face-corners
230      (both are no longer needed) in exch_uv: no effect in forward run; but
231       get truncation error differences with adjoint exch.
232    o exch2:
233     - change index-bounds storage (moved from target to local tile,
234       more intuitive this way) ; rename/remove some variables.
235     - change utils/exch2/matlab-topology-generator & code_mods accordingly.
236    
237    checkpoint61a
238    o exch2/matlab-topology-generator:
239      fix bug in index bounds for N-S internal exchange (hard to tell if this
240      had any effect on the solution).
241    o pkg/mnc: small fix in mnc_handle_err: make sure that length of msgbuf
242      is exceeded
243    o testreport: modify syntax of awk, so that it works also with
244      awk, and not only with nawk and gawk
245    
246    checkpoint61
247    o autodiff
248      Change default for TAF usage by removing argument '-nonew_arg'
249      This changes TAF subroutine argument list (ordering of active var.)
250      Omission of this flag leads to incompatibility w.r.t. TAMC
251      To restore TAMC-compatibility, need following modifs:
252      * use adoptfile tools/adjoint_options/adjoint_tamc_compatibility
253      * use CPP option #define AUTODIFF_TAMC_COMPATIBILITY
254      Tested TAF version is 1.9.22
255      N.B.: exch2 hand-written adjoint code currently not TAMC compatible
256    
257    checkpoint60
258    --->>> This is the last checkpoint for which generating the adjoint
259    --->>> is done via the TAMC-compatibility TAF-flag "-nonewarg"
260    --->>> by default.
261    --->>> Future checkpoints will ommit this flag by default.
262    o pkg/generic_advdiff, os7mp: simplify and avoid division by zero.
263    o pkg/grdchk: Add gradient check to etan0 perturbations.
264    o pkg/exf: read ice area from file (#ifdef ALLOW_ICE_AREAMASK).
265    o pkg/autodiff: more flexibility in zeroadj.
266      model/src: modifying do_oceanic_phys.F accordingly.
267    o pkg/ctrl: Bounds for (kapgm,kapredi,eddypsi) parameter estimation.
268    o model/src and pkg/gmredi: GMREDI_WITH_STABLE_ADJOINT CPP option
269      special setup of gmredi for which the adjoint is stable
270      enough for parameter optimization.
271    o bridging the gap between eddy stress and GM.
272      -> eddyTau is replaced with eddyPsi (eddyTau = f x rho0 x eddyPsi)
273          along with a change in CPP option (now ALLOW_EDDYPSI).
274      -> when using GM w/ GM_AdvForm:
275          The total eddy streamfunction (Psi = eddyPsi + K x Slope)
276          is applied either in the tracer Eq. or in momentum Eq.
277          depending on data.gmredi (intro. GM_InMomAsStress).
278      -> ALLOW_EDDYPSI_CONTROL for estimation purpose.
279      The key modifications are in model/src/taueddy_external_forcing.F
280      pkg/gmredi/gmredi_calc_*F pkg/gmredi/gmredi_*transport.F
281    
282    checkpoint59r
283    o new S/R (pkg/mdsio/mdsio_facef_read.F) reading of sNx+1 x sNy+1 array
284      from per-face file (take S/R READSYMTILE_RS out of ini_curvilinear_grid.F);
285      fix option to read coriolis(@ cell-corner) from files with CS-grid.
286    o pkg/mnc: add some attributes to standard 1D-coordinate variables
287    o pkg/diagnostics: enforce missing_value attribute for scalar variables at
288      mass points, when using mnc for output
289      - add runtime parameter (missing_value, missing_value_int) to override
290        default (which is the value of getcon('UNDEF'))
291    o pkg/mnc: prepare mnc for the actual use of missing values with the
292      diagnostics package: small fix in mnc_cw_readwrite.template and more
293      initialisation of never used fields
294      - replace mnc_common.h and mnc_id_header.h with corresponding upper case
295      versions
296    o pkg/thsice/thsice_ini_vars.F added default initial values so that
297      thermodynamics sea ice solver does not blow up when some initial fields
298      are missing.
299    o move from external_forcing_surf.F to ini_forcing.F
300      the p-coord. hack consisting in using pLoad to set phi0surf ;
301      update output of tutorial_global_oce_in_p (affected @ truncation level).
302    o Freshen up a bit hs94.1x64x5, notably:
303      remove rotationPeriod and tRef=5*0. (adjoint only), and add
304      exactConserv=.TRUE.
305    o pkg/generic_advdiff:
306      change option GAD_ALLOW_SOM_ADVECT to GAD_ALLOW_TS_SOM_ADV which only
307      applies to files where Temperature & Salinity 2nd Order moments are used.
308    o pkg/ptracers: add second-order moment advection schemes (80 and 81);
309      this uses a dynamically allocated internal state data structure
310      (#define PTRACERS_ALLOW_DYN_STATE in PTRACERS_OPTIONS.h)
311      and requires a fortran 90 compiler
312    
313    checkpoint59q
314    o pkg/mom_vecinv: Add energy & enstrophy conserving scheme (selectVortScheme=3)
315       (from Sadourny, described by Burridge & Haseler, ECMWF Rep.4, 1977)
316    o Refresh tutorial_global_oce_biogeo, notably:
317      - change bathymetry (put back seamounts in ACC, use hFacs)
318      - change EOS (POLY3 --> JMD95Z)
319      - use Bryan-Lewis vertical diffusivity
320      - use multidimensional advection
321      - remove old virtual virtual in dic pkg, now done through ptracer pkg
322      - change a couple of parameters in dic pkg
323    o pkg/ctrl: change formula in adctrl_bound.F and add a parameter to ctrl_map_ini_gen.F
324    o pkg/obcs: change default to OBCSfixTopo = .true.,
325      - set OBCSfixTopo=.false. in exp4/input/data.obcs to reproduce old result
326      - replace "debugMode" with "debugLevel .GE. debLevB"
327    o implementation of TAF directives for gchem,cfc,dic
328    o remove "exp5" (replaced by tutorial_deep_convection).
329    o pkg/obcs: add code to fix topography gradients normal to open boundaries;
330      this requires computing the index fields OB_Jn/Js/Ie/Iw in obcs_readparms;
331      the code can be turned on by setting OBCSfixTopo = .true. in data.obcs
332      --> changes results in exp4, seaice_obcs
333    o tutorial_deep_convection :
334      update the set-up and increase resolution and domain size ; start
335      from pseudo initial conditions = output at t=120mn in order to see
336      something happening when running testreport.
337    o pkg/seaice: add os7mp as an advection scheme
338                  add check for advection schemes
339                  add a flag for restoring T and S underneath sea ice
340    o pkg/my82: add netcdf-support and diagnostics
341    o thsice pkg:
342      - Now hsMax limits snow height by turning it into ice following
343        flooding scheme (and now conserving energy)
344      - Slight rewriting of the formula in thsice_calc_thick.F
345      - Parameter rhowi eliminated to be replaced by floodFac = (rhosw-rhoi)/rhos
346      --> changes results of global_ocean.cs32x15.icedyn and global_ocean.cs32x15.thsice
347    
348    checkpoint59p
349    o gchem / dic / cfc :
350      - add useDIC, useCFC , read from "data.gchem" (& hold in GCHEM.h);
351      - add new parameter files: "data.dic" & "data.cfc" ;
352      - various re-arrangement in initialisation & header file ;
353      - fix tutorial_global_oce_biogeo for multi-threaded test.
354    o pkg/dic: test for "pickup_dic" file when restarting ;
355      if no pickup-file, can restart with a re-initialised pH (same as it did
356      before) providing pickupStrictlyMatch is set to False.
357    o change argument list of S/R PTRACERS_WRITE_PICKUP & MYPACKAGE_WRITE_PICKUP
358      + fix call to S/R GGL90_WRITE_PICKUP & DIC_WRITE_PICKUP
359    o add a "warning" (to Error msg file) when an Active Tracer is not using AB-2
360      and staggerTimeStep is off (needed for stability of Internal-wave dynamics).
361    o move out of PARAMS.h & data the last pieces of old-ptracer code: tauTr1ClimRelax,
362     & lambdaTr1ClimRelax ; put those 2 params in PTRACERS_PARAMS.h & data.ptracers
363       (note: not clear to me what lambdaTr1ClimRelax is still used for ...)
364    o pkg/mom_vecinv: - new parameter "selectVortScheme" to select which
365       scheme to use for vorticty-term ;
366     - compute upwindVorticity=T case within mom_vi_u/v_coriolis_c4.F
367       (with default selectVortScheme, return to original discretisation)
368     - remove weird combination (e.g.: upwindVorticity & highOrderVorticity)
369    o pkg/seaice: add a line to the summary to indicate grid type (B/C)
370    o in mom_calc_visc, fix average value of viscAh_W & viscA4_W next to the
371      bottom ; only used with variable horizontal viscosity and non-hydrostatic.
372      also fix diagnostics VISCAHW & VISCA4W.
373    
374    checkpoint59o
375    o dome/code/obcs_calc.F: avoid division by zero (detected using gfortran).
376    o change the loop ordering in most gad_*_adv_x.F to improve vectorization:
377      move a few statemens out the main loop into separate loops
378    o pkg/shelfice:
379      - sort out freshwater flux; convert freshwater fluxes to mass fluxes
380        (kg/m^2/s), does not break tests, because in verification/isomip,
381        rhoConstFresh=rhoConst (by accident)
382      - rearrange computation of tLoc, sLoc, pLoc to make code more efficient
383      - move S/R find_rho_scalar, pkg/ecco/sw_ptmp.F, pkg/ecco/sw_adtg.F into
384        new file model/src/seawater.F, so that they are available for all pkgs.
385      - convert potential temperature into in-situ temperature. This changes the
386        isomip tests => update tests
387    o add a flag writePickupAtEnd (default=true) to be able to suppress
388      writing a pickup at the last timestep
389    o tools/mpack-1.6 :
390      - disable automake (not working) and autoconf (not needed).
391      - update to version 1.6.4 which fix MD5 code on some 64 bits platforms
392        also cleaner with much less compilation warnings.
393    o pkg/profiles:
394      rename profiles_interp_mean_genericgrid as profiles_interp_mean_gg
395      (for "less than 32 characters name" compiler requirement)
396    o pkg/obcs and pkg/exf: added capability to specify seaice open boundary
397      conditions that have a different sampling frequency than S/T/U/V obcs
398    o pkg/diagnostics (stats-diags):
399      - fix global Min/Max in case 1 processor get only empty tiles
400    o genmake2: replace (4 times)
401         make genmake_tc_1.o >> genmake_warnings 2>&1
402      with
403         COMM="$CC $CFLAGS -c genmake_tc_1.c"
404         echo $COMM >> genmake_warnings
405         $COMM >> genmake_warnings 2>&1
406      to make genmake2 always see the value of CC as specified in the optfile.
407  o generic_advdiff: - prather advection scheme (SOM) coded for CS-grid.  o generic_advdiff: - prather advection scheme (SOM) coded for CS-grid.
408    - add diagnostics for 1srt & 2nd Order moments and sub-grid variance.    - add diagnostics for 1srt & 2nd Order moments and sub-grid variance.
409    - modify verification advect_cs test to test SOM-advection on CS-grid.    - modify verification advect_cs test to test SOM-advection on CS-grid.
# Line 2003  o add two new packages Line 2403  o add two new packages
2403    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme
2404    - these scheme operate in a similar manner as KPP (without ghat, of    - these scheme operate in a similar manner as KPP (without ghat, of
2405      course), however there is only one diffusivity that is used for both      course), however there is only one diffusivity that is used for both
2406      temperature and salinity (and passive tracers)ç      temperature and salinity (and passive tracers)
2407  o add offline package  o add offline package
2408  o add "verification/dic_example" which contains a dic-gchem-ptracer setup  o add "verification/dic_example" which contains a dic-gchem-ptracer setup
2409    provided by Stephanie Dutkiewicz    provided by Stephanie Dutkiewicz

Legend:
Removed from v.1.956  
changed lines
  Added in v.1.1078

  ViewVC Help
Powered by ViewVC 1.1.22