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

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

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


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

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 18:45:28 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint5
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Various corrections:
 o implicitDiffusion was missing from PARAMS.h (obviously forgot to commit)
 o maskUp in calc_common_fact() is now correct
 o find_rho() now has the proper "referencing" for "LINEAR" eos-mode
   [also affected a call from dynamics()]


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 22:27:14 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.11: +41 -26 lines
Diff to previous 1.11
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.11 - (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.10: +74 -15 lines
Diff to previous 1.10
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.10 - (view) (download) (annotate) - [select for diffs]
Thu May 28 16:19:50 1998 UTC (26 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint4
Changes since 1.9: +35 -11 lines
Diff to previous 1.9
Changes to:
 o read in coefficients for POLY3 EOS.
 o find_rho() polynomial evaluation has been factorized.
 o additional density field needed in calc_iso_slopes() with non-linear EOS.

This EOS must use the appropriate version of KNUDSEN to generate the
coefficients file (POLY3.COEFFS). C7 and C8 were back to front in
all previous versions of the model (compare01).


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon May 25 21:29:45 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint3
Changes since 1.8: +18 -14 lines
Diff to previous 1.8
Added flags for turning off momentum equation and/or temperature equation


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


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 25 16:17:36 1998 UTC (26 years ago) by cnh
Branch: MAIN
Changes since 1.6: +59 -58 lines
Diff to previous 1.6
Added changes to support implicit free-surface.
 - included gBaro a "barotropic" gravity that can
   be set differently to the g.rhoprime gravity.
 - discovered and fixed coding error in dynamics
   loop. Per tile temporaries that needed correct
   initial values were not being reset for each tile.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed May 20 21:29:31 1998 UTC (26 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint2, redigm
Changes since 1.5: +33 -1 lines
Diff to previous 1.5
GM/Redi parameterization. calc_isoslopes() calculates components
of Redi tensor. calc_gt() then uses these components in a modified
vertical tracer flux. AJA


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon May 4 16:32:10 1998 UTC (26 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint1
Changes since 1.4: +33 -27 lines
Diff to previous 1.4
Changed the descretization of hydrostatic pressure (now barZ(dz)*barZ(rho) )
to conserve potential energy. This was the original discretization but
when I (AJA) made the outer K loop I changed the discretization. Sorry.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Apr 30 14:03:28 1998 UTC (26 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: kloop2
Changes since 1.3: +14 -3 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]
Wed Apr 29 21:31:09 1998 UTC (26 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: kloop1
Changes since 1.2: +46 -11 lines
Diff to previous 1.2
Moved the K loops from convect(), find_rho() and calc_ph() up to
this level (dynamics).


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:05:40 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