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

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

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


Links to HEAD: (view) (download) (annotate)
Links to branch-atmos-merge: (view) (download) (annotate)
Sticky Tag:

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Nov 13 16:32:57 2000 UTC (23 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-atmos-merge-freeze, 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, checkpoint32, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Changes since 1.22: +5 -5 lines
Diff to previous 1.22
Rescaling of forcing fields done immediately after reading fields.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 23:15:50 2000 UTC (23 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint31
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Removed indices l,m,n.
Tested for exp(0,2,4)


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Jul 13 18:08:47 2000 UTC (23 years, 10 months ago) by adcroft
Branch: MAIN
Changes since 1.20: +1 -9 lines
Diff to previous 1.20
Deleted COMMON block /RUNSIZ/ from SIZE.h
Nothing used it but some routines wanted to use local variables
with names appearing in /RUNSIZ/, namely L, M and N.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 22:44:43 1998 UTC (25 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint18, checkpoint19, checkpoint20, checkpoint21, checkpoint22, checkpoint23, checkpoint24, checkpoint25, checkpoint26, checkpoint27, checkpoint28, checkpoint29, checkpoint30
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
Changes to allow for atmospheric integration builds of the code


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 03:34:11 1998 UTC (25 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint17
Changes since 1.18: +8 -9 lines
Diff to previous 1.18
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.18 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:50:56 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint15, checkpoint16
Changes since 1.17: +11 -1 lines
Diff to previous 1.17
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.17 - (view) (download) (annotate) - [select for diffs]
Sat Sep 5 17:52:13 1998 UTC (25 years, 9 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint14
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Consistent isomorphism changes


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


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Aug 18 16:32:41 1998 UTC (25 years, 9 months ago) by cnh
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Changes to support r as a vertical coordinate


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Aug 15 17:02:02 1998 UTC (25 years, 9 months ago) by cnh
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
Changes for moving from z -> r as a vertical coordinate
Required changing r -> recip for reciprocal variable notation.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 22 16:24:51 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-point-rdot, checkpoint10, checkpoint11, checkpoint12, checkpoint13, checkpoint9
Branch point for: branch-rdot
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
o General tidy-up.
o MPI fix. Filename changes (meta/data). salbin*y stuff.
o SST.bin SSS.bin added to verification/exp2


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 22 15:26:25 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint8
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
Various changes including time-dependant forcing:
 o logic for controlling external forcing fields now allows
   for time-dependant forcing: load_external_fields.F
 o genmake.dec needed a special line for the above file.
 o theta* and salt* time-stepping algorithm were re-implemented.
The 4x4 global configuration has been "double-checked" against
CNH's version. However, we do not assume any responsibility for
the correctness of this code ...  8-)


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 21:07:01 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Introduced time-dependant forcing, loaded and interpolated in
load_external_fields.F in a subroutine load_interpolate_forcing().
Control is by one logical and two real variables in PARAMS.h:
periodicExternalForcing, externForcingCycle and externForcingPeriod.
The code in load_external_fields.F is "customized" so needs to
be edited for non-global type runs. We'll tidy it up later.


Revision 1.10 - (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: checkpoint7
Branch point for: checkpoint7-4degree-ref
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
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.9 - (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.8: +5 -5 lines
Diff to previous 1.8
Chages to make default setup correct for 4 degreee global comparison


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 16:34:52 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 16:34:03 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
Initialised maskC edge values to 0 to prevent
NaN errors


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 15:58:35 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Various corrections:
 o do_gterm_blocking..() is fixed to work with new time-stepping
 o CPP_OPTIONS.h now contains #define ALLOW_CD


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 21:43:00 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint6
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
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.4 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:05:55 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint3, checkpoint4, checkpoint5
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
Added extra IO features
 - runtime on/off flags
 - more reporting of configuration


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 15:28:21 1998 UTC (26 years, 1 month ago) by cnh
Branch: MAIN
CVS Tags: checkpoint1, checkpoint2, kloop1, kloop2, redigm
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
Added very terse install instructions
Need to flesh out later


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:11:37 1998 UTC (26 years, 1 month ago) by cnh
Branch: MAIN
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, 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