/[MITgcm]/MITgcm/model/inc/GRID.h
ViewVC logotype

Log of /MITgcm/model/inc/GRID.h

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


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

Revision 1.17.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 16:04:47 2002 UTC (22 years, 2 months ago) by adcroft
Branch: release1
CVS Tags: release1_chkpt44d_post, release1_p1, release1_p10, release1_p11, release1_p12, release1_p12_pre, release1_p13, release1_p13_pre, release1_p14, release1_p15, release1_p16, release1_p17, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, release1_p8, release1_p9
Branch point for: release1_50yr
Changes since 1.17: +5 -2 lines
Diff to previous 1.17 , to next main 1.43
Merging changes on MAIN between checkpoint43 and checkpoint43a-release1mods
Command: cvs -q update -jcheckpoint43 -jcheckpoint43a-release1mods -d -P

These changes are most of the changes between c43 and c44 except those
that occured after "12:45 11 Jan 2002". As far as I can tell it is
checkpoint43 with the following mods:

  o fix bug in mom_vi_del2uv
  o select when filters are applied ; add options to zonal_filter (data.zonfilt)  o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
  o update AIM experiments (NCEP input files)
  o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
  o added some stuff for AD
  o Jamar wet-points

This update does not contain the following mods that are in checkpoint44

  o bug fix in pkg/generic_advdiff/
    - thread related bug, bi,bj arguments in vertical advection routines
  o some changes to pkg/autodiff, pkg/cost, pkg/exf, pkg/ecco,
    verification/carbon and model/src/ related to adjoint
  o some new Matlab scripts for diagnosing model density
    - utils/matlab/dens_poly3.m and ini_poly3.m

The list of exclusions is accurate based on a "cvs diff". The list of
inclusions is based on the record in doc/tag-index which may not be complete.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 18:18:31 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint42, checkpoint43, ecco-branch-mod1, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1_coupled
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
Added a single character after a \ followed by white space and new-line.
Why we insist in drawing pictures in ASCII and not simply incorporating
PostScript into our comments, I don't know...  ;^)


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Sep 21 15:13:31 2001 UTC (22 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint41
Changes since 1.15: +295 -288 lines
Diff to previous 1.15
More comments up to date and formatted for document extraction of "prototypes".


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue May 29 14:01:36 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40, checkpoint40pre1, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7, checkpoint40pre8, checkpoint40pre9
Changes since 1.14: +35 -26 lines
Diff to previous 1.14
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 14:38:44 2001 UTC (23 years, 3 months ago) by cnh
Branch: MAIN
CVS Tags: c37_adj, checkpoint35, checkpoint36, checkpoint37, checkpoint38, checkpoint39
Branch point for: pre38
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:04:47 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.12: +11 -3 lines
Diff to previous 1.12
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics


Revision 1.12 - (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: 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-shapiro, branch-atmos-merge-start, branch-atmos-merge-zonalfilt, checkpoint20, checkpoint21, checkpoint22, checkpoint23, checkpoint24, checkpoint25, checkpoint26, checkpoint27, checkpoint28, checkpoint29, checkpoint30, checkpoint31, checkpoint32, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Changes since 1.11: +7 -1 lines
Diff to previous 1.11
Modifications for non-hydrostatic ability + updates for open-boundaries.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Nov 30 23:45:24 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint19
Changes since 1.10: +4 -2 lines
Diff to previous 1.10
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.10 - (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, checkpoint16, checkpoint17, checkpoint18
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
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.9 - (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.8: +2 -7 lines
Diff to previous 1.8
Consistent isomorphism changes


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 6 14:49:23 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 24 00:24:43 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Consistent isomorphism changes


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 17:51:06 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.5: +27 -20 lines
Diff to previous 1.5
Isomorphism consistency changes


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Aug 15 16:55:47 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.4: +84 -78 lines
Diff to previous 1.4
Changes for moving from z -> r as a vertical coordinate
Required changing r -> recip for reciprocal variable notation.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 21:43:00 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: branch-point-rdot, checkpoint10, checkpoint11, checkpoint12, checkpoint13, checkpoint6, checkpoint7, checkpoint8, checkpoint9
Branch point for: branch-rdot, checkpoint7-4degree-ref
Changes since 1.3: +50 -38 lines
Diff to previous 1.3
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.3 - (view) (download) (annotate) - [select for diffs]
Tue May 26 21:29:44 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint4, checkpoint5
Changes since 1.2: +41 -37 lines
Diff to previous 1.2
Changes to support "low" memory mode of operation
 - Small change to allow _RS -> REAL*4 to work
 - Added some macros for case where grid variations are a
   a subset of the general case. e.g. dx constnat or flat bottom


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:11:36 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint1, checkpoint2, checkpoint3, kloop1, kloop2, redigm
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
$Id to $Header changes


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 19:15:31 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