RE: line length limit of NMTRAN and initial value limit of NONMEM
From: "Elassaiss - Schaap, J. (Jeroen)" jeroen.elassaiss@organon.com
Subject: RE: [NMusers] line length limit of NMTRAN and initial value limit of NONMEM
Date: Thu, 5 Jan 2006 09:13:06 +0100
Dear Patrick,
You can have a continue line in fortran fashion, but you need to use
verbatim fortran, i.e. code staring with a ".
From the docs:
Continuation lines
If blanks occur in positions 1-5 following the initial " and a
non-blank in position 6, this conforms to the usual FORTRAN syn-
tax for continuation lines, and the text is not moved from these
positions. Example:
" X +D/E
This may however impact readability of your code ;-). I'd rather use the 'dummy' approach.
When your initial values are that small you might want to consider using a
different scale (via Sx) or transform your parameter
of interest to a 'p' notation such as x=10**(-THETA(1)) *EXP(ETA(1)).
Best regards,
Jeroen
J. Elassaiss-Schaap
Scientist PK/PD
Organon NV
PO Box 20, 5340 BH Oss, Netherlands
Phone: + 31 412 66 9320
Fax: + 31 412 66 2506
e-mail: jeroen.elassaiss@organon.com
_______________________________________________________