/[MITgcm]/MITgcm/model/src/timestep.F
ViewVC logotype

Log of /MITgcm/model/src/timestep.F

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


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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 22:44:49 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint18, checkpoint19, checkpoint20, checkpoint21, checkpoint22, checkpoint23, checkpoint24
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Changes to allow for atmospheric integration builds of the code


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:50:57 1998 UTC (25 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint15, checkpoint16, checkpoint17
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Changes for new exchange routines which do general tile <-> tile
connectivity, variable width overlap regions and provide
hooks for shared memory  and DMA protocols like Arctic, Memory Channel
etc..


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 15:04:44 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint14
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Consistent isomorphism chages


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jun 16 15:20:08 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-point-rdot, checkpoint10, checkpoint11, checkpoint12, checkpoint13, checkpoint8, checkpoint9
Branch point for: branch-rdot
Changes since 1.12: +3 -5 lines
Diff to previous 1.12
E-implemented the theta* and salt* time-stepping scheme.
We did this so that theta/salt/u/v would all be at the same
time-level at the end of dynamics() to make I/O easier.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jun 10 16:05:39 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint7
Branch point for: checkpoint7-4degree-ref
Changes since 1.11: +16 -1 lines
Diff to previous 1.11
Added code to bring "salt" up-to-date with "theta".
One caveat is that implicit diffusion of salt is done with the
diffusivity of theta. We'll sort this out later. In explicit
mode, diffKzS is used.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 16:48:03 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Changes to support topography, hydrography and
forcing from files


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 15:58:36 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Various corrections:
 o do_gterm_blocking..() is fixed to work with new time-stepping
 o CPP_OPTIONS.h now contains #define ALLOW_CD


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 21:43:02 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint6
Changes since 1.8: +7 -1 lines
Diff to previous 1.8
Merge of GM Redi and spherical polar and inplicit diffusion
and CD. Everything for a global run is now included, however,
still some discrepancies with GM Redi.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 22:27:14 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint5
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
Implemented implicit vertical diffusion (tracers only).
Involved introducing a "total" diffusivity array (local 3D)
calculated by calc_diffusivity().
Made some small changes to time-stepping algorithm.
Switched on by setting implicitZdiffusion.
(note: *Not* fully tested with topography. But when switched off
this does produce identical results)


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 20:36:13 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.6: +10 -30 lines
Diff to previous 1.6
Swapped the time-stepping algorithm around (just a little bit).
We now officially use the predictor-corrector terminology.
We make the prediction step at the end of the dynamics() section
and store the result in the gUNm1, gVNm1, gTNm1 arrays.
The "tricky" part is that at the beginning of the dynamics section,
where the "correction" is made, theses arrays must be initialised
at the beginning of any run. A new routine init_predictor() does this.
This is "all" in preparation for implicit diffusion. Let's hope
it's enough...


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat May 30 02:10:16 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint4
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Further memory saving macros for particular grids


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:05:55 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint3
Changes since 1.4: +8 -3 lines
Diff to previous 1.4
Added extra IO features
 - runtime on/off flags
 - more reporting of configuration


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Apr 30 14:03:29 1998 UTC (26 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint1, checkpoint2, kloop2, redigm
Changes since 1.3: +10 -31 lines
Diff to previous 1.3
Moved the "K loop" from timestep() upto dynamics(). dynamics() now
contains all K loops (two infact).


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 03:07:12 1998 UTC (26 years, 1 month ago) by cnh
Branch: MAIN
CVS Tags: kloop1
Changes since 1.2: +1 -9 lines
Diff to previous 1.2
Removed development debuggin


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:05:42 1998 UTC (26 years, 1 month ago) by cnh
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Further $Id to $Header conversions


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 19:15:30 1998 UTC (26 years, 1 month ago) by cnh
Branch: MAIN
Branch point for: cnh
Initial revision


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