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
Open sidebar
IPSL
LMD
InTro
RoutingPP
Commits
5ff97240
Commit
5ff97240
authored
Feb 09, 2021
by
POLCHER Jan
🚴🏾
Browse files
Time constants for the FV hydro file.
parent
3b41a20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
HydroGrid.py
HydroGrid.py
+4
-4
No files found.
HydroGrid.py
View file @
5ff97240
...
...
@@ -310,10 +310,10 @@ class HydroParameter :
# Now values are in s/km ... the conversion is kept for memory.
if
hydrogrid
.
hd
>=
0.5
:
# Case of the Fekete/Vörösmarty hydrological data set
self
.
stream_tcst
=
0.24
/
1000
*
RPP
.
OneDay
self
.
fast_tcst
=
3.0
/
1000
*
RPP
.
OneDay
self
.
slow_tcst
=
25.0
/
1000
*
RPP
.
OneDay
self
.
flood_tcst
=
4.0
/
1000
*
RPP
.
OneDay
self
.
stream_tcst
=
6.0
self
.
fast_tcst
=
78.0
self
.
slow_tcst
=
600.0
self
.
flood_tcst
=
345.6
self
.
swamp_cst
=
0.2
elif
hydrogrid
.
hd
>=
0.016
:
# Case for MERIT
...
...
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