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

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

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


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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 19:06:14 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: branch-atmos-merge-phase1, branch-atmos-merge-phase2, branch-atmos-merge-phase3, branch-atmos-merge-phase4, branch-atmos-merge-phase5, branch-atmos-merge-phase6, branch-atmos-merge-phase7, branch-atmos-merge-start, checkpoint26, checkpoint27, checkpoint28, checkpoint29, checkpoint30, checkpoint31, checkpoint32, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
The JAM libraries don't have a GLOBAL_MAX() so we
skip the RHS normalization.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 18:31:31 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
Fixed some uninitialized or unused variables. This caused some compilers
to either complain or stop. Numerous but harmless.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 16:09:41 2000 UTC (24 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint25
Changes since 1.22: +22 -2 lines
Diff to previous 1.22
Added "JAM" routines for use with Artic network (Hyades cluster).


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jul 30 16:00:55 1999 UTC (24 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint24
Changes since 1.21: +4 -2 lines
Diff to previous 1.21
Removed a comment of the Cadj which is reserved for TAMC. Spotted by C.E.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon May 24 14:15:15 1999 UTC (24 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint23
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Moved the final exchange of pressure (cg2d_x or cg3d_x) from the
solve to solve_for_pressure.F so that the adjoint knows whats
going on.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue May 18 17:36:55 1999 UTC (25 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint22
Changes since 1.19: +8 -25 lines
Diff to previous 1.19
Changed number of arguments to GLOBAL_SUM and GLOBAL_MAX to two.
Instigated by Ralf.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 15:54:03 1999 UTC (25 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint20, checkpoint21
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Modifications for non-hydrostatic ability + updates for open-boundaries.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 16:11:51 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint19
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
Added IMPLICIT NONE in a lot of subroutines.
Also corrected the recip_Rhonil bug: we didn't set it in ini_parms.F


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Nov 30 23:45:24 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
These are changes concerning geometry on a sphere and BCs:
 o The calculation of RA used to be wrong if delX != delY.
 o The details of the cell geometry is now consistent with the
   "classic" CM-5 code.
 o Advection near boundaries is now correct.
 o Lateral no-slip/free-slip now works.
 o Vertical no-slip/free-slip now works properly.
 o del^4 viscosity (with no-slip/free-slip) now works properly.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 22:44:45 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint18
Changes since 1.15: +2 -2 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]
Mon Nov 2 03:34:11 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint17
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
Changes for TAMC compatability.
Added exp0 a barotropic basin scale box example
Modified exp1 and exp2 to correct SIZE.h for Nr and
variable overlap width support.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 03:11:36 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint16
Changes since 1.13: +26 -16 lines
Diff to previous 1.13
Changes to support
 - g77 compilation under Linux
 - LR(1) form of 64-bit is D or E for constants
 - Modified adjoint of exch with adjoint variables
   acuumulated.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:50:56 1998 UTC (25 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint15
Changes since 1.12: +63 -5 lines
Diff to previous 1.12
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.12 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 01:37:49 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint14
Changes since 1.11: +10 -1 lines
Diff to previous 1.11
Consistent isomorphism changes


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 16:23:11 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Consistent isomorphism changes


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 6 17:35:19 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.9: +10 -5 lines
Diff to previous 1.9
Consistent isomorphism changes


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Sep 6 14:45:11 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8
Consistent isomorphism changes


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Aug 21 12:29:55 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Consistent isomorphism changes


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 15 05:13:55 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: branch-point-rdot, checkpoint10, checkpoint11, checkpoint12, checkpoint13, checkpoint7, checkpoint8, checkpoint9
Branch point for: branch-rdot, checkpoint7-4degree-ref
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Fairly coplete 4 degree global intercomparison
setup.
 Includes changes to make convective adjustment and hydrostatic
pressure correct as well as IO for climatological datasets


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jun 12 19:33:33 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
Chages to make default setup correct for 4 degreee global comparison


Revision 1.5 - (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, checkpoint5, checkpoint6
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Further memory saving macros for particular grids


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon May 25 16:17:36 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint3
Changes since 1.3: +11 -3 lines
Diff to previous 1.3
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.3 - (view) (download) (annotate) - [select for diffs]
Thu May 21 18:26:36 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint2
Changes since 1.2: +7 -7 lines
Diff to previous 1.2
Added active preconditioner


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:05:40 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint1, kloop1, kloop2, redigm
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 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