/[MITgcm]/MITgcm/pkg/thsice/thsice_calc_thickn.F
ViewVC logotype

Log of /MITgcm/pkg/thsice/thsice_calc_thickn.F

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


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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 21:31:14 2008 UTC (16 years ago) by dfer
Branch: MAIN
CVS Tags: checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u
Changes since 1.14: +16 -11 lines
Diff to previous 1.14
- Now hsMax limits snow heitght by turning it into ice following
  flooding scheme (and now conserving energy)
- Slight rewriting of the formula in thsice_calc_thick.F
- Parameter rhowi eliminated to be replaced by floodFac = (rhosw-rhoi)/rhos
--> changes results of global_ocean.cs32x15.icedyn and global_ocean.cs32x15.thsice


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Sep 17 21:58:15 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59h, checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p
Changes since 1.13: +71 -1 lines
Diff to previous 1.13
use continuous power-law function for partition of energy between lateral
melting/freezing and thinning/thickening ; old code using step function
still available with #undef THSICE_FRACEN_POWERLAW


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 20:55:28 2007 UTC (16 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59g
Changes since 1.12: +31 -15 lines
Diff to previous 1.12
prevent (or reduce) lateral melting if sea-ice fraction is too close to iceMaskMin


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 22:17:48 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f
Changes since 1.11: +4 -2 lines
Diff to previous 1.11
ensure area > iceMaskMin : Pb appears after changing (May-04) to melt
 only laterally if thin ice.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri May 4 19:15:56 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59b
Changes since 1.10: +8 -5 lines
Diff to previous 1.10
fix few little problems:
in thsice_calc_thickn.F:
 1) growth vertically (and not laterally) if iceFrac == iceMaskMax
 2) melt laterally only if hIce < hThinIce (as the comments say)
and in thsice_extend.F:
 3) allow to form ice even when iceFrac == iceMaskMax
     (by increasing thickness)
 4) start to form ice as soon as the minimum ice-volume is reachable.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue May 1 02:30:15 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59a
Changes since 1.9: +17 -16 lines
Diff to previous 1.9
if already ice, thickness of new ice to form is not larger than hNewIceMax


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Apr 30 15:50:01 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.8: +26 -10 lines
Diff to previous 1.8
add description of how the partitioning between lateral and vertical
 melting/growth works.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Apr 29 23:48:44 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.7: +18 -18 lines
Diff to previous 1.7
rename few parameters:
 himin  -> hIceMin
 himin0 -> hThinIce
 hihig  -> hThickIce
 i0     -> i0swFrac
 transCoef -> bMeltCoef
 frac_energy -> fracMelting
and add:
 hNewIceMax, fracFreezing, dhSnowLin


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 22:38:24 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59
Changes since 1.6: +112 -4 lines
Diff to previous 1.6
First set of modifs for TAF-ing thsice.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu May 25 18:03:24 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: 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, checkpoint58y_post, mitgcm_mapl_00
Changes since 1.5: +244 -120 lines
Diff to previous 1.5
- put i,j loops inside S/R: THSICE_ALBEDO, THSICE_SOLVE4TEMP, THSICE_EXTEND
   and THSICE_CALC_THICKN
- split thsice_step_fwd.F in 2 S/R: thsice_step_temp.F & thsice_step_fwd.F


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Feb 10 00:24:12 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post, checkpoint58e_post
Changes since 1.4: +136 -129 lines
Diff to previous 1.4
get rid of "goto" statement


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Dec 17 03:44:52 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpint57u_post, 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, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post, checkpoint58, eckpoint57e_pre
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
include header file EEPARAMS.h


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri May 7 21:33:34 2004 UTC (19 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint53a_post, checkpoint53b_post, checkpoint53b_pre, checkpoint53c_post, checkpoint53d_post, checkpoint53d_pre, checkpoint53f_post, checkpoint53g_post, checkpoint54, checkpoint54a_post, checkpoint54a_pre, checkpoint54b_post, checkpoint54c_post, checkpoint54d_post, checkpoint54e_post, checkpoint54f_post, checkpoint55, checkpoint55a_post, checkpoint55b_post, checkpoint55c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint55e_post, checkpoint55f_post, checkpoint55g_post, checkpoint55h_post, checkpoint55i_post, checkpoint55j_post, checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre
Changes since 1.2: +12 -14 lines
Diff to previous 1.2
improve "debug" writing.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 22:19:37 2004 UTC (20 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52n_post, checkpoint53
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
maintain snow precipitation unchanged (even if Tsf >=0).


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 23:40:34 2004 UTC (20 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52m_post
major changes in pkg/thsice: allows atmospheric model (AIM) to use thsice.
- split thsice_therm.F in 2 S/R: thsice_solve4temp.F & thsice_calc_thickn.F
- move most of the ocean & bulk_force interface in thsice_main.F
- add a "slab ocean" component to be used with atmospheric model


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