/[MITgcm]/MITgcm/pkg/icefront/ICEFRONT.h
ViewVC logotype

Log of /MITgcm/pkg/icefront/ICEFRONT.h

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


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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 20:37:43 2017 UTC (7 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
In prep for additin to NAMELIST, rename internal (_RL) parameter
 {FIELD}startdate to {FIELD}StartTime
Note: new name also fit better content, i.e, a start time in second.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 00:16:03 2016 UTC (7 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint66a, checkpoint66b, checkpoint66c
Changes since 1.13: +37 -16 lines
Diff to previous 1.13
- move setting of icefront Sub-Glacial RunOff forcing (currently unused)
  from pkg/exf (read from data.exf) to pkg/icefront (read from data.icefront)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Nov 10 02:58:34 2013 UTC (10 years, 5 months ago) by yunx
Branch: MAIN
CVS Tags: checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b, checkpoint65c, checkpoint65d, checkpoint65e, checkpoint65f, checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y
Changes since 1.12: +1 -9 lines
Diff to previous 1.12
Remove ALLOW_SUBGLACIAL_RUNOFF and relative code. Instead, subglacial runoff
is added using obcs pkg. An example is given at
MITgcm_contrib/icefront/2D_example


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jan 5 22:01:00 2012 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.11: +13 -13 lines
Diff to previous 1.11
move SGrunoffFile out of #ifdef ALLOW_SUBGLACIAL_RUNOFF block so that
 exf_init_fixed.F can be compiled with default pkg/icefront settings.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 16 22:41:03 2011 UTC (12 years, 11 months ago) by yunx
Branch: MAIN
CVS Tags: checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h
Changes since 1.10: +1 -4 lines
Diff to previous 1.10
Make ICEFRONTheatTransCoeff and ICEFRONTsaltTransCoeff to be functions of
vertical velocity. These two parameters are now calculated at each time step,
instead of being input as constants.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed May 12 01:08:14 2010 UTC (13 years, 11 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x
Changes since 1.9: +4 -3 lines
Diff to previous 1.9
Check-in some bug fixes on behalf of Yun Xu.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue May 4 21:41:59 2010 UTC (13 years, 11 months ago) by dimitri
Branch: MAIN
Changes since 1.8: +11 -12 lines
Diff to previous 1.8
Adding capability to read sub-glacial runoff files using pkg/exf.
As per pkg/obcs, all scalar parameters are defined in EXF_PARAMS.h
and the rest are defined in ICEFRONT.h.
Note that array addmass is set to zero at beginning of every time step
in do_oceanic_phys.F so that it can cumulate input from various sources.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Apr 22 18:24:44 2010 UTC (14 years ago) by yunx
Branch: MAIN
CVS Tags: checkpoint62f
Changes since 1.7: +22 -1 lines
Diff to previous 1.7
Add sub-glacial runoff.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Feb 17 20:31:23 2010 UTC (14 years, 2 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62d, checkpoint62e
Changes since 1.6: +1 -3 lines
Diff to previous 1.6
changing diagnostic computations to local, 1D array with no overlaps


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Feb 16 21:25:22 2010 UTC (14 years, 2 months ago) by dimitri
Branch: MAIN
Changes since 1.5: +5 -9 lines
Diff to previous 1.5
removed some unused variables


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Feb 11 23:14:31 2010 UTC (14 years, 2 months ago) by dimitri
Branch: MAIN
Changes since 1.4: +6 -10 lines
Diff to previous 1.4
Moving some global arrays to local storage.
Correction for pressure of bottomost level.
(code contributed by Yun Xu)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jan 29 01:05:27 2010 UTC (14 years, 3 months ago) by dimitri
Branch: MAIN
Changes since 1.3: +34 -18 lines
Diff to previous 1.3
checking in ice front code contributed by Yun Xu
adding a comment to SHELFICE.h for units


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jan 25 22:37:19 2010 UTC (14 years, 3 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint62b
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
adding some 3D diagnostics


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jan 22 00:51:54 2010 UTC (14 years, 3 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +3 -43 lines
Diff to previous 1.1
Removing some variables, which are not needed for baseline icefront code.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Jan 20 23:33:45 2010 UTC (14 years, 3 months ago) by dimitri
Branch: MAIN
Adding the shell of, and the hooks to, a new package that will be
used to model melting and freezing of vertical glacier ice fronts:
 Modified Files:
 	doc/tag-index model/inc/PARAMS.h model/src/do_oceanic_phys.F
 	model/src/external_forcing.F model/src/packages_boot.F
 	model/src/packages_check.F model/src/packages_init_fixed.F
 	model/src/packages_init_variables.F
 	model/src/packages_readparms.F
 Added Files:
 	pkg/icefront/ICEFRONT.h pkg/icefront/ICEFRONT_OPTIONS.h
 	pkg/icefront/icefront_check.F
 	pkg/icefront/icefront_description.tex
 	pkg/icefront/icefront_diagnostics_init.F
 	pkg/icefront/icefront_init_fixed.F
 	pkg/icefront/icefront_init_varia.F
 	pkg/icefront/icefront_readparms.F
 	pkg/icefront/icefront_tendency_apply.F
 	pkg/icefront/icefront_thermodynamics.F


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