Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/makefile-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# BSD 3-Clause License
#
# Copyright (c) 2021, Science and Technology Facilities Council.
# Copyright (c) 2021-2025, Science and Technology Facilities Council.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Change log for the Daresbury Laboratory Earth-System Modelling Infrastructure library (dl_esm_inf) #

## release 1.0.0 - 17/01/2025 ##
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2017, Science and Technology Facilities Council
Copyright (c) 2017-2025, Science and Technology Facilities Council
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dl_esm_inf
# dl_esm_inf - 1.0.0
Daresbury Laboratory Earth-System Modelling Infrastructure library.

A small library to aid the creation of earth-system models. Currently
Expand All @@ -7,6 +7,9 @@ supports two-dimensional, finite-difference models in Fortran.
The first version of this library was developed to support 2D finite-
difference shallow-water models in the GOcean Project.

## News ##
* 17/01/2025 Version 1.0.0 released.

## Building ##

The ``finite_difference`` directory contains a Makefile which picks up
Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = 'dl_esm_inf'
copyright = '2018-2024, Rupert Ford, Joerg Henrichs, Andrew Porter, Sergi Siso'
copyright = '2018-2025, Rupert Ford, Joerg Henrichs, Andrew Porter, Sergi Siso'
author = 'Rupert Ford, Joerg Henrichs, Andrew Porter, Sergi Siso'

# The short X.Y version
version = ''
version = '1.0.0'
# The full version, including alpha/beta/rc tags
release = '1.0'
release = '1.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
# BSD 2-Clause License
#
# Copyright (c) 2018-2019, Science and Technology Facilities Council.
# Copyright (c) 2018-2025, Science and Technology Facilities Council.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/example/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
# BSD 2-Clause License
#
# Copyright (c) 2018-2020, Science and Technology Facilities Council.
# Copyright (c) 2018-2025, Science and Technology Facilities Council.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/example/model.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2018-2019, Science and Technology Facilities Council.
! Copyright (c) 2018-2025, Science and Technology Facilities Council.
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
# BSD 2-Clause License
#
# Copyright (c) 2018-2020, Science and Technology Facilities Council.
# Copyright (c) 2018-2025, Science and Technology Facilities Council.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/argument_mod.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2017-2018, Science and Technology Facilities Council
! Copyright (c) 2017-2025, Science and Technology Facilities Council
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/field_mod.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2017-2019, Science and Technology Facilities Council
! Copyright (c) 2017-2025, Science and Technology Facilities Council
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/grid_mod.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2017-2024, Science and Technology Facilities Council
! Copyright (c) 2017-2025, Science and Technology Facilities Council
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/parallel/parallel_utils_mod.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2018-2020, Science and Technology Facilities Council.
! Copyright (c) 2018-2025, Science and Technology Facilities Council.
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/parallel/parallel_utils_stub_mod.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2018-2020, Science and Technology Facilities Council.
! Copyright (c) 2018-2025, Science and Technology Facilities Council.
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/parallel_comms_mod.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2019, Science and Technology Facilities Council
! Copyright (c) 2019-2025, Science and Technology Facilities Council
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/parallel_mod.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2018-2020, Science and Technology Facilities Council.
! Copyright (c) 2018-2025, Science and Technology Facilities Council.
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/src/tile_mod.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2017-2018, Science and Technology Facilities Council
! Copyright (c) 2017-2025, Science and Technology Facilities Council
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/tests/device_computation/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
# BSD 2-Clause License
#
# Copyright (c) 2021, Science and Technology Facilities Council.
# Copyright (c) 2021-2025, Science and Technology Facilities Council.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2021, Science and Technology Facilities Council
! Copyright (c) 2021-2025, Science and Technology Facilities Council
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/tests/dist_mem/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
# BSD 2-Clause License
#
# Copyright (c) 2019-2024, Science and Technology Facilities Council.
# Copyright (c) 2019-2025, Science and Technology Facilities Council.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/tests/dist_mem/test_gsum.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2020, Science and Technology Facilities Council.
! Copyright (c) 2020-2025, Science and Technology Facilities Council.
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/tests/dist_mem/test_halos.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2019, Science and Technology Facilities Council
! Copyright (c) 2019-2025, Science and Technology Facilities Council
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion finite_difference/tests/dist_mem/test_reduction.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!------------------------------------------------------------------------------
! BSD 2-Clause License
!
! Copyright (c) 2024, Science and Technology Facilities Council
! Copyright (c) 2024-2025, Science and Technology Facilities Council
! All rights reserved.
!
! Redistribution and use in source and binary forms, with or without
Expand Down