Skip to content

Commit bdae674

Browse files
axel-lauervaleriupredoischlunma
authored
Update CMORizer for OSI-450 aka OSISAF/CCI (sea ice concentration) (#3963)
Co-authored-by: Valeriu Predoi <[email protected]> Co-authored-by: Manuel Schlund <[email protected]>
1 parent eb2972a commit bdae674

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

esmvaltool/cmorizers/data/cmor_config/OSI-450-nh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Common global attributes for Cmorizer output
33
attributes:
44
dataset_id: OSI-450-nh
5-
version: 'v2'
5+
version: 'v3'
66
tier: 2
77
modeling_realm: reanaly
88
project_id: OBS
@@ -19,6 +19,6 @@ variables:
1919

2020
custom:
2121
create_areacello: true
22-
grid_cell_size: 25000.
22+
grid_cell_size: 0.625e9
2323
# Minimum number of days with data to generate daily files
2424
min_days: 50

esmvaltool/cmorizers/data/cmor_config/OSI-450-sh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Common global attributes for Cmorizer output
33
attributes:
44
dataset_id: OSI-450-sh
5-
version: 'v2'
5+
version: 'v3'
66
tier: 2
77
modeling_realm: reanaly
88
project_id: OBS
@@ -19,6 +19,6 @@ variables:
1919

2020
custom:
2121
create_areacello: true
22-
grid_cell_size: 25000.
22+
grid_cell_size: 0.625e9
2323
# Minimum number of days with data to generate daily files
2424
min_days: 50

esmvaltool/cmorizers/data/datasets.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,10 +1178,10 @@ datasets:
11781178
OSI-450-nh:
11791179
tier: 2
11801180
source: http://osisaf.met.no/p/ice/
1181-
last_access: 2019-05-02
1181+
last_access: 2025-03-14
11821182
info: |
11831183
Download the desired years from the following ftp:
1184-
ftp://osisaf.met.no/reprocessed/ice/conc/v2p0
1184+
ftp://osisaf.met.no/reprocessed/ice/conc/v3p0
11851185
Please, keep folder structure.
11861186
11871187
If you want to use only the nh data download only the nh files,
@@ -1194,10 +1194,10 @@ datasets:
11941194
OSI-450-sh:
11951195
tier: 2
11961196
source: http://osisaf.met.no/p/ice/
1197-
last_access: 2019-05-02
1197+
last_access: 2025-03-14
11981198
info: |
11991199
Download the desired years from the following ftp:
1200-
ftp://osisaf.met.no/reprocessed/ice/conc/v2p0
1200+
ftp://osisaf.met.no/reprocessed/ice/conc/v3p0
12011201
Please, keep folder structure.
12021202
12031203
If you want to use only the nh data download only the nh files,

esmvaltool/cmorizers/data/downloaders/datasets/osi_450_nh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def download_dataset(
3030
if start_date is None:
3131
start_date = datetime(1979, 1, 1)
3232
if end_date is None:
33-
end_date = datetime(2015, 12, 1)
33+
end_date = datetime(2020, 12, 1)
3434
downloader = FTPDownloader(
3535
config=config,
3636
server="osisaf.met.no",
@@ -42,7 +42,7 @@ def download_dataset(
4242

4343
loop_date = start_date
4444

45-
downloader.set_cwd("/reprocessed/ice/conc/v2p0")
45+
downloader.set_cwd("/reprocessed/ice/conc/v3p0")
4646

4747
while loop_date <= end_date:
4848
year = loop_date.year

esmvaltool/cmorizers/data/downloaders/datasets/osi_450_sh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def download_dataset(
3030
if start_date is None:
3131
start_date = datetime(1979, 1, 1)
3232
if end_date is None:
33-
end_date = datetime(2015, 12, 1)
33+
end_date = datetime(2020, 12, 1)
3434
downloader = FTPDownloader(
3535
config=config,
3636
server="osisaf.met.no",
@@ -42,7 +42,7 @@ def download_dataset(
4242

4343
loop_date = start_date
4444

45-
downloader.set_cwd("/reprocessed/ice/conc/v2p0")
45+
downloader.set_cwd("/reprocessed/ice/conc/v3p0")
4646

4747
while loop_date <= end_date:
4848
year = loop_date.year

esmvaltool/cmorizers/data/formatters/datasets/osi_450_nh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
http://osisaf.met.no/p/ice/
88
99
Last access
10-
20190502
10+
20250314
1111
1212
Download and processing instructions
1313
Download the desired years from the following ftp:

esmvaltool/cmorizers/data/formatters/datasets/osi_450_sh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
http://osisaf.met.no/p/ice/
88
99
Last access
10-
20190502
10+
20250314
1111
1212
Download and processing instructions
1313
Download the desired years from the following ftp:

esmvaltool/recipes/examples/recipe_check_obs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,9 +856,9 @@ diagnostics:
856856
mip: fx
857857
additional_datasets:
858858
- {dataset: OSI-450-nh, project: OBS, tier: 2,
859-
type: reanaly, version: v2, start_year: 1979, end_year: 2015}
859+
type: reanaly, version: v3, start_year: 1979, end_year: 2020}
860860
- {dataset: OSI-450-sh, project: OBS, tier: 2,
861-
type: reanaly, version: v2, start_year: 1979, end_year: 2015}
861+
type: reanaly, version: v3, start_year: 1979, end_year: 2020}
862862
scripts: null
863863

864864

0 commit comments

Comments
 (0)