Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • airGR airGR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 60
    • Issues 60
    • List
    • Boards
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HYCAR-HydroHYCAR-Hydro
  • airGRairGR
  • Issues
  • #117
Closed
Open
Issue created Apr 19, 2021 by Dorchies David@david.dorchiesDeveloper

Check the compatibility between the RunOptions and the InputsModel obects

Here the necessary data: GR4J_crash.RData

And the code tested on the last dev version:

> library(airGR)
> load("GR4J_crash.RData")
> ls()
[1] "InputsModel" "Param"       "RunOptions" 
> Param
[1] 169.017118  -2.375568  20.697233   1.417417
> RunModel_GR4J(InputsModel, RunOptions, Param)
Error in RunModel_GR4J(InputsModel, RunOptions, Param) : 
  NA/NaN/Inf in foreign function call (arg 2)

The error occurs in the Fortran call. I don't know how to debug that...

Edited Apr 23, 2021 by Delaigue Olivier
Assignee
Assign to
Time tracking