/[MITgcm]/MITgcm/pkg/seaice/seaice_advdiff.F
ViewVC logotype

Log of /MITgcm/pkg/seaice/seaice_advdiff.F

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


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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 18:48:17 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59d, checkpoint59e, checkpoint59f
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
Re-arrange store directives.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jun 1 12:56:49 2007 UTC (17 years ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59c
Changes since 1.17: +16 -3 lines
Diff to previous 1.17
put a cap on area here if seaice_growth is not called


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Apr 30 22:48:52 2007 UTC (17 years, 1 month ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59a, checkpoint59b
Changes since 1.16: +76 -74 lines
Diff to previous 1.16
some parameter clarifications and a little bit of spring cleaning


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Apr 29 22:27:39 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.15: +4 -245 lines
Diff to previous 1.15
remove code which deals with advection of pkg/thsice variables


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 19:33:07 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58y_post, checkpoint59
Changes since 1.14: +28 -28 lines
Diff to previous 1.14
advection of thSIce variables: uncomment the "new version" which is
 about setting back minimum and maximum ice fraction & thickness
 after applying the advection.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Apr 4 02:44:03 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.13: +2 -39 lines
Diff to previous 1.13
- exit this S/R if the plan is to do the advection in pkg/thSIce.
- remove code within #ifdef THSICE_NEW_ADVECT (was not working).


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 08:36:20 2006 UTC (17 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post
Changes since 1.12: +11 -1 lines
Diff to previous 1.12
 overhaul of thermodynamics
- growth.F and groatb.F are replaced by new routine seaice_growth.F
- budget.F is replaced by two new routines seaice_budget_ocean/ice.F
- move a few global fields out of SEAICE.h into seaice_growth.F and
  make them 2D (FICE/QNETO/ ...)
- remove FO (it is the same as QNETO)
- introduce a few local fields to avoid modifying external fields such
  as atemp, etc.

  lab_sea does not change, but hopefully it will be easier for Patrick
  do the adjoint


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 09:49:37 2006 UTC (17 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58r_post, checkpoint58s_post
Changes since 1.11: +60 -1 lines
Diff to previous 1.11
o add flooding algorithm and advection of HSNOW; both are turned off
  by default and do not fix any of the observed problems.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 01:56:23 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.10: +306 -146 lines
Diff to previous 1.10
seaice advection with pkg/thsice: a step toward the use of non-linear
advection scheme (e.g.: for Qice), but #ifdef or commented out for now
(requires more EXCH calls to work).


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 12:56:46 2006 UTC (17 years, 10 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post
Changes since 1.9: +6 -6 lines
Diff to previous 1.9
add 4 parameters for different advection schemes for area,
(effective) seaice thickness, enthalphy, and snow height. Their default
is the standard parameter SEAICEadvScheme


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 08:23:26 2006 UTC (17 years, 11 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58k_post, checkpoint58l_post
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
move #include "THSICE_DEBUG.h" to the end of the local declarations as
pgf77 complains about the sequence of statements (statement function
before "regular" declarations)


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 16:34:30 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58i_post, checkpoint58j_post
Changes since 1.7: +51 -22 lines
Diff to previous 1.7
import THSICE_DEBUG options (quiet useful at this stage)


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jun 6 19:13:34 2006 UTC (17 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58g_post, checkpoint58h_post
Changes since 1.6: +8 -2 lines
Diff to previous 1.6
Adjusting adjoint to latest changes.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 22:46:50 2006 UTC (18 years ago) by mlosch
Branch: MAIN
Changes since 1.5: +188 -95 lines
Diff to previous 1.5
o modifications and additions necessary for coupling thsice to seaice
  - major change in seaice_advdiff to make advection and diffusion
    more transparent
  - two new routines for mapping and computing advection and
    diffusion, makes seaice_diffusion obsolete


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat May 6 19:13:51 2006 UTC (18 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58e_post, checkpoint58f_post
Changes since 1.4: +29 -1 lines
Diff to previous 1.4
Avoid recomputation call to seaice_advdiff to
circumvene TAF bug (1.8.42)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Mar 20 21:18:45 2006 UTC (18 years, 2 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58c_post, checkpoint58d_post
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
o remove unused variable


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 15:42:13 2006 UTC (18 years, 2 months ago) by mlosch
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
o small change to save some time in the C-grid version


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 11:38:43 2006 UTC (18 years, 2 months ago) by mlosch
Branch: MAIN
Changes since 1.1: +10 -1 lines
Diff to previous 1.1
modify advection so that it works on a C-grid properly


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 10:41:48 2006 UTC (18 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58b_post
 add a few new advection schemes to seaice:
 ENUM_UPWIND_1RST, ENUM_DST2, ENUM_FLUX_LIMIT, ENUM_DST3,
 ENUM_DST3_FLUX_LIMIT
 Default is still the old one


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