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

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

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


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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 14:38:47 2001 UTC (23 years, 3 months ago) by cnh
Branch: MAIN
CVS Tags: c37_adj, checkpoint35, checkpoint36, checkpoint37, checkpoint38, checkpoint39, checkpoint40, checkpoint40pre1, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7, checkpoint40pre8, checkpoint40pre9, pre38-close, pre38tag1
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:48 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.12: +9 -7 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 Sep 11 23:01:36 2000 UTC (23 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-atmos-merge-phase1, branch-atmos-merge-phase2, branch-atmos-merge-phase3, branch-atmos-merge-start, checkpoint31, checkpoint32, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Changes since 1.11: +6 -8 lines
Diff to previous 1.11
Cosmetic.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jun 9 02:45:04 2000 UTC (23 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint28, checkpoint29, checkpoint30
Changes since 1.10: +9 -1 lines
Diff to previous 1.10
Modifications to include TAMC directives, tape key computations
and initialisations to make code TAMC compatible.
Routines the_model_main.F and initialise_fixed.F
are left unchanged for the moment. (P.H.)


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Aug 6 15:01:27 1999 UTC (24 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint25, checkpoint26, checkpoint27
Changes since 1.9: +5 -3 lines
Diff to previous 1.9
Replaced write(0,*) with print_error. Spotted by C.E.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 22:44:46 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint18, checkpoint19, checkpoint20, checkpoint21, checkpoint22, checkpoint23, checkpoint24
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Changes to allow for atmospheric integration builds of the code


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 12 19:33:33 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: branch-point-rdot, checkpoint10, checkpoint11, checkpoint12, checkpoint13, checkpoint14, checkpoint15, checkpoint16, checkpoint17, checkpoint7, checkpoint8, checkpoint9
Branch point for: branch-rdot, checkpoint7-4degree-ref
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Chages to make default setup correct for 4 degreee global comparison


Revision 1.7 - (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.6: +2 -1 lines
Diff to previous 1.6
Changes to support topography, hydrography and
forcing from files


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 18:45:28 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint5, checkpoint6
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Various corrections:
 o implicitDiffusion was missing from PARAMS.h (obviously forgot to commit)
 o maskUp in calc_common_fact() is now correct
 o find_rho() now has the proper "referencing" for "LINEAR" eos-mode
   [also affected a call from dynamics()]


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu May 28 16:19:50 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint4
Changes since 1.4: +24 -12 lines
Diff to previous 1.4
Changes to:
 o read in coefficients for POLY3 EOS.
 o find_rho() polynomial evaluation has been factorized.
 o additional density field needed in calc_iso_slopes() with non-linear EOS.

This EOS must use the appropriate version of KNUDSEN to generate the
coefficients file (POLY3.COEFFS). C7 and C8 were back to front in
all previous versions of the model (compare01).


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 29 21:30:18 1998 UTC (26 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint1, checkpoint2, checkpoint3, kloop1, kloop2, redigm
Changes since 1.3: +66 -12 lines
Diff to previous 1.3
Moved the "K loop" up to the subroutine dynamics().
find_rho() now returns a rho(:,:) for a layer calculated
using 'LINEAR' and 'POLY3' eqns of state and pressure reference
level kRef.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:05:40 1998 UTC (26 years, 1 month ago) by cnh
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Further $Id to $Header conversions


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 19:25:35 1998 UTC (26 years, 1 month ago) by cnh
Branch: MAIN
CVS Tags: baseline
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Enforced standard upper case INTEGER declaration


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