Skip to content

Commit 7ed10bd

Browse files
committed
Updated Lisflood name, message, date and authors
1 parent d79ef36 commit 7ed10bd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/lisflood/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
__version__ = version
1212
__authors__ = "Ad de Roo, Emiliano Gelati, Peter Burek, Johan van der Knijff, Niko Wanders"
13-
__date__ = "23/01/2024"
14-
__copyright__ = "Copyright 2019-2024, European Commission - Joint Research Centre"
15-
__maintainer__ = "Stefania Grimaldi, Cinzia Mazzetti, Carlo Russo, Damien Decremer, Corentin Carton De Wiart, Valerio Lorini, Ad de Roo"
13+
__date__ = "27/02/2025"
14+
__copyright__ = "Copyright 2019-2025, European Commission - Joint Research Centre"
15+
__maintainer__ = "Stefania Grimaldi, Cinzia Mazzetti, Jesus Casado Rodriguez, Carlo Russo, Damien Decremer, Corentin Carton De Wiart"
1616
__status__ = "Operation"
1717
__institution__ = "European Commission DG Joint Research Centre (JRC) - E1, D2 Units"

src/lisflood/main.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def usage():
169169
which arguments and parameters it accepts, etc
170170
"""
171171

172-
print('LisfloodPy - Lisflood using pcraster Python framework')
172+
print('OS Lisflood - Open Source Lisflood using pcraster Python framework')
173173
print('Authors: ', __authors__)
174174
print('Version: ', __version__)
175175
print('Date: ', __date__)
@@ -193,12 +193,12 @@ def usage():
193193

194194
def headerinfo():
195195

196-
print("LisfloodPy ", __version__, " ", __date__)
196+
print("OS Lisflood ", __version__, " ", __date__)
197197
print("""
198198
Water balance and flood simulation model for large catchments\n
199-
(C) Institute for Environment and Sustainability
199+
(C) Disaster Risk Management - Unit E1
200200
Joint Research Centre of the European Commission
201-
TP122, I-21020 Ispra (Va), Italy\n""")
201+
TP130, I-21027 Ispra (Va), Italy\n""")
202202

203203

204204
# ==================================================

0 commit comments

Comments
 (0)