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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
IPSL
LMD
InTro
RoutingPP
Commits
5c828a6f
Commit
5c828a6f
authored
Dec 11, 2021
by
POLCHER Jan
🚴🏾
Browse files
Improve error message for when the points are outside of the domain of the hydrology file.
parent
415a8308
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
F90subroutines/routing_reg.f90
F90subroutines/routing_reg.f90
+3
-2
No files found.
F90subroutines/routing_reg.f90
View file @
5c828a6f
...
...
@@ -348,10 +348,11 @@ CONTAINS
CALL
ipslerr_p
(
3
,
'routing_reg_getgrid'
,
'Negative value of trip->mask the original variables over ocean'
,
''
,
''
)
ELSE
IF
(
trip_bx
(
ip
,
jp
)
>
100
.AND.
trip_bx
(
ip
,
jp
)
<
109
)
THEN
WRITE
(
numout
,
*
)
'WARNING : Point flows ou
r
of
routing.nc file
'
WRITE
(
numout
,
*
)
'WARNING : Point flows ou
t
of
hydrological file (HydroFile)
'
WRITE
(
numout
,
*
)
'WARNING : Point : basin = '
,
basin_bx
(
ip
,
jp
)
WRITE
(
numout
,
*
)
'WARNING : Point : coord = '
,
lon_bx
(
ip
,
jp
),
lat_bx
(
ip
,
jp
)
WRITE
(
numout
,
*
)
'WARNING : Please consider using a larger domaine for the routing.nc file'
WRITE
(
numout
,
*
)
'WARNING : Please consider using a hydrological file (HydroFile) which has a larger domain'
WRITE
(
numout
,
*
)
'WARNING : or reduce the domain of your atmopsheric grid.'
trip_bx
(
ip
,
jp
)
=
98
ENDIF
!
...
...
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