-
Notifications
You must be signed in to change notification settings - Fork 2
Description
System: Ubuntu 16.04
I get the following errors when compiling p532c on my system:
main_summarize_temp_for_uptake_curve.f:19.23:
data AccTempAve / (12*31)*0.0 /
1
Error: Syntax error in DATA statement at (1)
main_summarize_temp_for_uptake_curve.f:20.25:
data TempAveCount / (12*31)*0 /
1
Error: Syntax error in DATA statement at (1)
f77: error: main_summarize_temp_for_uptake_curve.o: No such file or directory
############ POSTUTILS #########
readInAveann.f:14.24:
character*(*) type ! eos,eof,del
1
Error: Entity with assumed character length at (1) must be a dummy argument or a PARAMETER
f77: error: readInAveann.o: No such file or directory
readInAveann.f:14.24:
character*(*) type ! eos,eof,del
1
Error: Entity with assumed character length at (1) must be a dummy argument or a PARAMETER
f77: error: readInAveann.o: No such file or directory
readDATannual.f:19.22:
character*(*) lu ! land use name
1
Error: Entity with assumed character length at (1) must be a dummy argument or a PARAMETER
readDATmonthly.f:19.22:
character*(*) lu ! land use name
1
Error: Entity with assumed character length at (1) must be a dummy argument or a PARAMETER
readPSSEPaveann.f:19.22:
character*(*) lu ! land use name
1
Error: Entity with assumed character length at (1) must be a dummy argument or a PARAMETER
f77: error: readPSSEPaveann.o: No such file or directory
f77: error: readDATmonthly.o: No such file or directory
f77: error: readDATannual.o: No such file or directory