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

Log of /MITgcm/model/src/ini_masks_etc.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.15 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 15:54:04 1999 UTC (25 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint20
Changes since 1.14: +37 -2 lines
Diff to previous 1.14
Modifications for non-hydrostatic ability + updates for open-boundaries.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 10 00:16:16 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint19
Changes since 1.13: +1 -5 lines
Diff to previous 1.13
Removed some silly diagnostics left-over from the early days.
(print *,'AAAA',...)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 16:11:52 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
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.12 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 18:01:52 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.11: +2 -6 lines
Diff to previous 1.11
Someone had added code to force full-cell formulation. Tut tut.
This code has been removed.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 22:44:47 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint18
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Changes to allow for atmospheric integration builds of the code


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 03:34:12 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint17
Changes since 1.9: +14 -14 lines
Diff to previous 1.9
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.9 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 03:11:37 1998 UTC (25 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint16
Changes since 1.8: +9 -5 lines
Diff to previous 1.8
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.8 - (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
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
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.7 - (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.6: +17 -2 lines
Diff to previous 1.6
Consistent isomorphism changes


Revision 1.6 - (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.5: +5 -5 lines
Diff to previous 1.5
Consistent isomorphism changes


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 24 02:25:01 1998 UTC (25 years, 9 months ago) by cnh
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
Consistent isomorphism changes


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 17:51:08 1998 UTC (25 years, 9 months ago) by cnh
Branch: MAIN
Changes since 1.3: +38 -38 lines
Diff to previous 1.3
Isomorphism consistency changes


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 18:33:47 1998 UTC (25 years, 10 months ago) by adcroft
Branch: MAIN
Changes since 1.2: +24 -9 lines
Diff to previous 1.2
Changed Z co-ordinate and lopping code:
o Z now increases upwards (ie. for the ocean, z<0)
  This needed changes only in ini_vertical_grid() where zC and zFace
  are calculated and in ini_masks_etc() where hFacC is calculated
  using IF's (eg. IF H(i,j,bi,bj).LT.zFace(K) ...).
o The lopping code needed a correction to the hydrostatic pressure
  calculation.
o Two new parameters control the lopping:
  hFacMin   - is the lower limit for water fraction in a cell
  hFacMinDz - is the lower limit for water thickness in lopped cells
  Both default to 0 so that pure lopping is the default.
  To force full cells, using continuous bathymetry, set hFacMin=1


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 15:46:21 1998 UTC (25 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-point-rdot, checkpoint11, checkpoint12, checkpoint13
Branch point for: branch-rdot
Changes since 1.1: +26 -16 lines
Diff to previous 1.1
Forgot this changes to ini_mask_etc() and ini_depths() in the
previous "rearrangement" of initialise().


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 14:17:11 1998 UTC (25 years, 10 months ago) by adcroft
Branch: MAIN
Re-arrangment of initialisation:
 o ini_grid is now called first and it sets up *only* the grid and
   coordinate system.
 o ini_depths then reads topography are can set it as a function of xC, yC.
 o ini_masks_etc then derives everything else (masks, lopping factors and
   recipricols).
This tidy-up is in preparation for the rDot transformation...(tense pause)!


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