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

Log of /MITgcm/model/src/ini_depths.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.18 - (view) (download) (annotate) - [select for diffs]
Tue Dec 15 00:20:34 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint19, checkpoint20
Changes since 1.17: +3 -17 lines
Diff to previous 1.17
 o Added "natural BCs" as alternative to "virtual salt flux"
 o Re-difined precFloat32 and precFloat64 to be 32 and 64
   so that their values can be meaningfuly set in the data file
 o Modified read_write.F to create an exception if readBinaryPrec
   is not set
 o Replaced CPP control of viscous BCs with run-time control
 o Tidied up input-data precision (ie. ini_depths cnh_dbg...)
 o ini_forcing.F now initialises *all* forcing arrays to zero
 o Definitively tested verification experiments 0,1,2 and 4
   (3 is atmospheric set-up which is in a state of flux)


Revision 1.17 - (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.16: +2 -1 lines
Diff to previous 1.16
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.16 - (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.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]
Wed Oct 28 03:11:37 1998 UTC (25 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint16, checkpoint17
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
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.14 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:50:57 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint15
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
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.13 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 16:23:11 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint14
Changes since 1.12: +13 -1 lines
Diff to previous 1.12
Consistent isomorphism changes


Revision 1.12 - (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.11: +2 -2 lines
Diff to previous 1.11
Isomorphism consistency changes


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 16:58:08 1998 UTC (25 years, 10 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint13
Changes since 1.10: +1 -11 lines
Diff to previous 1.10
Correction to -H switch that was inconsistent eith
exp2 topography dataset


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jul 15 22:20:02 1998 UTC (25 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-point-rdot
Branch point for: branch-rdot
Changes since 1.9: +11 -1 lines
Diff to previous 1.9
This is a bit confusing. We use Z coordinates with Z=0 at the top
and z=H at the bottom.  The depth of the model (internally) is positive
but we wanted to use negative depths for input files. That way we can
use the same bathymetry file for the atmospheric model which would have
positive elevation for the bottom boundary. Oh boy!
I've added a sign change immediately after the read of bathyFile
to make this work but we ought to write this all down somewhere...


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 15:46:21 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint11, checkpoint12
Changes since 1.8: +4 -62 lines
Diff to previous 1.8
Forgot this changes to ini_mask_etc() and ini_depths() in the
previous "rearrangement" of initialise().


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 14:16:24 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.7: +1 -59 lines
Diff to previous 1.7
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)!


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 15 05:13:56 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint10, checkpoint7, checkpoint8, checkpoint9
Branch point for: checkpoint7-4degree-ref
Changes since 1.6: +2 -2 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: +4 -2 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]
Wed Jun 10 01:44:03 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
Fixed problems with _RS -> REAL*4 and with reading in
intial hydrography


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


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 21:43:01 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint6
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
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.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:05:41 1998 UTC (26 years, 1 month ago) by cnh
Branch: MAIN
CVS Tags: checkpoint1, checkpoint2, checkpoint3, checkpoint4, checkpoint5, 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, 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