From e9293da11f685d17e2002bb06f0fd756845dadfd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 3 Aug 2021 14:49:58 -0400 Subject: Changeset: * Simplify Makefile * Accept input file as command line argument * Increase path length to 1024 for all path-related variables * Replace hard-coded path to \*.dat files with environment variable MOOG_DATA * SM needs double precision for several of its functions. Pass REAL8 not REAL4 to those. --- Atmos.com | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Atmos.com') diff --git a/Atmos.com b/Atmos.com index 86ac940..6daa905 100755 --- a/Atmos.com +++ b/Atmos.com @@ -21,11 +21,10 @@ c****************************************************************************** . fluxintopt, plotopt, dampingopt, specfileopt, . linfileopt, printstrong, linecount, oldcount, . scatopt - character*80 f1out, f2out, f3out, f4out, f5out, f6out, + character*1024 f1out, f2out, f3out, f4out, f5out, f6out, . f7out, f8out, f9out, f10out, . fparam, fmodel, flines, fslines, fobs, ftable, - . fbarklem, fbarklemUV - character*60 moogpath + . fbarklem, fbarklemUV, moogpath character*2 names(95) character*10 modtype character*7 control -- cgit