-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Good afternoon,
I am working using RHESSysIOinR in a watershed of 70 km2,
I could compile rhessys 7.4 and I created my worldfile and flowtable,
However, when I use run_rhessys_single I have this message:
===== Beginning RHESSysIO file writing =====
===== Wrote hdr file 'worldfiles/waterford/waterford.hdr' =====
===== Wrote tec file =====
===== Finished RHESSysIO file writing =====
Command line echo: bash -c "rh_dev/rhessys//rhessys7.4 -w worldfiles/waterford.world -whdr worldfiles/waterford/waterford.hdr -t tecfiles/w8TC.tec -r flowtables/waterford.flow -st 1998 10 1 1 -ed 2000 10 1 1 -pre out//waterford -g -b"
===== Beginning RHESSys Simulation =====
added new parameter, adjust the num_variables in phys_constants.h
added new parameter, adjust the num_variables in phys_constants.h
added new parameter, adjust the num_variables in phys_constants.h
added new parameter, adjust the num_variables in phys_constants.h
added new parameter, adjust the num_variables in phys_constants.h
added new parameter, adjust the num_variables in phys_constants.h
.
.
.
NULL
Also when I created my worldfile/flowtable file there were some warnings :
Warning messages:
1: In getProjectionRef(x, OVERRIDE_PROJ_DATUM_WITH_TOWGS84 = OVERRIDE_PROJ_DATUM_WITH_TOWGS84, ... :
Discarded datum Not_specified_based_on_GRS_1980_ellipsoid in Proj4 definition: +proj=longlat +ellps=GRS80 +no_defs
2: In getProjectionRef(x, OVERRIDE_PROJ_DATUM_WITH_TOWGS84 = OVERRIDE_PROJ_DATUM_WITH_TOWGS84, ... :
Discarded datum Not_specified_based_on_GRS_1980_ellipsoid in Proj4 definition: +proj=longlat +ellps=GRS80 +no_defs
3: In getProjectionRef(x, OVERRIDE_PROJ_DATUM_WITH_TOWGS84 = OVERRIDE_PROJ_DATUM_WITH_TOWGS84, ... :
Discarded datum Not_specified_based_on_GRS_1980_ellipsoid in Proj4 definition: +proj=longlat +ellps=GRS80 +no_defs
I wonder if that's the problem.
Or if you have an idea why RHESSysIO did not recognize my data,
Thank you,