Skip to content

Commit 08fe334

Browse files
Merge pull request #198 from MetOffice/CDDSO-352_v2.5.3_release
CDDSO-352 v2.5.3 release
2 parents 70d5098 + 42a3fe6 commit 08fe334

File tree

113 files changed

+3190
-335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+3190
-335
lines changed

cdds/CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
44
.. include:: common.txt
55

6+
Release 2.5.3, November 22, 2023
7+
================================
8+
* Adaptations needed for new CMIP6Plus MIP tables (CDDSO-336, CDDSO-365)
9+
* Adaptations needed to support use of sub_experiment_ids that are not
10+
“none” (CDDSO-365, CDDSO-362)
11+
* Extract can again correctly retrieve sub-daily data (CDDSO-358)
12+
* The update_directives script in the per-stream suite now correctly
13+
calculate upper limits for memory / wall time / local storage (CDDSO-360)
14+
615
Release 2.5.2, October 18, 2023
716
===============================
817
* Polar row masking is now specified directly in the MIP Convert config

cdds/cdds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Please see LICENSE.rst for license details.
33
from cdds.versions import get_version
44

5-
_DEV = True
5+
_DEV = False
66
_NUMERICAL_VERSION = '2.5.3'
77
__version__ = get_version('cdds')

cdds/cdds/global_arguments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"mass_data_class": "crum",
66
"output_mass_root": "moose:/adhoc/projects/cdds/",
77
"output_mass_suffix": "development",
8-
"processing_workflow_branch": "cdds_2.5.2",
8+
"processing_workflow_branch": "cdds_2.5.3",
99
"root_ancil_dir": "${CDDS_ETC}/ancil/",
1010
"root_data_dir": "/project/cdds_data",
1111
"root_hybrid_heights_dir": "${CDDS_ETC}/vertical_coordinates",
1212
"root_inventory_dir": "/project/cdds/inventory/",
1313
"root_mip_table_dir": "${CDDS_ETC}/mip_tables/CMIP6/",
1414
"root_proc_dir": "/project/cdds/proc",
1515
"root_replacement_coordinates_dir": "${CDDS_ETC}/horizontal_coordinates/",
16-
"rose_suite_branch": "tags/2.5.2",
16+
"rose_suite_branch": "tags/2.5.3",
1717
"sites_file": "${CDDS_ETC}/cfmip2/cfmip2-sites-orog.txt",
1818
"skip_extract": false,
1919
"skip_extract_validation": false,
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
{
2-
"controlled_vocabulary_dir": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/cv/CMIP6_CVs",
3-
"data_request_base_dir": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/data_requests/CMIP6/",
2+
"data_request_base_dir": "${CDDS_ETC}/data_requests/CMIP6/",
43
"data_request_version": "01.00.29",
54
"log_level": "logging.INFO",
65
"mass_data_class": "crum",
76
"output_mass_root": "",
87
"output_mass_suffix": "",
9-
"processing_workflow_branch": "cdds_2.5.2",
10-
"root_ancil_dir": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/ancil/",
8+
"processing_workflow_branch": "cdds_2.5.3",
9+
"root_ancil_dir": "${CDDS_ETC}/ancil/",
1110
"root_data_dir": "/project/cdds_data",
12-
"root_hybrid_heights_dir": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/vertical_coordinates",
13-
"root_inventory_dir": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/inventory/",
14-
"root_mip_table_dir": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/mip_tables/CMIP6/",
11+
"root_hybrid_heights_dir": "${CDDS_ETC}/vertical_coordinates",
12+
"root_inventory_dir": "${CDDS_ETC}/inventory/",
13+
"root_mip_table_dir": "${CDDS_ETC}/mip_tables/CMIP6/",
1514
"root_proc_dir": "/project/cdds/proc",
16-
"root_replacement_coordinates_dir": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/horizontal_coordinates/",
15+
"root_replacement_coordinates_dir": "${CDDS_ETC}/horizontal_coordinates/",
1716
"rose_suite_branch": "cdds_jasmin_2.5",
18-
"sites_file": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/cfmip2/cfmip2-sites-orog.txt",
17+
"sites_file": "${CDDS_ETC}/cfmip2/cfmip2-sites-orog.txt",
1918
"skip_extract": true,
2019
"skip_extract_validation": false,
2120
"skip_qc": false,
2221
"skip_transfer": true,
23-
"standard_names_dir": "/gws/smf/j04/cmip6_prep/cdds-env-python3/etc/standard_names/",
22+
"standard_names_dir": "${CDDS_ETC}/standard_names/",
2423
"user_config_template_name": "mip_convert.cfg.{}"
2524
}

cdds/doc/source/wiki

Submodule wiki updated from 9523a52 to 6d5e7fe

docs/cdds/doctrees/about.doctree

-39 Bytes
Binary file not shown.
98.5 KB
Binary file not shown.
-39 Bytes
Binary file not shown.

docs/cdds/doctrees/index.doctree

-373 Bytes
Binary file not shown.
-39 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)