Ltracing compiling error

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
zwwpku
Posts: 10
Joined: Wed Oct 13, 2010 3:36 pm
Location: university of delaware

Ltracing compiling error

#1 Unread post by zwwpku »

Ther is an error message regarding the variable Ltracing when compiling read_phypar.F. It seems that Ltracing has not been defined in the latest version of roms:
https://www.myroms.org/svn/src/trunk
$LastChangedDate: 2020-04-27 10:06:37 +0800 (Mon, 27 Apr 2020) $

************************************************************************************************************************************************************************
read_phypar.f90(545): error #6404: This name does not have a type, and must have an explicit type. [LTRACING]
Ltracing=Lvalue(1)
--------------^
read_phypar.f90(545): error #6303: The assignment operation or the binary expression operation is invalid for the data types of the two operands. [LVALUE]
Ltracing=Lvalue(1)
-----------------------^
compilation aborted for read_phypar.f90 (code 1)
gmake: *** [Build/read_phypar.o] Error 1
gmake: *** Waiting for unfinished jobs....
************************************************************************************************************************************************************************

User avatar
arango
Site Admin
Posts: 1347
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Ltracing compiling error

#2 Unread post by arango »

Update your code again!

zwwpku
Posts: 10
Joined: Wed Oct 13, 2010 3:36 pm
Location: university of delaware

Re: Ltracing compiling error

#3 Unread post by zwwpku »

No problem anymore, thanks

Post Reply