Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RoutingPP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPSL
LMD
InTro
RoutingPP
Commits
e8810ece
Commit
e8810ece
authored
5 years ago
by
POLCHER Jan
Browse files
Options
Downloads
Patches
Plain Diff
Added the function to dump the graph of HydroSuper, that is before the truncation.
parent
b299412d
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
F90subroutines/routing_interface.f90
+2
-1
2 additions, 1 deletion
F90subroutines/routing_interface.f90
Interface.py
+222
-125
222 additions, 125 deletions
Interface.py
RoutingPreProc.py
+1
-0
1 addition, 0 deletions
RoutingPreProc.py
with
225 additions
and
126 deletions
F90subroutines/routing_interface.f90
+
2
−
1
View file @
e8810ece
...
@@ -154,7 +154,7 @@ SUBROUTINE findbasins(nbpt, nbvmax_in, nbxmax_in, nbi, nbj, trip_bx, basin_bx, f
...
@@ -154,7 +154,7 @@ SUBROUTINE findbasins(nbpt, nbvmax_in, nbxmax_in, nbi, nbj, trip_bx, basin_bx, f
!
!
INTEGER
::
ib
INTEGER
::
ib
!
!
diaglalo
(
1
,:)
=
(/
3
8.25
,
-7.25
/)
diaglalo
(
1
,:)
=
(/
3
9.6791
,
2.6687
/)
!
!
IF
(
nbvmax_in
.NE.
nbvmax
.OR.
nbxmax_in
.NE.
nbxmax
)
THEN
IF
(
nbvmax_in
.NE.
nbvmax
.OR.
nbxmax_in
.NE.
nbxmax
)
THEN
WRITE
(
*
,
*
)
"nbvmax or nbxmax have changed !!"
WRITE
(
*
,
*
)
"nbvmax or nbxmax have changed !!"
...
@@ -508,6 +508,7 @@ SUBROUTINE finalfetch(nbpt, nbasmax, nbcore, corepts, routing_area, basin_count,
...
@@ -508,6 +508,7 @@ SUBROUTINE finalfetch(nbpt, nbasmax, nbcore, corepts, routing_area, basin_count,
!
!
USE
defprec
USE
defprec
USE
ioipsl
USE
ioipsl
USE
constantes_var
!
!
!! INPUT VARIABLES
!! INPUT VARIABLES
INTEGER
(
i_std
),
INTENT
(
in
)
::
nbpt
!! Domain size (unitless)
INTEGER
(
i_std
),
INTENT
(
in
)
::
nbpt
!! Domain size (unitless)
...
...
This diff is collapsed.
Click to expand it.
Interface.py
+
222
−
125
View file @
e8810ece
This diff is collapsed.
Click to expand it.
RoutingPreProc.py
+
1
−
0
View file @
e8810ece
...
@@ -175,6 +175,7 @@ gc.collect()
...
@@ -175,6 +175,7 @@ gc.collect()
print
(
"
=================== Compute fetch ====================
"
)
print
(
"
=================== Compute fetch ====================
"
)
hsuper
.
fetch
(
part
)
hsuper
.
fetch
(
part
)
hsuper
.
dumpnetcdf
(
OutGraphFile
.
replace
(
"
.nc
"
,
"
_HydroSuper.nc
"
),
gg
,
modelgrid
,
part
)
hgraph
=
IF
.
HydroGraph
(
nbasmax
,
hsuper
,
part
)
hgraph
=
IF
.
HydroGraph
(
nbasmax
,
hsuper
,
part
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment