/[MITgcm]/MITgcm/pkg/shelfice/shelfice_thermodynamics.F
ViewVC logotype

Log of /MITgcm/pkg/shelfice/shelfice_thermodynamics.F

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


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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jan 3 00:31:01 2010 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
fix a CPP comment (#endif ALLOW_ISOMIP_TD)


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Sep 3 20:50:09 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62
Changes since 1.17: +38 -38 lines
Diff to previous 1.17
uses the right type of S/R for diagnostic filling


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Apr 30 13:42:30 2009 UTC (15 years, 2 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u
Changes since 1.16: +11 -1 lines
Diff to previous 1.16
Adding diagnostics SHIForcT and SHIForcS, the ice shelf forcing for T and S.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 17:15:32 2009 UTC (15 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m
Changes since 1.15: +35 -30 lines
Diff to previous 1.15
fix bug with SHELFICEconserve flag, prepare for real fresh water flux
(not yet)
this simplifies the code considerable, but does not have too large an
effect and the model solutions


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Feb 27 23:32:38 2008 UTC (16 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h
Changes since 1.14: +12 -2 lines
Diff to previous 1.14
  - convert potential temperature into in-situ temperature. This changes the
    isomip tests => update tests


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Feb 27 12:43:21 2008 UTC (16 years, 4 months ago) by mlosch
Branch: MAIN
Changes since 1.13: +58 -61 lines
Diff to previous 1.13
  - rearrange computation of tLoc, sLoc, pLoc to make code more efficient


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Feb 27 04:35:02 2008 UTC (16 years, 4 months ago) by mlosch
Branch: MAIN
Changes since 1.12: +16 -17 lines
Diff to previous 1.12
  - sort out freshwater flux; convert freshwater fluxes to mass fluxes
    (kg/m^2/s), does not break tests, because in verification/isomip,
    rhoConstFresh=rhoConst (by accident)


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 14:43:36 2007 UTC (16 years, 8 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n
Changes since 1.11: +0 -34 lines
Diff to previous 1.11
clean up recent check-in with too comments only meant for myself


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 14:34:00 2007 UTC (16 years, 8 months ago) by mlosch
Branch: MAIN
Changes since 1.10: +43 -15 lines
Diff to previous 1.10
how embarrassing: total mixup of ice and sea water densities is resolved


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 12:23:13 2007 UTC (16 years, 8 months ago) by mlosch
Branch: MAIN
Changes since 1.9: +23 -16 lines
Diff to previous 1.9
clean up a little


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 09:26:39 2007 UTC (16 years, 8 months ago) by mlosch
Branch: MAIN
Changes since 1.8: +62 -18 lines
Diff to previous 1.8
add option for convservative form of Hellmer&Olbers (1989) thermodynamics
- requires a little reorganization, which affects the testreport results
  of isomip.htd (only 7 digits of cg2d agree) => update experiment
  The results are extremely sensitive to details of the algorithm
  (e.g., order in which sums and differences are taken, etc) so that
  replacing a term with a (theoretically) exactly equal other term
  causes the big difference; possibly, because the solution of a
  quadratic equation is involed. I am not happy about this, but the
  present formulation appears to be a little more robust.
- add a few comments


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 13:37:32 2007 UTC (16 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7
Change EmPmR units: from m/s to kg/m2/s


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 19:13:10 2007 UTC (16 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59g, checkpoint59h
Changes since 1.6: +7 -7 lines
Diff to previous 1.6
replace "recip_rhoConst*horiVertRatio" by mass2rUnit
and     "rhoConst*recip_horiVertRatio" by rUnit2mass


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 15:43:43 2007 UTC (17 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f
Changes since 1.5: +9 -1 lines
Diff to previous 1.5
add a few diagnostics


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 16:52:45 2006 UTC (17 years, 10 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post
Changes since 1.4: +46 -8 lines
Diff to previous 1.4
add a simple boundary layer scheme to reduce noise, off by default for
now


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Feb 14 13:09:46 2006 UTC (18 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: 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
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
 replace a '<' by a '.LT.'


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Feb 13 13:10:38 2006 UTC (18 years, 4 months ago) by mlosch
Branch: MAIN
Changes since 1.2: +101 -17 lines
Diff to previous 1.2
  - add more sophisticated thermodynamics of Hellmer (1989), this is
    now the default
  - give a few constants more intuitive names


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 10 10:00:42 2006 UTC (18 years, 4 months ago) by mlosch
Branch: MAIN
Changes since 1.1: +10 -7 lines
Diff to previous 1.1
  - separate shelfice load anomaly from pload (breaks with time
    dependent forcing), => introduce constant field shelficeLoadAnomaly.
    Its default is 0., but it may be computed more cleverly from (unknown)
    t- and s-profiles (tRef, sRef) and actual EOS. For now this has to be
    done offline. A good approximation of the pressure load anomaly is
    necessary to avoid large initial adjustment processes underneath
    deep-reaching shelfice.
  - small fix in shelfice_thermodynamics


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 11:45:21 2006 UTC (18 years, 4 months ago) by mlosch
Branch: MAIN
o add new package shelfice


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