Date: Thu, 1 Aug 1996 15:42:03 -0700
From: gery@global.phy.pdx.edu (Gerhard Gross)
Message-Id: <199608012242.PAA15085@global.phy.pdx.edu.>
To: ccm-users@ncar.ucar.edu
Subject: Porting Bug Report
Dear CCM2 users,
I have found that CCM3.2 (and CCM3) will not compile on my SUN or IBM RS6000.
The culprit is the line (in wshist.F):
parameter (tootiny=1.e-2000)
The SUN OS Solaris allows a min value of e-324 for type 'double' (double
precision real in FORTRAN) and the RS6000 allows a min of e-322. After
changing the above line to
parameter (tootiny=1.e-300)
the code compiles fine.
Best Wishes.
Sincerely,
Gery.
---Though Isengard be strong and hard, as cold as stone
and bare as bone
We go, we go, we go to war, to hew the stone
and break the door!---
*****************************************************************
Gerhard W. Gross gery@atmos.phy.pdx.edu
Global Change Research Center or jh6gg@odin.cc.pdx.edu
Portland State University
*****************************************************************