[MITgcm-support] Compilation with pgi fortran
Martin Losch
Martin.Losch at awi.de
Fri Jun 20 09:19:29 EDT 2008
Hi Zhi-Ping,
this could be the problem, because the last thing the model does is
reading namelist PARM01 (I had a similar problem once, can't remember
what compiler)
>
> tRef= 24.0, 23.0, 22.0, 21.0, 20.0, 19.0,
> 18.0, 17.0, 16.0, 15.0, 14.0, 13.0,
> 12.0, 11.0, 10.0, 9.0, 8.0, 7.0,
> 6.0, 5.0, 4.0, 3.0, 2.0,
> sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
> 34.90, 34.86, 34.78, 34.69, 34.60,
> 34.58, 34.62, 34.68, 34.72, 34.73,
> 34.74, 34.73, 34.73, 34.72, 34.72,
> 34.71, 34.70, 34.69,
Arrange these on a single line like ths:
tRef= 24.0, 23.0, 22.0, 21.0, 20.0, 19.0, 18.0, 17.0, 16.0, 15.0,
14.0, 13.0, 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0,
3.0, 2.0,
(or for a test tRef = 23*1.,)
Some compilers can't handle continuation lines in name lists.
Martin
More information about the MITgcm-support
mailing list