-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added new parameter, adjust the num_variables in phys_constants.h #15
Comments
Hello,
This isn't a RHESSysIOinR issue. RHESSysIOinR successfully started your
run, the error message you are getting is generated by RHESSys itself.
It appears to be an error in the way your worldfile is being read into
RHESSys, so it quite possibly is the result of the error in worldfile
generation. I don't have time to dive into the problem right now (I'm also
not too familiar with the read_by_tag code), but the first message is being
generated in readtag_worldfile.c. It seems that you might have a section
of your worldfile (eg basin, hillslope, etc) that has more variables than
specified in phys_constants.c. Seeing where the extra variable is might
give you an idea of what the problem is.
Good luck.
Ryan
…On Fri, May 13, 2022 at 6:26 PM dbautstaavi1100 ***@***.***> wrote:
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,
—
Reply to this email directly, view it on GitHub
<#15>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3XEECIHUJI5GUQO5S7LZDVJ36NRANCNFSM5V43RGNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for your answer Ryan,
I will look forward to identify the extra variable and fix that problem,
Sincerely,
David Santiago Bautista Avila
El sáb., 14 de mayo de 2022 4:57 p. m., Ryan R. Bart <
***@***.***> escribió:
… Hello,
This isn't a RHESSysIOinR issue. RHESSysIOinR successfully started your
run, the error message you are getting is generated by RHESSys itself.
It appears to be an error in the way your worldfile is being read into
RHESSys, so it quite possibly is the result of the error in worldfile
generation. I don't have time to dive into the problem right now (I'm also
not too familiar with the read_by_tag code), but the first message is being
generated in readtag_worldfile.c. It seems that you might have a section
of your worldfile (eg basin, hillslope, etc) that has more variables than
specified in phys_constants.c. Seeing where the extra variable is might
give you an idea of what the problem is.
Good luck.
Ryan
On Fri, May 13, 2022 at 6:26 PM dbautstaavi1100 ***@***.***>
wrote:
> 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,
>
> —
> Reply to this email directly, view it on GitHub
> <#15>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AB3XEECIHUJI5GUQO5S7LZDVJ36NRANCNFSM5V43RGNA
>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZFDRTKALOXZVD4BQNRS7D3VJ75ATANCNFSM5V43RGNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
hello, i have the same problem with you , Can you please research and understand what this error is caused by? How can I simulate RHESSys correctly? |
It has been a while, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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,
The text was updated successfully, but these errors were encountered: