Skip to content

Commit

Permalink
update PCMDI-AMIP-1-1-7 release_year
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Jan 27, 2022
1 parent 481427a commit 6f65084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tables/input4MIPs_CV.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
"region":[
"global_ocean"
],
"release_year":"2021",
"release_year":"2022",
"source":"PCMDI-AMIP 1.1.7: Merged SST based on UK MetOffice HadISST and NCEP OI2",
"source_description":"Sea surface temperature and sea-ice datasets produced by PCMDI (LLNL) for the AMIP (DECK) experiment of CMIP6",
"source_id":"PCMDI-AMIP-1-1-7",
Expand Down
2 changes: 1 addition & 1 deletion input4MIPs_source_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
"region":[
"global_ocean"
],
"release_year":"2021",
"release_year":"2022",
"source":"PCMDI-AMIP 1.1.7: Merged SST based on UK MetOffice HadISST and NCEP OI2",
"source_description":"Sea surface temperature and sea-ice datasets produced by PCMDI (LLNL) for the AMIP (DECK) experiment of CMIP6",
"source_id":"PCMDI-AMIP-1-1-7",
Expand Down
4 changes: 2 additions & 2 deletions src/writeJson.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
'Lawrence Livermore National Laboratory, 25 pp. ',
'Available online: https://pcmdi.llnl.gov/report/pdf/60.pdf'])
source_id[key]['region'] = ['global_ocean']
source_id[key]['release_year'] = '2021'
source_id[key]['release_year'] = '2022'
source_id[key]['source_description'] = ' '.join(['Sea surface temperature and',
'sea-ice datasets produced by',
'PCMDI (LLNL) for the AMIP',
Expand Down Expand Up @@ -947,7 +947,7 @@
'Lawrence Livermore National Laboratory, 25 pp. ',
'Available online: https://pcmdi.llnl.gov/report/pdf/60.pdf'])
source_id[key]['region'] = ['global_ocean']
source_id[key]['release_year'] = '2021'
source_id[key]['release_year'] = '2022'
source_id[key]['source_description'] = 'Sea surface temperature and sea-ice datasets produced by PCMDI (LLNL) for the AMIP (DECK) experiment of CMIP6'
source_id[key]['source'] = 'PCMDI-AMIP 1.2.0: Merged SST based on UK MetOffice HadISST and NCEP OI2'
source_id[key]['source_id'] = key
Expand Down

0 comments on commit 6f65084

Please sign in to comment.