E3SM-Project / e3sm_diags

E3SM Diagnostics package
https://e3sm-project.github.io/e3sm_diags
BSD 3-Clause "New" or "Revised" License
39 stars 32 forks source link

Improve sub-plot titles #92

Open golaz opened 7 years ago

golaz commented 7 years ago

ceres_ebaf_toa_v2 8-restom-ann-global

A couple of improvements to the sub-plot titles for model and observation:

                :yrs_averaged = "61-70" ;
chengzhuzhang commented 6 years ago

For model names, it's basically done, https://github.com/ACME-Climate/acme_diags/pull/109

  1. added a new parameter 'short_test_name' for user defined model name, todo: update documentation to reflect this new parameter change.
  2. added 'year_averaged' to print out as part of the subtitle.

For observational data names, it depends on the processes of generating data. Will be done in a follow up fix.