|
259 | 259 | diags_collection['1']['options'] = {'logo':'no'} |
260 | 260 | diags_collection['1']['regions'] = ['Global', 'Tropics', 'Southern_Extratropics', 'Northern_Extratropics'] |
261 | 261 | diags_collection['1']['tables'] = True |
| 262 | +# *** Collection so (southern ocean) (part of Tier 1B) *** |
| 263 | +diags_collection['so'] = {} |
| 264 | +diags_collection['so']['desc'] = 'Tier 1B Diagnostics (Southern Ocean)' |
| 265 | +diags_collection['so']['seasons'] = ['ANN'] |
| 266 | +diags_collection['so']['package'] = 'AMWG' |
| 267 | +diags_collection['so']['preamble'] = 'Diagnostic plot collection aimed at model evaluation in the Southern Ocean region. See ACME Confluence page: https://acme-climate.atlassian.net/wiki/display/ATM/Tier+1b+metrics%3A+Southern+Ocean+and+Antarctica' |
| 268 | +diags_collection['so']['combined'] = True |
| 269 | +diags_collection['so']['tables'] = True |
| 270 | +diags_collection['so']['options'] = {'logo':'no'} |
| 271 | +diags_collection['so']['regions'] = ['Southern_Extratropics'] |
| 272 | +diags_collection['so']['SHFLX'] = {'plottype': '3', 'obs': ['LARYEA_1'] } |
| 273 | +diags_collection['so']['QFLX'] = {'plottype': '5', 'obs':['LARYEA_1'] } |
| 274 | +diags_collection['so']['FSNS'] = {'plottype': '7', 'obs':['LARYEA_1'] } |
| 275 | +diags_collection['so']['FLDS'] = {'plottype': '3', 'obs':['ISCCP_1']} |
| 276 | +diags_collection['so']['OMEGA'] = {'plottype': '4', 'obs':['ERAI_1'] } |
| 277 | +diags_collection['so']['T'] = {'plottype': '4', 'obs':['ERAI_1'] } |
| 278 | +diags_collection['so']['LHFLX'] = {'plottype': '4', 'obs':['WHOI_1'] } |
| 279 | +diags_collection['so']['FSNT'] = {'plottype': '5', 'obs':['CERES-EBAF_1'] } |
| 280 | +diags_collection['so']['FLNT'] = {'plottype': '5', 'obs':['CERES-EBAF_1'] } |
| 281 | +diags_collection['so']['SWCF'] = {'plottype': '5', 'obs':['CERES-EBAF_1'] } |
| 282 | +diags_collection['so']['PRECT'] = {'plottype': '5', 'obs':['GPCP_1'] } |
| 283 | +diags_collection['so']['TREFHT'] = {'plottype': '5', 'obs':['WILLMOTT_1'] } |
| 284 | +diags_collection['so']['LWCF'] = {'plottype': '5', 'obs':['CERES-EBAF_1'] } |
| 285 | +diags_collection['so']['AODVIS'] = {'plottype': '5', 'obs':['AOD_550_1'] } |
| 286 | +diags_collection['so']['SURF_WIND'] = {'plottype': '6', 'obs':['NCEP_1'] } |
| 287 | +diags_collection['so']['STRESS'] = {'plottype': '6', 'obs':['ERS_1'] } |
| 288 | +diags_collection['so']['CLDTOT'] = {'plottype': '9', 'obs':['CLOUDSAT_1'] } |
| 289 | +# *** Collection topten aka Tier 1A*** |
| 290 | +diags_collection['topten'] = {} |
| 291 | +diags_collection['topten']['combined'] = True |
| 292 | +diags_collection['topten']['desc'] = 'Tier 1A Diagnostics' |
| 293 | +diags_collection['topten']['package'] = 'AMWG' |
| 294 | +diags_collection['topten']['options'] = {'logo':'no'} |
| 295 | +diags_collection['topten']['PSL'] = {'plottype': '5', 'obs': ['ERAI_1']} |
| 296 | +diags_collection['topten']['STRESS'] = {'plottype': '6', 'obs': ['ERS_1']} |
| 297 | +#diags_collection['topten']['SURF_STRESS'] = {'plottype': '6', 'obs': ['ERS_1']} |
| 298 | +diags_collection['topten']['TREFHT'] = {'plottype': '5', 'obs': ['WILLMOTT_1']} |
| 299 | +diags_collection['topten']['LWCF'] = {'plottype': '5', 'obs': ['CERES-EBAF_1']} |
| 300 | +diags_collection['topten']['PRECT'] = {'plottype': '5', 'obs': ['GPCP_1']} |
| 301 | +diags_collection['topten']['AODVIS'] = {'plottype': '5', 'obs': ['AOD_550_1']} |
| 302 | +diags_collection['topten']['U'] = {'plottype': '5', 'obs': ['ERAI_1']} |
| 303 | +diags_collection['topten']['T'] = {'plottype': '4', 'obs': ['ERAI_1']} |
| 304 | +diags_collection['topten']['SWCF'] = {'plottype': '5', 'obs': ['CERES-EBAF_1']} |
| 305 | +diags_collection['topten']['RELHUM'] = {'plottype': '4', 'obs': ['ERAI_1']} |
262 | 306 | # *** Collection 2 *** |
263 | 307 | diags_collection['2'] = {} |
264 | 308 | diags_collection['2']['desc'] = 'Line plots of annual implied northward transports.' |
|
0 commit comments