Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart
Commits
260bc180
Commit
260bc180
authored
Apr 19, 2019
by
Sabine
Browse files
adding units to the log text
parent
ddaeb130
Changes
1
Show whitespace changes
Inline
Side-by-side
src/calculate_watercycle.f90
View file @
260bc180
...
...
@@ -50,9 +50,9 @@ subroutine calculate_watercycle(partnumber,itime)
watersynctime
=
3600
*
3
! was loutstep before, but for monthly run not possible
! watersynctime=3600
! watersynctime=loutstep
threshold
=
-.5
threshold
=
-.5
! units mm/h
if
((
partnumber
.eq.
1
)
.and.
(
itime
.eq.
0
))
write
(
*
,
*
)
'Watersynctime '
,
watersynctime
,
lsynctime
,
', threshold: '
,
threshold
if
((
partnumber
.eq.
1
)
.and.
(
itime
.eq.
0
))
write
(
*
,
*
)
'Watersynctime '
,
watersynctime
,
lsynctime
,
'
s
, threshold: '
,
threshold
,
'mm/h'
! Some variables needed for temporal interpolation
!*************************************************
...
...
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