/[MITgcm]/MITgcm/compare01/src/POLYEOS.h
ViewVC logotype

Annotation of /MITgcm/compare01/src/POLYEOS.h

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


Revision 1.1 - (hide annotations) (download)
Mon May 25 20:21:07 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: branch-atmos-merge-phase6, checkpoint24, checkpoint4, checkpoint7, checkpoint6, checkpoint26, checkpoint3, branch-atmos-merge-start, checkpoint27, checkpoint9, checkpoint8, checkpoint11, checkpoint10, checkpoint13, checkpoint12, checkpoint15, checkpoint18, checkpoint17, checkpoint16, checkpoint19, checkpoint32, checkpoint31, branch-atmos-merge-zonalfilt, branch-atmos-merge-shapiro, checkpoint5, branch-atmos-merge-freeze, branch-point-rdot, checkpoint14, checkpoint28, checkpoint29, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, checkpoint23, branch-atmos-merge-phase1, checkpoint25, branch-atmos-merge-phase3, branch-atmos-merge-phase2, checkpoint20, checkpoint21, checkpoint22
Branch point for: branch-atmos-merge, checkpoint7-4degree-ref, branch-rdot
File MIME type: text/plain
Added version of compare01 reference code to repository.
Code committed is configured to produce same results as MITgcmUV

1 cnh 1.1 C $Id: POLYEOS.h,v 1.2 1997/06/12 13:27:20 cnh Exp $
2     C Coefficients for polynomial approximation to full equation of state.
3     C Currently these are loaded from an external file.
4     COMMON /POLYEOS/ tRef, sRef, rprmInit, C, sig0
5     REAL tRef(Nz+1)
6     REAL sRef(Nz+1)
7     REAL rprmInit(Nz+1)
8     REAL sig0(Nz+1)
9     REAL C(Nz+1,9)

  ViewVC Help
Powered by ViewVC 1.1.22