/[MITgcm]/MITgcm_contrib/torge/itd/code/seaice_growth.F
ViewVC logotype

Log of /MITgcm_contrib/torge/itd/code/seaice_growth.F

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


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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri May 3 20:20:21 2013 UTC (12 years, 3 months ago) by torge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +10 -1 lines
Diff to previous 1.20
include updates from main branch


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri May 3 20:09:15 2013 UTC (12 years, 3 months ago) by torge
Branch: MAIN
Changes since 1.19: +1 -196 lines
Diff to previous 1.19
removing all SEAICE_DEBUG lines that were introduced with ITD development


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri May 3 18:59:40 2013 UTC (12 years, 3 months ago) by torge
Branch: MAIN
Changes since 1.18: +28 -33 lines
Diff to previous 1.18
removing all "ToM" comments


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Apr 11 21:48:06 2013 UTC (12 years, 3 months ago) by torge
Branch: MAIN
Changes since 1.17: +63 -43 lines
Diff to previous 1.17
1) limiting the AREA reduction by lateral melt so that the actual ice thickness does not increase
2) introducing local variables i_dbOut and j_dbOut for seaice_debug output at a specific coordinate


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Apr 10 00:35:33 2013 UTC (12 years, 3 months ago) by torge
Branch: MAIN
Changes since 1.16: +74 -4 lines
Diff to previous 1.16
1) removing unused variable leadIceThickMin
2) introducing floe size dependent lateral melt for ITD case
   following suggestions in Steele (1992) for lateral melt
   and Luepkes et al. (2012) for floe size parameterization


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 18:59:52 2013 UTC (12 years, 4 months ago) by torge
Branch: MAIN
Changes since 1.15: +3 -178 lines
Diff to previous 1.15
updating my MITgcm_contrib directory to include latest changes on main branch;
settings are to run a 1D test szenario with ITD code and 7 categories


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 22:41:54 2012 UTC (12 years, 7 months ago) by torge
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
forgot SEAICE_DEBUG brackets with print statement 'increments 9'


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 22:19:49 2012 UTC (12 years, 7 months ago) by torge
Branch: MAIN
Changes since 1.13: +144 -145 lines
Diff to previous 1.13
include updates from main branch


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Nov 2 19:15:42 2012 UTC (12 years, 9 months ago) by torge
Branch: MAIN
Changes since 1.12: +46 -43 lines
Diff to previous 1.12
this version yields (almost) identical results for the 1-D verification experiment using
a) no ITD and no MULTICATEGORIES
b) ITD with nITD=1
without any specific hacks in the code


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 23:04:51 2012 UTC (12 years, 9 months ago) by torge
Branch: MAIN
Changes since 1.11: +294 -224 lines
Diff to previous 1.11
cleaning out a few bugs;
move IT loops outside I,J loops;
derive all ice and snow thickness tendencies before updating
HEFFITD and HSNOWITD;


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 22:18:09 2012 UTC (12 years, 9 months ago) by torge
Branch: MAIN
Changes since 1.10: +2 -0 lines
Diff to previous 1.10
removing bugs


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 21:12:47 2012 UTC (12 years, 9 months ago) by torge
Branch: MAIN
Changes since 1.9: +453 -265 lines
Diff to previous 1.9
adopting latest changes in main branch


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 16:36:45 2012 UTC (12 years, 9 months ago) by torge
Branch: MAIN
Changes since 1.8: +76 -153 lines
Diff to previous 1.8
wrap all msgBuf write statements in SEAICE_DEBUG preprocessor option;
in seaice_model: add a constant divergence rate to mimic dynamics for the 1D verification experiment (not a permanent change)


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 16:02:25 2012 UTC (12 years, 9 months ago) by torge
Branch: MAIN
Changes since 1.7: +281 -105 lines
Diff to previous 1.7
seaice_model and seaice_growth adjusted to deliver runtime output for 1D_ocean_ice_column;
this version of seaice_growth finally works,
though it is particularly designed for the case nITD=1 and #undef SEAICE_MULTICATEGORY,
then running the 1D verification experiment over 365 deays with
1) #undef SEAICE_ITD and
2) #define SEAICE_ITD
results in no difference for AREA and HEFF


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 22:41:30 2012 UTC (12 years, 10 months ago) by torge
Branch: MAIN
Changes since 1.6: +54 -17 lines
Diff to previous 1.6
removed a few bugs in the code;
there are issues with the idea of not having a "lead closing parameter"
in the ITD code: initial ice growth that has very small actual ice thickness
causes huge ocean warming due to penetrating short wave flux (calculated
in SOLVE4TEMP) and surface ocean warms quickly if ice area fraction is 100%
instantly


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 17:06:04 2012 UTC (12 years, 10 months ago) by torge
Branch: MAIN
Changes since 1.5: +4 -10 lines
Diff to previous 1.5
reset declaration and initialization of latentHeatFluxMaxMult to original,
meaning only used in case of SEAICE_CAP_SUBLIM


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 16:47:41 2012 UTC (12 years, 10 months ago) by torge
Branch: MAIN
Changes since 1.4: +171 -172 lines
Diff to previous 1.4
eliminating loop index K, replaced by index IT (in one case by iTr);
cleaned out some coding mistakes with it


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 19:01:17 2012 UTC (12 years, 10 months ago) by torge
Branch: MAIN
Changes since 1.3: +44 -27 lines
Diff to previous 1.3
added missing lines related to a_QbyATM_open and a_QSWbyATM_open
to SEAICE_ITD part of code;
also removing some write and print statements used for debugging


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 17:50:17 2012 UTC (12 years, 10 months ago) by torge
Branch: MAIN
Changes since 1.2: +330 -157 lines
Diff to previous 1.2
preliminary code with lots of output to standard out;
seaice_growth is not working in this version!!!


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 22:25:23 2012 UTC (13 years, 3 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +490 -9 lines
Diff to previous 1.1
first check in of itd code


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 22:22:17 2012 UTC (13 years, 3 months ago) by dimitri
Branch: MAIN
check-in original code, before itd modifications
seaice_advdiff.F,v 1.60 2012/02/16 01:22:02
seaice_check_pickup.F,v 1.7 2012/03/05 15:21:44
seaice_diagnostics_init.F,v 1.33 2012/02/16 01:22:02
seaice_growth.F,v 1.162 2012/03/15 03:07:31
seaice_init_fixed.F,v 1.19 2012/03/11 13:41:38
seaice_init_varia.F,v 1.72 2012/03/14 22:55:53
seaice_readparms.F,v 1.120 2012/03/14 22:55:53
seaice_write_pickup.F,v 1.14 2012/03/05 15:21:45
seaice_read_pickup.F,v 1.16 2012/03/05 15:21:44
seaice_model.F,v 1.100 2012/03/02 18:56:06
SEAICE.h,v 1.62 2012/03/06 16:51:21
SEAICE_OPTIONS.h,v 1.63 2012/03/08 01:15:02
SEAICE_PARAMS.h,v 1.91 2012/03/11 13:41:38
SEAICE_SIZE.h,v 1.5 2012/03/06 16:51:21
SIZE.h,v 1.28 2009/05/17 21:15:07


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