Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • airGRiwrm airGRiwrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.

  • IN-WOP
  • airGRiwrmairGRiwrm
  • Issues
  • #173
Closed
Open
Issue created Nov 28, 2024 by Dorchies David@david.dorchiesOwner

Run a model from previous run and changing inputs

This feature is useful when airGRiwrm is used as a slave model in a model coupling.

Study case: In time loop, a decision model is modifying Qinf, Qrelease, or Qmin for a given number of time steps. Then the model is run and the output is used for getting the final state used as initial state for the next run.

TODO:

Create a method RunModel.GRiwrmOutputsModel with the following parameters:

  • OutputsModel: Previous run from which final states are extracted
  • InputsModel: Model inputs
  • Ind_PeriodRun = which(InputsModel[[1]]$DatesR == DatesR): indices of the run period
  • DatesR = getNextTimeSteps(OutputsModel)
  • Qinf, Qrelease, Qmin: Inputs to be modified
Assignee
Assign to
Time tracking