Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
airGR
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Redmine
Redmine
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HYCAR-Hydro
airGR
Commits
e329af31
Commit
e329af31
authored
Jan 20, 2020
by
Delaigue Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.4.3.46 CLEAN: StateStart and StateEnd initialised in frun_GR1A Fortran codes
parent
8575297d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
DESCRIPTION
DESCRIPTION
+1
-1
NEWS.md
NEWS.md
+1
-1
src/frun_GR1A.f90
src/frun_GR1A.f90
+2
-2
No files found.
DESCRIPTION
View file @
e329af31
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.4
5
Version: 1.4.3.4
6
Date: 2020-01-20
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
NEWS.md
View file @
e329af31
...
...
@@ -2,7 +2,7 @@
### 1.4.3.4
5
Release Notes (2020-01-20)
### 1.4.3.4
6
Release Notes (2020-01-20)
#### New features
...
...
src/frun_GR1A.f90
View file @
e329af31
...
...
@@ -79,8 +79,8 @@
MISC
=
-999.999
! Outputs = -999.999 ! initialization made in R
!
StateStart = -999.999 ! CRAN-compatibility updates
!
StateEnd = -999.999 ! CRAN-compatibility updates
StateStart
=
-999.999
! CRAN-compatibility updates
StateEnd
=
-999.999
! CRAN-compatibility updates
!--------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment