Skip to content

Commit

Permalink
change alias of MPI to include PM
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyrx committed Jan 13, 2019
1 parent 606c46c commit 9ff9534
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions climpred/loadutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
for more details on the files themselves.
Perfect-Model:
* "MPI-DP-1D": decadal prediction ensemble area averages of SST/SSS/AMO.
* "MPI-DP-3D": decadal prediction ensemble lat/lon/time of SST/SSS/AMO.
* "MPI-PM-DP-1D": decadal prediction ensemble area averages of SST/SSS/AMO.
* "MPI-PM-DP-3D": decadal prediction ensemble lat/lon/time of SST/SSS/AMO.
* "MPI-control-1D": area averages for the control run of SST/SSS.
* "MPI-control-3D": lat/lon/time for the control run of SST/SSS.
Expand All @@ -31,18 +31,18 @@

file_alias_dict = {'MPI-control-1D': 'PM_MPI-ESM-LR_control',
'MPI-control-3D': 'PM_MPI-ESM-LR_control3d',
'MPI-DP-1D': 'PM_MPI-ESM-LR_ds',
'MPI-DP-3D': 'PM_MPI-ESM-LR_ds3d',
'MPI-PM-DP-1D': 'PM_MPI-ESM-LR_ds',
'MPI-PM-DP-3D': 'PM_MPI-ESM-LR_ds3d',
'CESM-DP': 'CESM-DP-LE.SST.annmean.anom',
'CESM-LE': 'CESM-LE.global_mean.SST.1955-2015',
'ERSST': 'ERSSTv4.global.mean',
'CESM-reference': ('g.e11_LENS.GECOIAF.T62_g16.009.pop.h.' +
'SST.024901-031612')}

file_descriptions = {'MPI-DP-1D': 'decadal prediction ensemble area averages' +
' of SST/SSS/AMO.',
'MPI-DP-3D': 'decadal prediction ensemble lat/lon/time' +
' of SST/SSS/AMO.',
file_descriptions = {'MPI-PM-DP-1D': 'decadal prediction ensemble area' +
' averages of SST/SSS/AMO.',
'MPI-PM-DP-3D': 'decadal prediction ensemble' +
' lat/lon/time of SST/SSS/AMO.',
'MPI-control-1D': 'area averages for the control run of' +
' SST/SSS.',
'MPI-control-3D': 'lat/lon/time for the control run of' +
Expand Down

0 comments on commit 9ff9534

Please sign in to comment.