/[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 checkpoint63b: (view) (download) (annotate)
Sticky Tag:

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 13:14:52 2011 UTC (12 years, 10 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d
Changes since 1.52: +3 -3 lines
Diff to previous 1.52
- bug fix : an occurence of areaMin was not removed.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 23:21:18 2011 UTC (12 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62z
Changes since 1.51: +6 -6 lines
Diff to previous 1.51
- added diagnostics for seaice genereic tracers (SItr*).
- added SItrUnit and SItrNameLong run time param (for SItr* diags).
- in diag names, replaced 'PrTh' abbrev. of 'preceeding thermo' with 'PT'.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 19:37:01 2011 UTC (12 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.50: +71 -18 lines
Diff to previous 1.50
- seaice_tracer_phys.F and seaice_advdiff.F
  do ice cover tracers, in addition to ice volume tracers.
- seaice_readparms.F
  add SItrMate ('HEFF' or 'AREA') in PARAMS03 to switch
    from ice volume tracer (defualt) to ice cover tracer
- seaice_growth.F
  use areaMax in AREA update (part 4), consistent with ridging step (part 2.5).
  store AREA in SItrAREA at the ridging and update steps (for use with SItracer).


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Jun 7 03:58:23 2011 UTC (12 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.49: +104 -4 lines
Diff to previous 1.49
- introducing ALLOW_SITRACER and seaice_tracer_phys.F to handle generic seaice tracer.
  For now it covers, and was tested for, salinity and age (work in progress).
- introducing siEps (1e-5, parameter, defined in SEAICE_PARAMS.h).


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sun May 29 17:15:38 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.48: +116 -88 lines
Diff to previous 1.48
try to fix calls to SEAICE_DIFFUSION with default AdvScheme (wonder
 how this could have been tested before checked-in):
- add bi,bj loop around each call (was missing).
- input array xA,yA were not filled up: add bi,bj dim and set them once.
- fix argument iceAgeTr (wrong indices).


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sat May 28 14:57:49 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.47: +6 -6 lines
Diff to previous 1.47
safer to use RL parameter "ONE" in S/R call to seaice_diffusion (instead of 1. _d 0)


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Fri May 27 21:13:48 2011 UTC (12 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.46: +51 -11 lines
Diff to previous 1.46
- seaice_diffusion.F : remove the min(DX,DY) factor permanently;
  pass the Laplacian diffusivity (in m/s2) diffKh as a parameter;
  also pass fac as a param, which can be 1. (to update the tendency
  field) or the time step (to update the field itself).
- seaice_advdiff.F: for multidim, call seaice_diffusion with
  e.g. SEAICEdiffKhHeff and with fac=1; for single-dim, call
  seaice_diffusion with e.g. SEAICEdiffKhHeff and with fac=time step.
- SEAICE_PARAMS.h, seaice_readparms.F, seaice_check.F :
  hooks to handle SEAICEdiffKhHeff, SEAICEdiffKhArea, etc.
- note: if any of SEAICEdiffKhHeff, SEAICEdiffKhArea, etc.
  is specified to be >0, then DIFF1 is set to 0.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 02:06:31 2011 UTC (13 years ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint62x, checkpoint62y
Changes since 1.45: +6 -6 lines
Diff to previous 1.45
Renaming of compile time flag SEAICE_SALINITY to SEAICE_VARIABLE_SALINITY and
SEAICE_salinity to SIsalFRAC.

Added logical checks for the use of the retired variable names in
 seaice_readparms and seaice_check.

 ----------------------------------------------------------------------
 Modified Files:
 	pkg/autodiff/autodiff_restore.F pkg/autodiff/autodiff_store.F
 	pkg/obcs/obcs_apply_seaice.F pkg/seaice/SEAICE.h
 	pkg/seaice/SEAICE_OPTIONS.h pkg/seaice/SEAICE_PARAMS.h
 	pkg/seaice/seaice_ad_check_lev1_dir.h
 	pkg/seaice/seaice_advdiff.F pkg/seaice/seaice_check.F
 	pkg/seaice/seaice_diagnostics_state.F
 	pkg/seaice/seaice_growth.F pkg/seaice/seaice_init_varia.F
 	pkg/seaice/seaice_model.F pkg/seaice/seaice_monitor.F
 	pkg/seaice/seaice_output.F pkg/seaice/seaice_read_pickup.F
 	pkg/seaice/seaice_readparms.F pkg/seaice/seaice_write_pickup.F
 ----------------------------------------------------------------------


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 01:34:27 2011 UTC (13 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62w
Changes since 1.44: +8 -5 lines
Diff to previous 1.44
avoid un-used variables (placed within proper #ifdef)


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Mar 5 18:06:06 2011 UTC (13 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62u, checkpoint62v
Changes since 1.43: +43 -24 lines
Diff to previous 1.43
Start a seaice tracer-like code but for now confinded to ice age


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Dec 17 04:02:25 2010 UTC (13 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t
Changes since 1.42: +1 -5 lines
Diff to previous 1.42
-avoid recomputation.
-add seaice_diffusion.f seaice_map_thsice.f to adjoint.
-allow use of multidim advection in ad runs.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Jun 30 02:13:54 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o
Changes since 1.41: +6 -17 lines
Diff to previous 1.41
account for "seaice ridging" effects on seaice age when seaice ridging
 is done (ie, when AREA is set to 1): this is done in seaice_growth
 and do it here only if usePW79thermodynamics=F.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 14:39:44 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.40: +20 -1 lines
Diff to previous 1.40
back to version 1.38: (mis interpreted what usePW79thermodynamics=F means)


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Jun 27 20:17:00 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.39: +1 -2 lines
Diff to previous 1.39
fix previous modif


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Jun 27 20:14:21 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.38: +1 -19 lines
Diff to previous 1.38
remove seaice age code corresponding to the case where thsice is used:
1) ice-age not available with thsice and 2) if it was, would be part of thsice.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 12:35:54 2010 UTC (14 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h
Changes since 1.37: +10 -1 lines
Diff to previous 1.37
Wrong store dir. in advect.F (spotted by G. Forget)
Storing in advect.F is delicate since it's
1. in a backward Euler loop
2. S/R ADVECT is caled up to 4 times


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 13:11:00 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d
Changes since 1.36: +10 -35 lines
Diff to previous 1.36
remove local copy to temp array "iceFld" (not clear why it was introduce
at the first place ; can put it back if needed for TAF).


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 08:00:36 2009 UTC (14 years, 10 months ago) by mlosch
Branch: MAIN
Changes since 1.35: +29 -108 lines
Diff to previous 1.35
 third step of replacing 3D versions of UICE,VICE,HEFF,AREA by 2D
 versions.
remove/rename a few temporary fields, that are no longer
 needed. fldNm1 is now in a local common block, but I don't think that
 this is necessary. To be decided by better men than me.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Jun 22 21:57:01 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.34: +5 -5 lines
Diff to previous 1.34
repeat modif from version 1.32, with the same check-in msg:
- put exchanged variable in (local) common block for MPI+MTH


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Jun 22 15:57:45 2009 UTC (14 years, 10 months ago) by mlosch
Branch: MAIN
Changes since 1.33: +49 -38 lines
Diff to previous 1.33
first steps in cleaning up the 3-time levels of UICE,VICE,HEFF,AREA:
  1. introduce fields for time step (N-1 = *Nm1)
  2. do not use levels 2 and 3 anymore (but they are still around)

these changes probably break the adjoint, but the pickup is still
working, so I am stopping now to give P. a chance to fix the adjoint
if necessary and then I will get rid of the 3D fields altogether
carefully taking into account the pickup (not clear how).


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Jun 11 09:04:03 2009 UTC (14 years, 11 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61q
Changes since 1.32: +37 -9 lines
Diff to previous 1.32
make the (placeholder-)tracer IceAge a little more meaningful by
avoiding ridging of age due to convergent ice flow


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue May 19 21:49:31 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61o, checkpoint61p
Changes since 1.31: +4 -2 lines
Diff to previous 1.31
- put exchanged variable in (local) common block for MPI+MTH


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 21:59:17 2009 UTC (15 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n
Changes since 1.30: +6 -6 lines
Diff to previous 1.30
Update tamc.h for single-prec comlev option


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 06:14:50 2008 UTC (15 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint61g, checkpoint61h, checkpoint61i
Changes since 1.29: +8 -2 lines
Diff to previous 1.29
changing ice age to effective ice age


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 03:33:30 2008 UTC (15 years, 5 months ago) by dimitri
Branch: MAIN
Changes since 1.28: +63 -1 lines
Diff to previous 1.28
added sea ice age tracer;  #define SEAICE_AGE in SEAICE_PARAMS.h


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Dec 21 01:32:35 2007 UTC (16 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f
Changes since 1.27: +1 -67 lines
Diff to previous 1.27
Moved seaice tracer obcs after call to seaice_growth.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Nov 28 00:18:17 2007 UTC (16 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59k, checkpoint59l
Changes since 1.26: +1 -3 lines
Diff to previous 1.26
added pkg/salt_plume by gathering code, which were previously
spread around various files in model/inc and model/src
results remain numerically identical to before, as a first step
towards adding more options, etc., to this package


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 18:27:25 2007 UTC (16 years, 6 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59j
Changes since 1.25: +3 -1 lines
Diff to previous 1.25
bug fixes - thx Manfredi


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Oct 24 05:02:11 2007 UTC (16 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.24: +3 -1 lines
Diff to previous 1.24
Add DISABLE_SEAICE_OBCS (temporarily)


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Oct 23 08:25:28 2007 UTC (16 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.23: +27 -1 lines
Diff to previous 1.23
added open boundary conditions capability for seaice HSNOW and HSALT
(code contributed by Michael Schodlok)


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 18:03:09 2007 UTC (16 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59i
Changes since 1.22: +37 -1 lines
Diff to previous 1.22
added obcs-seaice capability for non-multiDimAdvection schemes
and removed a spurious ",k" from OBCS_APPLY_* in seaice_advection.F


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 21:18:12 2007 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59h
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
A simple HSALT time stepping equation has been checked in.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Sep 15 16:52:26 2007 UTC (16 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59g
Changes since 1.20: +12 -10 lines
Diff to previous 1.20
- fix the 2 forward + 2 adjoint experiment that don't even compile
- fix error: IF SEAICEadvSalt (instead of SEAICEadvSnow)


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Sep 15 01:38:59 2007 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.19: +62 -2 lines
Diff to previous 1.19
adding ice salinity HSALT as a prognostic variable


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 18:48:17 2007 UTC (16 years, 11 months 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 (16 years, 11 months 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 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 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, 1 month 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, 1 month 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, 6 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, 6 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, 10 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 (17 years, 11 months 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 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