Closed cenlinhe closed 1 year ago
This issue is to record a suggestion from a user:
the user compiled the HRLDAS on the Ubuntu 22.04 machine, the LIBJASPER needs to change to: LIBJASPER = -ljasper -ljpeg. Otherwise, the create_forcing.F cannot be compiled.
LIBJASPER
LIBJASPER = -ljasper -ljpeg
create_forcing.F
This issue is to record a suggestion from a user:
the user compiled the HRLDAS on the Ubuntu 22.04 machine, the
LIBJASPER
needs to change to:LIBJASPER = -ljasper -ljpeg
. Otherwise, thecreate_forcing.F
cannot be compiled.