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....
************************************************************************************************************************************************************************
Ltracing compiling error
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Ltracing compiling error
Update your code again!
Re: Ltracing compiling error
No problem anymore, thanks