/[MITgcm]/MITgcm/model/src/calc_3d_diffusivity.F
ViewVC logotype

Log of /MITgcm/model/src/calc_3d_diffusivity.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 19:41:22 2017 UTC (6 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
fix typo in pCelMix code (hFacC instead of hFacW)


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Nov 2 18:00:52 2017 UTC (6 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.18: +133 -3 lines
Diff to previous 1.18
- new options 1) to account for true vertical distance (including hFac)
     in vertical viscous flux and diffusive flux ;
  2) to increase vertical mixing near surface and/or bottom where partial
     cell is too thin ;
- for now, both additions above are within: #ifndef EXCLUDE_PCELL_MIX_CODE ;


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 03:31:35 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65b, checkpoint65c, checkpoint65d, checkpoint65e, checkpoint65f, checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y, checkpoint65z, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l
Changes since 1.17: +21 -12 lines
Diff to previous 1.17
-  add new pkg "kl10" for mixing due to internal wave breaking
  ( http://www.sciencedirect.com/science/article/pii/S1463500310000144 )


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 22:25:23 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a
Changes since 1.16: +13 -22 lines
Diff to previous 1.16
move KPP hack into kpp_calc_diff_ptr.F (+ add argument to S/R KPP_CALC_DIFF_PTR)


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Mar 16 00:08:27 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
avoid unbalanced quote (single or double) in commented line


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jun 26 23:10:08 2009 UTC (14 years, 10 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c
Changes since 1.14: +26 -7 lines
Diff to previous 1.14
add package longstep


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Feb 12 23:04:44 2008 UTC (16 years, 2 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Add tracer identity as argument of gmredi_calc_diff.F


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Nov 5 18:52:21 2007 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
split PTRACERS.h in 2 header files: PTRACERS_FIELDS.h & PTRACERS_PARAMS.h


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 14:42:59 2007 UTC (16 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59h, checkpoint59i
Changes since 1.11: +4 -3 lines
Diff to previous 1.11
Added comments, which describe the changes made in kpp_calc_diff_s & _t.F on
April 23, 2007.  These routines no longer update the vertical
diffusivity array (passed as argument) but are (re-) setting those
arrays.  Also changed order GMREDI_CALC_DIFF & KPP_CALC_DIFF_T in
calc_diffusivity.F and ptracers_calc_diff.F since now the order matters.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 4 16:49:44 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59g
Changes since 1.10: +13 -10 lines
Diff to previous 1.10
reduce number of "warning: unused variable"


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 23 20:46:49 2007 UTC (17 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f
Changes since 1.9: +63 -66 lines
Diff to previous 1.9
o bug fixes for vertical diffusivity computations when both KPP and
    3D diffusivity arrays are used.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 18:32:32 2007 UTC (17 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint58y_post, checkpoint59
Changes since 1.8: +26 -5 lines
Diff to previous 1.8
latitudinal dependence of Bryan and Lewis, 1979
fixed and reworked as per JM suggestions


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 15:05:58 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.7: +7 -31 lines
Diff to previous 1.7
latest changes are so good (specially from testing on faulks with ifort)
that we will keep them confidential for now. Go back to previous version.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:00:47 2007 UTC (17 years ago) by dimitri
Branch: MAIN
Changes since 1.6: +32 -8 lines
Diff to previous 1.6
o Added capability for latitudinal dependence of Bryan and Lewis, 1979
  vertical diffusivity, similar to that in MOM4; vertical diffusivity is
  specified using diffKrBL79* diffKrBLEQ* and KbryanLewisLatTransition


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 22:51:48 2007 UTC (17 years ago) by dimitri
Branch: MAIN
Changes since 1.5: +9 -6 lines
Diff to previous 1.5
Modified capability for 3D specification of background vertical diffusion
coefficient as per JM requests.  3D diffusion is now specified by
(i) #define ALLOW_3D_DIFFKR in CPP_OPTIONS.h and
(ii) specifying file diffKrFile in runtime "data" file that contains
     the 3D vertical diffusivity coefficients.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 00:02:49 2007 UTC (17 years ago) by dimitri
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
o Added capability for 3D specification of vertical diffusion coefficient.
  This is done by specifying files diffKr3dSfile and diffKr3dTfile that
  contain the 3D vertical diffusivity coefficients.
Modified files: doc/tag-index model/inc/PARAMS.h
  model/src/calc_3d_diffusivity.F, calc_diffusivity.F, ini_mixing.F,
            ini_parms.F, and set_defaults.F
Added missing file verification/tutorial_global_oce_latlon/run/.cvsignore


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Nov 4 01:19:24 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post, checkpoint58, checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post, checkpoint58e_post, checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post, checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, mitgcm_mapl_00
Changes since 1.3: +4 -2 lines
Diff to previous 1.3
remove unused variables (reduces number of compiler warning)


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 15:39:11 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre, checkpoint57b_post, checkpoint57c_post, checkpoint57c_pre, checkpoint57d_post, checkpoint57e_post, checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre, checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre, checkpoint57i_post, checkpoint57j_post, checkpoint57k_post, checkpoint57l_post, checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post, checkpoint57q_post, checkpoint57r_post, checkpoint57s_post, checkpoint57t_post, checkpoint57v_post, checkpoint57w_post, eckpoint57e_pre
Changes since 1.2: +6 -1 lines
Diff to previous 1.2
allow to compile without generic_advdiff pkg.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 00:30:57 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint55i_post, checkpoint55j_post, checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post
Changes since 1.1: +12 -9 lines
Diff to previous 1.1
Change arrays for total vertical diffusivity (2.D explicit, 3.D implicit)


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 16:02:51 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
compute vertical diffusivity for each tracer (but not yet called)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22