Skip to content

Commit ff3406e

Browse files
authored
Merge pull request #1380 from DestinE-Climate-DT/preparation_v12
Release v0.12
2 parents c3c5acf + ba2981a commit ff3406e

File tree

9 files changed

+21
-10
lines changed

9 files changed

+21
-10
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ body:
4949
description: Which AQUA version are you using?
5050
options:
5151
- main
52+
- v0.12
5253
- v0.11.3
5354
- v0.11.2
5455
- v0.11.1

CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Unreleased in the current development version:
99

1010
AQUA core complete list:
1111

12+
AQUA diagnostic complete list:
13+
14+
## [v0.12]
15+
16+
Main changes are:
17+
1. AQUA installation now requires a mandatory machine name.
18+
2. The `aqua` source code has been moved to the `src` folder. The change is transparent to the user.
19+
3. A diagnostic module, called `aqua.diagnostics`, is under development. The module is not yet active, diagnostics are still available with the previous structure.
20+
21+
AQUA core complete list:
22+
1223
- Mixed updates to support data for NextGEMS cycle4 hackathon (#1375)
1324
- Preprocess functionality added to the `Reader` class (#1298)
1425
- The AQUAthon material has been moved under the `notebooks` folder (#1342)
@@ -20,8 +31,6 @@ AQUA core complete list:
2031
- AQUA install now requires mandatory machine name (#1346)
2132
- Fix to make keyword step optional in request (#1360)
2233

23-
AQUA diagnostic complete list:
24-
2534
## [v0.11.3]
2635

2736
AQUA core complete list:
@@ -653,7 +662,8 @@ This is mostly built on the `AQUA` `Reader` class which support for climate mode
653662
This is the AQUA pre-release to be sent to internal reviewers.
654663
Documentations is completed and notebooks are working.
655664

656-
[unreleased]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11.3...HEAD
665+
[unreleased]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.12...HEAD
666+
[v0.12]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11.3...v0.12
657667
[v0.11.3]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11.2...v0.11.3
658668
[v0.11.2]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11.1...v0.11.2
659669
[v0.11.1]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11...v0.11.1

cli/levante-container/load_container_levante.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313

1414
setup_log_level 2 # 1=DEBUG, 2=INFO, 3=WARNING, 4=ERROR, 5=CRITICAL
15-
AQUA_container="/work/bb1153/b382289/container/aqua/aqua_0.11.3.sif"
15+
AQUA_container="/work/bb1153/b382289/container/aqua/aqua_0.12.sif"
1616
GRID_DEFINITION_PATH="/work/bb1153/b382321/grid_definitions"
1717

1818
# Simple command line parsing

cli/levante-container/slurm_job_container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
set -e
1212

1313
# export AQUA = PATH_TO_AQUA_repo
14-
AQUA_container="/work/bb1153/b382289/container/aqua/aqua_0.11.3.sif"
14+
AQUA_container="/work/bb1153/b382289/container/aqua/aqua_0.12.sif"
1515
GRID_DEFINITION_PATH="/work/bb1153/b382321/grid_definitions"
1616

1717
module load singularity

cli/lumi-container/load_container_lumi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
# Your subsequent commands here
1313
fi
1414
setup_log_level 2 # 1=DEBUG, 2=INFO, 3=WARNING, 4=ERROR, 5=CRITICAL
15-
AQUA_container="/project/project_465000454/containers/aqua/aqua_0.11.3.sif"
15+
AQUA_container="/project/project_465000454/containers/aqua/aqua_0.12.sif"
1616
GSV_WEIGHTS_PATH="/scratch/project_465000454/igonzalez/gsv_weights/"
1717
GRID_DEFINITION_PATH="/scratch/project_465000454/igonzalez/grid_definitions"
1818

cli/lumi-container/slurm_job_container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#SBATCH -p debug #change the partition
1111

1212
AQUA_path=$AQUA
13-
AQUA_container=/project/project_465000454/containers/aqua/aqua_0.11.3.sif
13+
AQUA_container=/project/project_465000454/containers/aqua/aqua_0.12.sif
1414
GSV_WEIGHTS_PATH=/scratch/project_465000454/igonzalez/gsv_weights/
1515
GRID_DEFINITION_PATH=/scratch/project_465000454/igonzalez/grid_definitions
1616

cli/marenostrum5-container/load_container_mn5.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
setup_log_level 2 # 1=DEBUG, 2=INFO, 3=WARNING, 4=ERROR, 5=CRITICAL
1515
# If you don't have access to ehpc01, use the below bsc32 path
1616
# AQUA_container="/gpfs/projects/bsc32/DestinE/containers/aqua/aqua_0.9.2.sif"
17-
AQUA_container="/gpfs/projects/ehpc01/containers/AQUA/aqua_0.11.3.sif"
17+
AQUA_container="/gpfs/projects/ehpc01/containers/AQUA/aqua_0.12.sif"
1818

1919
# Simple command line parsing
2020
user_defined_aqua="ask"

cli/marenostrum5-container/slurm_job_container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AQUA_path=$AQUA
1313
# If you don't have access to ehpc01, use the below bsc32 path
1414
# AQUA_container="/gpfs/projects/bsc32/DestinE/containers/aqua/aqua_0.9.2.sif"
15-
AQUA_container="/gpfs/projects/ehpc01/containers/AQUA/aqua_0.11.3.sif"
15+
AQUA_container="/gpfs/projects/ehpc01/containers/AQUA/aqua_0.12.sif"
1616
# singularity shell can be an option depending on the requirement
1717
singularity exec \
1818
--cleanenv \

src/aqua/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .slurm import squeue, job, output_dir, scancel, max_resources_per_node
77
from .accessor import AquaAccessor
88

9-
__version__ = '0.11.3'
9+
__version__ = '0.12'
1010

1111
__all__ = ["plot_single_map", "plot_maps", "plot_single_map_diff", "plot_timeseries",
1212
"plot_hovmoller",

0 commit comments

Comments
 (0)