[MITgcm-support] KPP parameters not read?

Patrick Heimbach heimbach at mit.edu
Wed Oct 18 13:45:11 EDT 2017


Hi Don,

your problem is in extra dots at the end of the floats:
 difm0 = 1e-2.,
 difs0 = 1e-5.,
 dift0 = 1e-5.,

Instead, try
 difm0 = 1.e-2,
 difs0 = 1.e-5,
 dift0 = 1.e-5,

Cheers
p.

> On Oct 18, 2017, at 11:29 AM, Donald Slater <daslater at ucsd.edu> wrote:
> 
> <data.kpp>


--------------------------------------------------------
Patrick Heimbach, Ph.D. | http://heimbach.wordpress.com

| The University of Texas at Austin, ICES/JSG/UTIG |
201 East 24th Street, POB 4.232 | Austin, TX 78712 | USA
FON: +1-512-232-7694 | Email: heimbach at utexas.edu

| Massachusetts Institute of Technology, EAPS/PAOC |
77 Massachusetts Ave, 54-1420 | Cambridge MA 02139 | USA
FON: +1-617-253-5259 | Email: heimbach at mit.edu
--------------------------------------------------------






More information about the MITgcm-support mailing list