Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.5.2 #84

Merged
merged 5 commits into from
Apr 16, 2024
Merged
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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.5.2
8 changes: 1 addition & 7 deletions bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ projects :
- serialbox :
git : https://github.com/reuterbal/serialbox
version : v2.5.4/patched
optional: true
cmake : >
SERIALBOX_BUILD_SHARED=ON
SERIALBOX_ENABLE_FORTRAN=ON
Expand All @@ -36,7 +35,6 @@ projects :
- loki :
git : https://github.com/ecmwf-ifs/loki
version : v0.2.1
optional: true
require : ecbuild
cmake : >
LOKI_ENABLE_TESTS=OFF
Expand All @@ -45,7 +43,6 @@ projects :
- eckit :
git : https://github.com/ecmwf/eckit
version : 1.24.4
optional: true
require : ecbuild
cmake : >
ECKIT_ENABLE_TESTS=OFF
Expand All @@ -54,24 +51,21 @@ projects :

- field_api :
git : https://github.com/ecmwf-ifs/field_api.git
version : 0.3.0
optional: true
version : v0.3.0
require : ecbuild
cmake : >
UTIL_MODULE_PATH=${CMAKE_SOURCE_DIR}/cloudsc-dwarf/src/common/module

- fckit :
git : https://github.com/ecmwf/fckit
version : 0.11.0
optional: true
require : ecbuild eckit
cmake : >
FCKIT_ENABLE_TESTS=OFF

- atlas :
git : https://github.com/ecmwf/atlas
version : feature/MultiField
optional: true
require : ecbuild eckit fckit
cmake : >
ATLAS_ENABLE_TESTS=OFF
Expand Down
3 changes: 3 additions & 0 deletions src/cloudsc_loki/cloudsc_loki.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ frontend = 'FP'

[frontend_args."yoethf.F90"]
frontend = 'FP'

[frontend_args."yoecldp.F90"]
frontend = 'FP'