https://github.com/ESMValGroup/ESMValTool

sort by:
Revision Author Date Message Commit Date
fe6da3e Merge branch 'C3S_511_MPQB' of github.com:ESMValGroup/ESMValTool into C3S_511_MPQB 08 February 2023, 08:05:42 UTC
b5249c4 final tweaks for the paper-ready version of the figures 08 November 2021, 14:38:07 UTC
71e957f adjustments for the finalization of the figures for the precipitation paper 21 October 2021, 13:51:50 UTC
f5c2918 producing revised figures for the precip paper 12 October 2021, 10:28:37 UTC
4f07eba Recipe for precipitation intercomparison 26 August 2021, 12:27:24 UTC
9bb5067 Merge branch 'C3S_511_MPQB' of github.com:ESMValGroup/ESMValTool into C3S_511_MPQB 24 August 2021, 14:53:47 UTC
9630f4e code adjustment to be able to plot 4bin histograms with only 5 tickmarks 24 August 2021, 14:53:01 UTC
921d234 updates so that precipitation rates are plotted instead of precipitation fluxes 19 August 2021, 11:47:13 UTC
7638f62 Update mpqb_plots.py 26 May 2021, 08:53:24 UTC
def0f8a Merge remote-tracking branch 'origin/master' into C3S_511_MPQB 25 May 2021, 13:22:08 UTC
b78572c try mamba install esmvaltool (#2125) * try mamba * remove test branch 04 May 2021, 10:58:35 UTC
b1f9720 Add recipe for climate impact research (#2072) * Add eucp and is-enes3 projects to config-references Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> 30 April 2021, 12:33:37 UTC
7652152 Update routines that use fx vars to new syntax (#2145) 30 April 2021, 11:53:29 UTC
e1d9c67 Add fix for iris longitude bug to ClimWIP (#2107) * Add fix for iris longitude bug * Fix flake8 issues * Fix default anti-meridian * Update basic recipe to test antimeridian * Add fix for not-dropped lats/lons 19 April 2021, 10:37:09 UTC
9a723d9 add OSX installation instructions to docs (#2115) Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> 14 April 2021, 17:46:41 UTC
0dd6fc1 Update documentation for ERA5 with new varibles (#2111) 14 April 2021, 17:40:47 UTC
b2e0cd8 Added recipe for Meehl et al., Sci. Adv. (2020) (#2094) * Added meehl20sciadv recipe and diagnostic * Added further diagnostics * Added documentation for recipe_meehl20sciadv and provenance tracking for create_table.py * Ran isort * Removed model from recipe * Removed GISS-E2-1-G model from TCR recipe 07 April 2021, 11:44:22 UTC
988ae99 Fix recipe filler for the case the variable doesn't contain short_name (#2104) * fix case of no short name * added test for no short name * added test metadata for no short name 26 March 2021, 17:23:37 UTC
0c18cdf Fixed broken link to contributions in README (#2102) * Update README.md * Update CONTRIBUTING.md 26 March 2021, 10:25:38 UTC
b1dfdf4 Updates to contribution guidelines (#2092) Add more labels and sync text with ESMValCore Co-authored-by: Barbara Vreede <b.vreede@esciencecenter.nl> 24 March 2021, 15:58:20 UTC
936ed62 Update release schedule (#2081) 23 March 2021, 14:13:16 UTC
f04aa17 Move private _(global)_stock_cube from esmvacore.preprocessor._regrid to cmorizer (#2087) * move the now renamed stock_cube private import to full drag and drop function in cmorizer * fully move all the private funcs * Fixed CMORizer Co-authored-by: Manuel Schlund <manuel.schlund@dlr.de> 19 March 2021, 17:00:16 UTC
be90d4b skip recipe filler tests until we have a new release since GA tests are failing (#2089) * skip recipe filler tests until we have a new release * skip only if esmvalcore version is < 2.3.0, fail otherwise so we can fix the test 18 March 2021, 12:45:29 UTC
b31ab76 Removed imports from private sklearn modules and improved test coverage of custom_sklearn.py (#2078) * Removed private sklearn imports and increase test coverage of custom sklearn module * Increased test coverage for mlr/custom_sklearn.py * Added missing tests for custom sklearn classes * Fixed tests for CI (?) * Fixed tests for CI again (?) * Fixed sklearn warning 17 March 2021, 14:51:14 UTC
67f355c Force latest Python in empty environment in conda install CI test (#2069) * add condition to grab latest python * run the test for commit * added note on python install at env creation * remove testing call to conda install test since it works on the CI machine * relax to python 3.9 * change instructions for python 3.9 more generic as Bouwe suggests * Update instructions in docs and follow them on CircleCI * Remove test code Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> 16 March 2021, 10:18:48 UTC
1bf77b2 Added recipe filler. (#1707) * Added recipe filler. * Use pytest-xdist, avoid setup.py test and update CircleCI config * Try to use codacy coverage orb * Remove test alias * Require minimal version of pytest-cov * Require minimum version of pytest-flake8 * added extra requirement for conda build memory * added path to executable * removed pointer to ipython * first pass at simplifying and optimizing the tool * more simplifications and optimization * cleaned up and added time gating * support for multiple cmip rootpaths and lists of datasets in master recipe * added logging * started adding docstrigies * added more doc and reorganized a bit * added config checker * reorganized a bit * added tweaking by project and avert error * maan this keeps creeping up * fixed cmip era not found and allow for custom names of vars * enable file finding in default rootpaths * fixed issues found by Sarah * filter versions on latest but dont hardcode the version name * fix case of tilde for path as sarah suggested * added rouamel.yaml as dep * added rouamel.yaml as dep * added rouamel.yaml dumping to preserve original recipe style * fixed string formatters * fixed all string formatters * add list of exps functionality * totally forgot about the single requested exp case * functionality for aggregation of datasets from multiple experiments * identify gaps when having a pair of experiments * cleaned up made funcs private and added docstringss * more cleanup * more progress towards generalization * finalized implementation * started work on tests * started work on tests * almost fully working tests * disabled lookup on datasets for certain drs paths * direct dataset lookup for other drss like ethz etc * fixed a couple bugs * good test coveregae just one test left to fix * fixed last test! * added ruamel for pypi * remove dep off environment * return call so it doesnt fail * suped up tests * added test cases * one more test case * finally fixed the ethz case * extensive test coverage final * added documentation on recipe filler * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update doc/sphinx/source/utils.rst Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update esmvaltool/utils/recipe_filler.py Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update esmvaltool/utils/recipe_filler.py Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update esmvaltool/utils/recipe_filler.py Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update esmvaltool/utils/recipe_filler.py Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update esmvaltool/utils/recipe_filler.py Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * Update esmvaltool/utils/recipe_filler.py Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * switched to conda for ruamel.yaml * removed ruamel.yaml from pip install list * added possibility of all years and fixed flake8 stuff * added no year filters in doc * added no filter on years mention in docstring * fixed lazy fstringing * fixed bug for multiple cmipX rootpaths * added dependency ruamel.yaml to setup.py * port all private funcs from esmvalcore * missing import * revert to current config logging configuration * reimporting to esmvaltool module Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> 16 March 2021, 10:14:59 UTC
10f31a1 Update links in pull request template to point to latest (#2083) 16 March 2021, 09:44:21 UTC
8775ced Add hydrological forcing comparison recipe (#2013) This recipe compares between ERA5, ERA-interim, and MSWEP datasets for a certain catchment. Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> Co-authored-by: Manuel Schlund <manuel.schlund@dlr.de> 16 March 2021, 09:31:21 UTC
aaaa4b5 Update contribution guidelines (#2031) * Update pull request template to match documentation * Add information on prospector and Codacy * Add some text to community index page * Add section on pull request checks * Add info on expected recipe output * Move checklists to relevant chapters * Rename porting chapter to upgrading * Update text on merging * Add pr label info 15 March 2021, 19:35:15 UTC
510b0e8 Added figures 8 and 10 to recipe_bock20jgr.yml (#2074) * Squashed commit of the following: commit bb78f4fbe7c59b4de4e0ebbc2b72492ed95c7580 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Mar 8 20:30:04 2021 +0100 Added figure 10 of bock20jgr commit 784036e04e5d04b89d87a1c003b38e7814522135 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Mar 5 23:09:37 2021 +0100 Fixed recipe commit e7d334b9ea90e2d5e4f46c84529e8c3cb003473d Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Mar 5 18:26:05 2021 +0100 Updated recipe_ecs.yml commit 71b09d5478edaeb94c87d3fd047855e3ae53d48f Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Mar 5 18:24:06 2021 +0100 Removed unnecessary changes commit 8bdff6da32dd4ee4a8ed1c3198b272ac626fc3f5 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Mar 5 18:21:26 2021 +0100 Updated bock20jgr recipe and corresponding documentation commit d920ccbf891ba27ac85e2a600cbf66519421af75 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Mar 5 16:35:41 2021 +0100 Removed Meehl et al. (2020) recipe and diagnostic commit 32dc562bb0da0d7005ec8be481d06517dc74c7b4 Merge: 7392f66ba e1f91afe3 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Mar 5 15:56:43 2021 +0100 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit 7392f66ba43cbd4403ca72e2ac06c51a87bd4814 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Jan 13 11:20:23 2021 +0100 Adapted seaborn settings for Meehl et al. (2020) recipe commit 502b98ac9a47aa2012485857568dd1a16462da34 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Jan 12 18:40:58 2021 +0100 Added option for only consider MMM in feedback parameter plots commit ffc388db340376c29cda4eb676a230124c79d10d Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Jan 12 18:07:39 2021 +0100 Added option to round DataFrames in create_table.py commit 992fe32569deb2de57e1a4b69ccc56b36c780cbf Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jan 8 18:12:28 2021 +0100 Updated recipes with new model data commit 7c6f1606218827f8e8b1df02b40e9d6ee6bca249 Merge: e6a29c9f2 1a6e50fc9 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jan 8 12:41:18 2021 +0100 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit e6a29c9f2d2a34ff8366b021a24f9547fc2c22ea Merge: 1f320aed0 a259b19a5 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Oct 8 13:27:58 2020 +0200 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit 1f320aed03f64cf4ea58ec07fce930d0030bb446 Merge: 6434dd6e7 71e2c7298 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jul 3 10:50:23 2020 +0200 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit 6434dd6e70f2bd7825de1cf7720299623b81b454 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jul 3 10:48:44 2020 +0200 Updated plots with new CMIP6 models commit 4359c4939c4b8678102fc03546a030b439b977ea Merge: e5b830c24 221f6ec80 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jun 19 10:03:28 2020 +0200 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit e5b830c243cb3fa5be2e3ef7fc44f5f6eb4772ff Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Mar 19 18:21:35 2020 +0100 Small fixes in ECS/TCR recipes and diagnostics commit be85cef82ab98a9beb324638a0bf23f8d25f827b Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Mar 18 16:49:48 2020 +0100 Extended ECS and TCR-related recipes and diagnostics commit 68d5dd015810df95fd7a5ba08e9eb8d618b9676a Merge: 4d3a0d41a 959318d76 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Mar 17 10:04:55 2020 +0100 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit 4d3a0d41a1e69dcfc4121c83827897fbc33116a9 Merge: 893625c12 4b37b2e52 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Feb 27 23:07:08 2020 +0100 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit 893625c1220f90378d2fb57b0d9c03861ea1c494 Merge: c00b52480 a31d0e4f2 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Feb 14 09:19:09 2020 +0100 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit c00b52480844f4492dc2dba1eb6cc97d71d7bf96 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Jan 13 11:26:47 2020 +0100 Added simple diagnostic to create tables for scalar climate model data commit 1546d97b7460336d0db93ceb92a4c4827e6a9ca3 Merge: 538f42405 33e65b80e Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jan 10 17:02:43 2020 +0100 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit 538f42405b25a0e51619d80491321cb26375b46e Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jan 10 16:08:44 2020 +0100 Added TCR vs ECS recipe commit ed92c5c66b240679648019415d25c4e2ec7feadb Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jan 10 16:08:28 2020 +0100 Expanded CMIP6 style file commit 835e7153c27f18d708eb366295d03949f468ef5c Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jan 10 16:08:07 2020 +0100 Expanded ECS and TCR diagnostics commit 78638bd6a665501273eee096ff5b114e8b5ea324 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Jan 9 19:08:27 2020 +0100 Added CMIP6 models to ECS/TCR diagnostics and expanded tcr.py diagnostic to accept MMM commit 6292cde7c38e8f38a1175a1e1b3c2385bbe783c2 Merge: 53602b4a7 cbc936f1d Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Jan 9 12:36:21 2020 +0100 Merge remote-tracking branch 'public/master' into version2_extend_ecs commit 53602b4a79a3c33edf7b2389cb910a1cc72a069e Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Dec 4 16:55:32 2019 +0100 Expaned create_barplot.py diagnostic commit 4aae7182b423429f8b17041013f754e0439e4324 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Dec 4 10:37:54 2019 +0100 Added possibility to ECS diagnostic to add additional attributes to output commit 607b0106fe6ac7876e31d91dfb58636aa22b12f5 Merge: 5fd5775d3 7089a8c14 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Dec 3 17:22:46 2019 +0100 Merge remote-tracking branch 'public/fix_cox' into version2_extend_ecs commit 5fd5775d35e44f2cc851b3c338089243cf91b030 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Dec 3 17:08:18 2019 +0100 Removed cmip3 dataset style commit 58fe58cad85e82419a681b85d62d80de304ad240 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Dec 3 17:00:49 2019 +0100 Added CMIP3 models to ECS recipe commit 05ecc38d3246c48408f19295d00a414fe1c8e67c Merge: 47dcfd703 d0159c962 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Dec 3 13:37:20 2019 +0100 Merge remote-tracking branch 'public/fix_cox' into version2_extend_ecs commit 47dcfd7036f81717c84f131282543ce8ddf0f963 Merge: e49494a49 db5312128 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Dec 3 13:36:50 2019 +0100 Merge remote-tracking branch 'public/version2_development' into version2_extend_ecs commit e49494a493f1185189c0d0e179b664a2b53ac291 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Nov 29 16:23:18 2019 +0100 Enhanced feedback parameter plots commit 4bd0b095d7378f2945f20603154b83acd8738aad Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Nov 29 09:52:53 2019 +0100 Added info message when ECS calculation is not possible commit 87587509e2d5c26580018baee9ca1df533d21b45 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Nov 29 09:50:10 2019 +0100 Generalized function calls in main function commit 7e4a734ba35d1835991cbc054775593fe4516e45 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Nov 28 18:08:20 2019 +0100 Allowed calculation of multi model means for any dimension commit 6bdcf7320d0dd68906375c406783c70584ca13f6 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Nov 27 17:19:13 2019 +0100 Added diagnostic for calculating climate feedback parameters commit 3535d5ecbed58afababd4049ba85b39a7005e5bf Merge: 8b419f0af 9723c11b3 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Nov 27 17:08:55 2019 +0100 Merge remote-tracking branch 'public/version2_development' into version2_extend_ecs commit 8b419f0af401627c9ee80b7ef66408bc849ba0ad Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Sep 5 10:19:36 2019 +0200 Adapted ECS recipe for CMIP6 models commit 80dd68dfd644e1160fcdc868e48b593bfca45608 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jul 19 10:55:57 2019 +0200 Improved logging messges in ECS diagnostic commit ac9def8adcfadcb2976c9d8d2442119a3871f485 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jul 19 10:42:51 2019 +0200 Generalized ECS recipe and diagnostic commit 984ac1aef948c0c758eb3a21d49367d4b1818644 Merge: 04806bf84 ab639f68d Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jul 19 10:28:41 2019 +0200 Merge remote-tracking branch 'public/version2_development' into version2_extend_ecs commit 04806bf84648dccef55abc061fb657848f54225f Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Jul 12 09:34:46 2019 +0200 Updated ECS recipe commit 97e8a7f8afe55016a181136b4741e040568ff400 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Jun 24 18:08:12 2019 +0200 Fixed plot type commit 2de63c1a98d6d90171d105fca84d0c6baae7c195 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Jun 24 18:04:41 2019 +0200 Used fixed colormap for the map plots commit add856bb3f4dd66edfa87905ad9e6f05094b219b Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Sun Jun 23 02:49:47 2019 +0200 Extended ECS diagnostic to plot geographical plot commit 40a02cedda8f7f543230768636319f6ef590cc91 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Sat Jun 22 01:23:58 2019 +0200 Moved derived variables to core repository commit 9dc6011c5be7f0b37c1d95b53bb3d1c8729c3c36 Merge: c27b38753 36c6a7779 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Sat Jun 22 01:20:45 2019 +0200 Merge remote-tracking branch 'public/version2_development' into version2_extend_ecs commit c27b387535bd7c2c6ddb20caec1385d8da3aa93d Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Sat Jun 22 01:12:47 2019 +0200 Removed CMIP6 mixes to prepare for split commit d63f7afe679ab86810764d1d08bddf602a07371b Merge: 47e6808ce 1d66fccdc Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Sat Jun 22 01:08:28 2019 +0200 Merge commit '1d66fccdcd6bac11bf808ca377cd356b6ca86050' into version2_extend_ecs commit 47e6808ceafc6789a2a7cbda0510158b3c9c7f97 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Jun 5 14:18:21 2019 +0200 Extended ECS recipe with CMIP5 models commit 24bd5a7937973187e62a2ec98944f3cccf30cdff Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Jun 3 16:45:33 2019 +0200 Added further models to ECS recipe commit 0a623cbcc6d80da3da8333cfcea2a837b3021177 Merge: f9754c7fe e92fd47bf Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed May 29 17:29:24 2019 +0200 Merge remote-tracking branch 'public/version2_development' into version2_extend_ecs commit f9754c7fe55d1539a9ec88cd392c6b85455f2ce7 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed May 29 17:20:26 2019 +0200 Extended ECS diagnostic and recipe commit 0f51cf7d58bf57d18b5a0e87a5d2346f9175403f Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed May 29 17:16:06 2019 +0200 Added fixes for CESM2 models commit f8d66098e67016137555c1b6b15f9fd98908fd2b Merge: a8b2b62c4 91fcb3b53 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue May 28 14:06:08 2019 +0200 Merge remote-tracking branch 'public/version2_development' into version2_extend_ecs commit a8b2b62c47f114276fccdde7986590814cef77e1 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Apr 10 16:10:52 2019 +0200 Replaced zonal mean temperature by global mean temperature commit dde18e43ef7986134f6bed876b7c34a2e52c7d79 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Apr 10 14:40:18 2019 +0200 Added zonal means plot to ECS diagnostic commit 64746fbc0f25183f0a4510ccfe4a883a62852a19 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Apr 9 18:06:20 2019 +0200 Continued implementation of zonal means (WIP) commit 3200e90ca39838cd92a42297b5e42f7c77a8b0d0 Merge: c0b865921 7981808c8 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Apr 9 17:38:15 2019 +0200 Merge branch 'version2_diag_scripts_shared_tests' into version2_extend_ecs commit c0b8659211fc4b7de97d6a8371347d32c4248e91 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Apr 8 16:05:13 2019 +0200 Extended ECS recipe and diagnostic commit f5815c41f8892c09a553fb51c702fedf446d2af9 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Sun Apr 7 18:53:11 2019 +0200 Finished implementation of tests commit 4557e92571aa8af8302abcfb70bcdef194286d2a Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Sat Apr 6 17:54:12 2019 +0200 Implemented further tests for iris_helpers functions commit e1b0e5690131be66b4ec1f6c05d43dc0ab0a6cec Merge: cd6cf583c dcc802398 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Apr 5 17:56:28 2019 +0200 Merge remote-tracking branch 'public/version2_development' into version2_extend_ecs commit cd6cf583ce8d2181838f909c095f70459c159338 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Fri Apr 5 17:53:36 2019 +0200 Finished units tests for io and started implementation of tests for iris_helpers commit 73579394b30470a42885610e089b57b16f921966 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Apr 4 18:15:23 2019 +0200 Added first unit tests for io module for shared diagnostics commit 5d3d7a6c9b22dba58cf2631b3b4d70df9521b33a Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Apr 4 18:14:21 2019 +0200 Fixed bug in io function where standard_name was not correctly set commit 5fcbe0641095a2f544cffed1420b46c4f8ed629a Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Apr 4 15:42:28 2019 +0200 Generalized unify_1d_coord function commit 79747a345579ea7d9f1127f6ecbd007832019fb7 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Apr 4 14:56:57 2019 +0200 Generalized iris helper functions commit b061f8f95d2a846ea920f86cf5f426b20a93209e Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Apr 4 14:51:22 2019 +0200 Generalized grid correction in variable derivation commit 34d67200c7967c465ddbf899b576bba8c731ba84 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Apr 4 14:17:13 2019 +0200 Added fixes for various models commit da130f91f609af7d30c1021bad658eef3dc281da Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Apr 4 14:02:37 2019 +0200 Renamed iris save function in io module commit fb0517fc3eee9cfcf6beddd29a23ffef78f5baa6 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Thu Apr 4 13:43:22 2019 +0200 Added provenance for summary table commit cb65c9a3b152f376c735df5ed3f08ef476a4fe06 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Apr 3 17:57:58 2019 +0200 Fixed codacy issue commit 2d2560474a77d79593ac8ca0ac5559389d70ea22 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Wed Apr 3 17:13:53 2019 +0200 Added summary table to ECS diagnostic commit 3bd6b350d9d52a1f7a9d8e6d3cde2f6d9f68f533 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Apr 2 17:30:39 2019 +0200 Extended ECS diagnostic for further feedback parameters commit b5bc71e8e48ce48fdf46077b8b7c3390d984eb5d Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Apr 2 17:28:12 2019 +0200 Variable renaming in diagnostics commit 1437d6584d31a1730c4505e1705dcaf66e81fcf3 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Apr 2 17:24:31 2019 +0200 Fixed small bug which prevented setting standard_names of cubes commit 7554421b1e6fdf2d165e79d464e0824df7351d6b Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Apr 2 17:16:39 2019 +0200 Added new derived radiation variables commit e354c6088e0180c12cdc9a951ea1e3084cda7f32 Merge: 120aa9014 f8f826777 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Tue Apr 2 10:12:28 2019 +0200 Merge remote-tracking branch 'public/version2_development' into version2_fix_ecs commit 120aa9014de769403332d3ebeebcc9953d778e5c Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Mar 4 11:37:09 2019 +0100 Fixed small bug in ecs_regression function commit 2c12d9a1da1510406325d025400813ba9b70ec49 Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Mar 4 10:10:56 2019 +0100 Adapted y axis range in ECS regression plot commit 47201e63a91a2f675ee45e01a8b5a9de7dbcdccd Author: Manuel Schlund <manuel.schlund@dlr.de> Date: Mon Mar 4 10:27:13 2019 +0100 Improved ECS calculation and added more complex plots * Removed further models from ECS recipe * Removed further models from bock20jgr recipe * Added test recipe for bot * Removed test recipe and adapted doc 15 March 2021, 08:29:35 UTC
ecc409a Fix flake8 tests on CircleCI (#2070) 12 March 2021, 10:41:42 UTC
819e654 Update plot title martin18grl (#2080) * Update figure and color bar title for percentage difference plots. * Update for figures in documentation. Co-authored-by: “katjaweigel” <“weigel@iup.physik.uni-bremen.de”> 12 March 2021, 10:22:55 UTC
8a90da9 Add EUCP and IS-ENES3 projects to config-references (#2066) * Add eucp and is-enes3 projects to config-references * Correct name of the IS-ENES3 project Co-authored-by: Niels Drost <n.drost@esciencecenter.nl> Co-authored-by: Niels Drost <n.drost@esciencecenter.nl> 10 March 2021, 13:57:16 UTC
e1f91af improving the README.md file with a more appealing look and bit more info (#2065) * improving the readme file * Sarah suggestion Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com> * added pointer to tutorial as suggested by Sarah * capitalized Julia Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com> 04 March 2021, 11:20:07 UTC
792dd98 Indent block to pick up and raise exception if cmorizer data not found (TierX dir is not there) (#1877) * no data indent bug fixed * made the warning better 02 March 2021, 11:46:06 UTC
5cd923b Fix conda build by skipping documentation test (#2058) * Fix conda build * Increase timeout to one hour 26 February 2021, 13:32:27 UTC
09b4b96 Final update to the changelog for v2.2.0 (#2056) * Update changelog * Final update to the changelog 25 February 2021, 14:06:34 UTC
a982e42 Update changelog and changelog tool for v2.2.0 (#2043) * Small changes in the release notes tools * Updated changelog and changelog tool * use 21st century environment file * use 21st century setup file * Fix some codacy issues * Small refactor * Final version of changelog * Add highlights * Add last commit changelog and update tool doc * Update doc Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 25 February 2021, 13:12:24 UTC
98c5c3b Fix extract_seasons in validation recipe (#2054) 25 February 2021, 12:35:07 UTC
99adf5a Set version to 2.2.0 (#2042) * Set version to 2.2.0 * change release date Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 25 February 2021, 09:11:17 UTC
4438d8c Pin pre-commit hooks as recommended by its developers (#2053) 24 February 2021, 10:05:41 UTC
83994b0 fix flake fail from last commit to master (#2048) 23 February 2021, 11:10:33 UTC
614d7d1 Disable and remove calls to deprecated iris FUTURE module (#2047) * disable and remove calls to deprecated iris FUTURE * disable and remove calls to deprecated iris FUTURE * disable and remove calls to deprecated iris FUTURE 23 February 2021, 09:55:06 UTC
6437792 Adding bock20jgr Figure 1-4 (#1958) * add Figure 1 and 2 * add figure 3 and 4 * add color maps * remove rms, reldiff and absdiff from model_bias.ncl * start adding obs uncertainty to fig 2 * add reference * finalized cmorizer * add hadcrut4 uncertainty to tsline * cmorize yearly hadcrut4 uncertainty * fix codestyle * finalize fig 3 and 4 * add documentation * rm obs from first entry * finalize recipe * fix style * fix style of recipes * fix style of recipes * add figures to documentation * update doc * bugfix + docu update cmorize_obs_hadcrut4.ncl * updated docu + renamed recipe from bockjgr20 to bock20jgr * fix bug * add HighResMIP models Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> Co-authored-by: Javier Vegas-Regidor <javier.vegas@bsc.es> Co-authored-by: Axel Lauer <axel.lauer@dlr.de> 19 February 2021, 08:22:27 UTC
e82a801 Update the version number of the ESACCI-SST dataset (#2045) * fix ESACCI-SST cmorizer * move NSIDC-0116 from Tier 2 to 3 * switch to v2.2 18 February 2021, 16:55:25 UTC
5eb507c Add PASSIVE and ACTIVE sensor versions to cds-sat-sm cmorizer (#1851) * Fix keyword argument * Start of adding passive sensor * added PASSIVE to cds-sat-sm * Add ACTIVE version * Add config file * Improved formatting * Incorporated review comments * fix active version * add documentation * fix nclcodestyle * recipe check_obs updated * added 2020 data Co-authored-by: Mattia Righi <mattia.righi@dlr.de> Co-authored-by: Remi Kazeroni <remi.kazeroni@dlr.de> 18 February 2021, 13:19:47 UTC
694c094 Refactor lazy_regrid.py for wflow diagnostics (#2024) * remove lazy_regrid.py because now esmvalcore takes care of it * replace lazy_regrid with regrid from esmvalcore * use correct file format for wflow dem file * sort import statements * change time periods * revise years in hype recipe * bring back lazy_regrid and refactor it * remove recipe_hype from this PR * rename function lazy_regrid to rechunk_and_regrid * replace iris with esmvalcore.processor.regrid * rename lazy_regrid to compute_chunks, refactor the script and wflow diagnostics * revise the docstring in compute_chunks.py 18 February 2021, 12:23:06 UTC
3337f2d Use latest version of autodocsumm (#1942) * Use latest version of autodocsumm * Require at least v0.2.2 of autodocsumm Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 18 February 2021, 11:07:52 UTC
e5271f2 Fix Codacy coverage upload (#2039) 18 February 2021, 09:43:29 UTC
a75326e Revise lisflood and hype recipes (#2035) * change the years to a realistic time span * add comments about memory problem on lisflood recipe 17 February 2021, 19:23:13 UTC
1e5b5dd Implement shape parameter calibration for ClimWIP (#1905) * Add pseudo code skeleton to start with * Mode functions to utilities & add option to calibrate sigma on the fly * Move function to utilities * Fix but, add checks * Remove outdated file * Remove outdated file * Delete outdated file * Merge original file from master * Add on the fly performance sigma calibration * Update some functions to be more general * Update several functions - calculate_model_distances: update docstring - calculate_model_distances: add argument to name new dimension name - compute_overall_mean: simplify median calculation - combine_ensemble_members: update docstring - combine_ensemble_members: allow passing of dimension names to be combined - calculate_weights: move actualy calculation to a new function to get more flexible. This function becomes a wrapper doing xarray stuff * Update call of combine_ensemble_members * Fix bug * Add recipe to test performance sigma calibration * Add minimal version of performance sigma calibration * Update plot performance sigma calibration * Fix codacy issues * Update key name * Update key name * Update docu; add figure * Update doc formating * Fix spelling error * Update doc/sphinx/source/recipes/recipe_climwip.rst Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Update esmvaltool/diag_scripts/weighting/climwip/calibrate_sigmas.py Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Update esmvaltool/diag_scripts/weighting/climwip/calibrate_sigmas.py Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Update esmvaltool/diag_scripts/weighting/climwip/calibrate_sigmas.py Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Update esmvaltool/diag_scripts/weighting/climwip/core_functions.py Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Update esmvaltool/diag_scripts/weighting/climwip/core_functions.py Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Update esmvaltool/diag_scripts/weighting/climwip/main.py Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Move percentile calculation to function * Update variable names * Comment out model * Fix bugs * Fix codacy issues * Update esmvaltool/diag_scripts/weighting/climwip/calibrate_sigmas.py Co-authored-by: Peter Kalverla <peter.kalverla@gmx.com> * Update esmvaltool/diag_scripts/weighting/climwip/calibrate_sigmas.py Co-authored-by: Peter Kalverla <peter.kalverla@gmx.com> * Update esmvaltool/diag_scripts/weighting/climwip/calibrate_sigmas.py Co-authored-by: Peter Kalverla <peter.kalverla@gmx.com> * Update esmvaltool/diag_scripts/weighting/climwip/calibrate_sigmas.py Co-authored-by: Peter Kalverla <peter.kalverla@gmx.com> * Update iris documentation URL for sphinx * Update cost function and behavior when failing to find a sigma * Comment out EC-Earth3 (calender error) * Delete unused local variable * Update documentation * Test figure link * Update doc/sphinx/source/recipes/recipe_climwip.rst Co-authored-by: Peter Kalverla <peter.kalverla@gmx.com> * Insert linke breaks * remove dataset that's not available for testbot * Oops! Remove reference to bot's error message * Remove another dataset * Remove another dataset * Remove another dataset * Remove another dataset * Remove another dataset * Remove another dataset * Remove another dataset * Add some description * Fix spelling mistakes in documentation * Insert linebreak * Fix line length Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> Co-authored-by: Peter Kalverla <peter.kalverla@gmx.com> Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 17 February 2021, 17:43:20 UTC
f85d81a fix flake8 raised by develop test (#2038) 17 February 2021, 15:54:40 UTC
b08fe2f Add PRIMAVERA Eady Growth Rate diagnostic (#1285) * First working version * Perform temporal mean * Fix some lint issues * Extract season properly * Add recipe documentation * Load vars by shortname * Fix winter script * Improve output file name * Update preproc names * Update recipe * Add provenance * Fix lint issues * Fix identation * Fix lint issues * Fix identation * Update esmvaltool/diag_scripts/primavera/eady_growth_rate.py Co-Authored-By: Bouwe Andela <bouweandela@users.noreply.github.com> * Update recipe with PRIMAVERA datasets * Consider models that need ua to be regridded * Update references properly * Fix yamllint issues * Remove institute * Reorder files * Fix provenance * Compute climatology as an option * Add option to compute means at the end * Fix style issues * First version of plot, pending to clean * Clean recipe and diag * Add documentation, pending to add figure * Add figure to documentation * Add missing author * Fix documentation * Fix more documentation * Address suggestions from code review * Fix style issues * Update doc/sphinx/source/recipes/recipe_eady_growth_rate.rst Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Fix more style issues * Fix documentation * Fix more style issues * Apply suggestions from code review Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> * Fix more style issues * More codacy issues * Add suggestion fro scientific review * Codacy * Remove uneeded parenthesis * Fix doc format * Fix doc format Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> Co-authored-by: Bouwe Andela <bouweandela@users.noreply.github.com> Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com> Co-authored-by: Javier Vegas-Regidor <javier.vegas@bsc.es> 17 February 2021, 15:41:51 UTC
8e5d673 Recipe and documentation update for ERA5-Land. (#1906) * Recipe and documentation update for ERA5-Land. * Documentation formatting. * Documentation formatting, update of recipe_era5-land.yml and recipe_check_obs.yml. * Changes in recipe. * Reverted change in recipe_check_obs.yml. * Change in doc. * Changed reference. Co-authored-by: “katjaweigel” <“weigel@iup.physik.uni-bremen.de”> 17 February 2021, 14:51:05 UTC
01ade11 Cmorize gpcc fix (#1982) * fix reversed lat bnds, fix time. * clean up * cosmetics * codacy Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 17 February 2021, 14:30:05 UTC
60e7aad cmorize_utils_save_1mon_Amon (#1990) * initial * Update esmvaltool/cmorizers/obs/utilities.py Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 17 February 2021, 14:19:18 UTC
9fc6959 Cmorize gpcc masking (#1995) * fix reversed lat bnds, fix time. * clean up * cosmetics * codacy * Initial * add test * uncomment other datasets again Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 17 February 2021, 13:59:46 UTC
d2af92f Removed write_plots and write_netcdf in some python diagnostics (#2036) * Deprecated write_plots and write_netcdf in some diags * Update config-user-example.yml 17 February 2021, 12:51:54 UTC
9f65f1e Cmorize hadcrut5 (#1977) * initial commit * style * add table entry * fix coord names * add recipe check * fix blank line * update to correct access date * change to correct last access date Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 17 February 2021, 12:28:41 UTC
4c3bc14 Remove test for conda package installation on Python 3.6 (#2033) 17 February 2021, 11:37:27 UTC
89140c4 selectively turn off fixing bounds for coordinates during cmorization with utilities.py (#2014) * user-throttled args to selectively turn off fixing bounds * add test case * added docstring for public func * rename opt args * fixed test with new arg names 16 February 2021, 17:18:26 UTC
8d74409 introduce python 39 in Github Actions tests (#2029) * introduce python 39 in GA tests * removed testing branch 16 February 2021, 17:02:46 UTC
48bb1e9 Make it possible to use write_plots and write_netcdf from recipe instead of config-user.yml (#2018) * Adjust shared Python functions to future move of write_plots/write_netcdf to recipe * Read write_netcdf and write_plots from diag_script_info in NCL scripts 16 February 2021, 13:25:28 UTC
de06db9 Install documentation: mention that we build conda package with python>=3.7 (#2030) * mention that we build conda pkg with python>=3.7 * great, misssspelling, cheers Bman Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> * http issues in new problem Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> 16 February 2021, 12:00:31 UTC
f76e545 Fix conda build (#2026) * Try pinning iris and Python * Try Python 3.7 and up * Set all python to 3.7 and version to 2.2 Co-authored-by: Javier Vegas-Regidor <javier.vegas@bsc.es> 16 February 2021, 09:17:07 UTC
7179668 Avoid importing private ESMValCore functions (#2027) Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 15 February 2021, 20:41:49 UTC
ac02491 Refactor the functions in derive_evspsblpot due to new iris (#2023) 12 February 2021, 16:58:45 UTC
4034661 Fix logging import in cmorize_obs again since last merge was nulled by pre-commit hooks (#2022) * Fix import of `configure_logging` * fix logging import from esmvalcore * reinstate wanted commit Co-authored-by: Stef Smeets <s.smeets@esciencecenter.nl> 12 February 2021, 13:58:36 UTC
e5d7720 Added recipe, diagnostics and documentation for Schlund et al., ESD (2020) (#2015) * Update `extract_strict` -> `extract_cube` * Update iris version in setup.py * Repalced iris.coords.Coord with iris.coords.DimCoord * Adapted test dataset for ohc in CMIP5 * pin lower bound iris and upper bound mpich * pin lower bound iris and upper bound mpich * Added files for recipe_schlund20esd.yml * Fixed reference in schlund20esd recipe * pinned to new esmvalcore and added note on mpich * pinned to new esmvalcore and added note on mpich * pinned to new esmvalcorewq * Optimized documentation * Update doc/sphinx/source/recipes/recipe_schlund20esd.rst Co-authored-by: Bettina Gier <gier@uni-bremen.de> * Ran isort on changed files * Added note to recipe doc * Change import order in ecs_scatter.py Co-authored-by: Stef Smeets <s.smeets@esciencecenter.nl> Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> Co-authored-by: Bettina Gier <gier@uni-bremen.de> 12 February 2021, 13:20:29 UTC
0bac259 Fix import of `configure_logging` (#2020) Co-authored-by: Stef Smeets <s.smeets@esciencecenter.nl> 12 February 2021, 10:48:34 UTC
0b0e7a7 Adding recipe and diagnostics for Gier et al 2020 (#1914) * station_comparison.ncl ported to v2 * Ported SCA map plots to v2 * Ported satellite MV mask plots to v2 * deltaT diag ported to v2 * Fully ported gier20 to v2. * minor fixes * Updated recipe and diagnostics * changed axis units to polynomials * first review changes * add some review comments * save before screwing with ensembles * changes for reviews * Update `extract_strict` -> `extract_cube` * Update iris version in setup.py * update recipe * add provenance and clean up * get units from netcdf file, not config * nclcodestyle * add modis land cover map link * clean up, added station_comparison provenance * add documentation * Fix import of `configure_logging` * clean up * Repalced iris.coords.Coord with iris.coords.DimCoord * Adapted test dataset for ohc in CMIP5 * pin lower bound iris and upper bound mpich * pin lower bound iris and upper bound mpich * pinned to new esmvalcore and added note on mpich * pinned to new esmvalcore and added note on mpich * pinned to new esmvalcorewq * Update package/meta.yaml Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> * Update setup.py Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> * Update environment.yml Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> * checkup, recipe combining cmip5 and cmip6 * Apply suggestions from code review Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * add review changes * added config_user plottype with higher priority than png default * downscale documentation figures Co-authored-by: Stef Smeets <s.smeets@esciencecenter.nl> Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> Co-authored-by: Manuel Schlund <manuel.schlund@dlr.de> Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> 11 February 2021, 16:23:20 UTC
efdde7f Add Remi as a code owner and sole merger of CMORizers (#2017) 11 February 2021, 10:19:55 UTC
121effe Align ESMValTool to ESMValCore=2.2.0 (adopt iris3, fix environment for new Core release) (#1874) * Update `extract_strict` -> `extract_cube` * Update iris version in setup.py * Update import of `configure_logging` * pin lower bound iris and upper bound mpich Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> Co-authored-by: Manuel Schlund <manuel.schlund@dlr.de> Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> 10 February 2021, 12:17:48 UTC
0c2264a Document how to run tests for installation verification (#1847) 09 February 2021, 20:12:08 UTC
b642afc fix iris documentation link(s) with new iris3 location on readthedocs (#2012) * fix iris dox broken link * Use interphinx for linking to iris docs Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> 09 February 2021, 12:19:47 UTC
39f1f9e fix longitude in ESRL cmorizer (#1988) * fix longitude in ESRL cmorizer * fix attribute for provenance * fix check for valid station not available for download 09 February 2021, 10:19:51 UTC
b8993d9 Add GRACE to the recipe check_obs (#1963) * change realm to sat * grace dataset added * bibtex updated 04 February 2021, 14:23:45 UTC
2cf3464 Update iris documentation URL for sphinx (#2003) 03 February 2021, 11:21:32 UTC
8132042 Combine installation from source instructions and add common issues (#1971) 27 January 2021, 13:13:53 UTC
e2341cc Update core team info (#1973) * update Core Team * update introduction.rst * updated NOTICE * Update NOTICE Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> 27 January 2021, 08:42:50 UTC
cb51bb8 Python 3.9: remove pynio as dependency and replace with rasterio and pin Matplotlib>3.3.1 and pin cartopy>=0.18 (#1997) Co-authored-by: Tomas Lovato <tomas.lovato@cmcc.it> 25 January 2021, 16:06:37 UTC
d82660a Github Actions test that runs with the latest ESMValCore master (#1989) * wrote full development test for Github Actions * some fixes * remove unnecessary steps * restructure * resytruct working dir syntax * remove working directory * single flow * typo * rmed working dir again * go round conda activation issue * remove env update * restructured develop test * fix yaml error * fix yaml error * change paths * each step reverts any change dir * development workflow * remove test branch and add python 3.9 * added header 25 January 2021, 11:01:18 UTC
f3a8e54 CI upload relevant artifacts for test job (#1999) * CI upload relevant artifacts for test job * of course I created the logs in cwd and not / * get rid of set handling * bugger extra > 25 January 2021, 10:50:26 UTC
a5c3617 Use new conda environment for installing ESMValTool in Docker containers (#1993) 18 January 2021, 21:22:08 UTC
89ef0e2 Revert "Fix import of `configure_logging` (#1976)" (#1992) This reverts commit 33bb6f795551618cc4dd67b5b7ceb24b171afa23. 18 January 2021, 19:06:36 UTC
72bdd83 Added changes in shared functions for schlund20esd (#1967) 14 January 2021, 14:07:30 UTC
33c1883 add required functional parameters for extract time (#1978) 13 January 2021, 13:57:35 UTC
33bb6f7 Fix import of `configure_logging` (#1976) 13 January 2021, 13:49:31 UTC
3898ad7 Simplify installation of R dev deps (#1930) Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com> 12 January 2021, 10:26:51 UTC
4f75057 add some maintainers (#1970) 12 January 2021, 10:00:21 UTC
b8920bf run the cronjob at 4am instead (#1969) 11 January 2021, 16:24:18 UTC
1a6e50f Improve contact info and move to more prominent location (#1950) Co-authored-by: Niels Drost <n.drost@esciencecenter.nl> 22 December 2020, 12:13:53 UTC
f61cb16 Update release schedule (#1948) * Add labels to changelogs of individual versions for easy reference * Add "Past releases" section and sort releases into upcoming and past * Change link and table formatting * Add new release manager for version 2.2.0 Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> 21 December 2020, 10:08:16 UTC
da9521a Diagnostic for recipe_eyring13jgr.yml Fig. 12 (#1922) * Add files via upload figure 12 eyring13 * Add files via upload * Update eyring13jgr_fig12.ncl Some code cleanup. * more code cleanup * adjustjments to test the recipe with CMIP5 and CMIP6 data * adding provenance, more code clean-up * code cleaning + small fix in provenance * start adding documention * add ERA5 * add figure to docu * update recipe with CMIP6 models * seperate ering13jgr documentation * tested recipe * fix yaml style of recipe * Update recipe_eyring13jgr_12.yml * Update recipe_eyring13jgr.rst Implementation of a few corrections to the diagnostics documentation Co-authored-by: irenecionni <irene.cionni@enea.it> Co-authored-by: Birgit Hassler <33543691+hb326@users.noreply.github.com> Co-authored-by: Birgit Hassler <birgit.hassler@dlr.de> 16 December 2020, 16:46:58 UTC
d9bf983 Refine pull request review guidelines (#1924) * Shorten tasks in task list * Condense sections * Turn tables into sections/subsections * Tweak text slightly * Update documentation and links in PR template * Tweak documentation * Fix links * Add request to review two PRs in the repo * Fix enumerated list formatting * Refine text in template * Add icons to distinguish scientific and technical reviews * Fix typo * Update PR template * Update links * Add page with dataset contributing guidelines * Update links * Update links to live readthedocs * Apply suggestions from code review Co-authored-by: Niels Drost <n.drost@esciencecenter.nl> * Update template with suggestions from code review * Add emoji * Apply suggestions from code review Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> * Fix indentation (spaces -> tabs) * Apply suggestions from code review * Make the text a bit more friendly * Implement feedback from reviews * Update index.rst Fixed indentation (tabs not spaces) Co-authored-by: Niels Drost <n.drost@esciencecenter.nl> Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> 16 December 2020, 16:04:43 UTC
8960d32 Fix issues with bibtex references (#1955) * Update entry to more appropriate type @article entries MUST have journal names specified, which is not the case here * Fix month specification * Replace latex strangeness with ascii symbols * Add trailing comma * Fix year and add author * Remove strange end of line symbols 16 December 2020, 14:57:29 UTC
0387b5a Documentation on how to move code from a private repository to a public repository (#1920) * Create private_repository.rst * Update private_repository.rst * Update private_repository.rst * Update private_repository.rst * Update private_repository.rst * Update private_repository.rst * Update private_repository.rst * Update index.rst * Update private_repository.rst * Update doc/sphinx/source/community/private_repository.rst Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> * Update private_repository.rst * Update private_repository.rst * Update release_strategy.rst * Update release_strategy.rst * Update private_repository.rst * Update private_repository.rst * Update private_repository.rst * Update private_repository.rst * Update release_strategy.rst * Update private_repository.rst * Update private_repository.rst * Fix broken link * Add link to review and merge steps * Update private_repository.rst Changed the numbering from "1)" to "1." for consistency with the rest of the documentation. * Update private_repository.rst * Update private_repository.rst * Update private_repository.rst Underlining of the different sections now consistent with the sections in "datasets". * Add link to introduction Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> 16 December 2020, 09:22:14 UTC
855f9e9 code update to work with the new features from the branch on github 15 December 2020, 14:46:14 UTC
40afc4a bugfix: time weights in time_operations (#1956) * bugfix: time weights in time_operations * Update esmvaltool/diag_scripts/shared/statistics.ncl Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> * added check for supported calendar in time_operations Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com> 15 December 2020, 11:49:19 UTC
0f3441d Cmorizer for latest ESACCI-SST data (#1895) * Use pytest-xdist, avoid setup.py test and update CircleCI config * Try to use codacy coverage orb * Remove test alias * added py cmorizer and renamed the old ncl one * added tserr * removed renamed script * renamed script * docstring header * removed file * Minor tweaks to ESACCI-SST cmorizer and added C3S-SST cmorizer. * Merged cmorizers into one and added one of the new references. * Added download instructions. * Updated modification history. * change to new version * change to new version * change to new version * removed old version of cmoriser * cleaned up cmoriser * Updated download instructions. * added Charles * added Charles * Added ORCID ID. * Updated version number, added comment regarding uncertainty and added reference for bias correction. * changed time stamp and added approval Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl> Co-authored-by: Charles Roberts <c.j.roberts@reading.ac.uk> 14 December 2020, 17:47:55 UTC
back to top