Shawn Way
06May2025
Removed unused ISU variable to meet current compilerrequirements.
Updated missed DFLOAT to DBLE in Fortran code to meet currentcompiler requirements.
Changed print messages to use the warning function as suggested bymoderator.
Updated KIND=8 to KIND=KIND(0.0d0) for greater compatibility.
Updated DFLOAT to DBLE in Fortran code to meet current compilerrequirements.
Updated Data location to make it consistent with standard packagedesign.
Removed R_forceSymbols(dll, TRUE) requirement to allow the Linuxversions to compile correctly.
Fixed type mismatch issues with functions DtH and phi0dt, reported byCRAN
The number of digits was hard coded in the functions. This waschanged to be an option with a upper limit of 9 decimal places and adefault of 9.
This is the second issue of this package, with a new function tocompute the water vapor pressure according to the Wagner and Prußequation (1993). Every function of the R Code was revised to eliminatethe automatic echo; now the return should be assigned to a localvariable.