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

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, 6 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, 7 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, 7 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, 7 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, 8 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 (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 (18 years 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 (18 years 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