https://github.com/ESMValGroup/ESMValTool

sort by:
Revision Author Date Message Commit Date
48374e9 Merge pull request #427 from ESMValGroup/version2_development Version 2: Merge development branch 19 June 2018, 11:33:34 UTC
82daa49 Merge pull request #426 from ESMValGroup/version2_initial_release Prepare for 2.0a0 release 19 June 2018, 11:12:54 UTC
a39e88e Move release notes to top level 19 June 2018, 10:55:26 UTC
0f3ba0b Add version 2.0 alpha release note 19 June 2018, 10:53:10 UTC
da8440a Set version to 2.0a0 19 June 2018, 10:52:26 UTC
321b511 Merge pull request #400 from ESMValGroup/version2_conda_build Fix conda build 19 June 2018, 09:27:00 UTC
c20b942 Update dependencies to be in line with conda 19 June 2018, 08:54:15 UTC
46e928b Merge branch 'version2_development' into version2_conda_build 18 June 2018, 15:47:07 UTC
7893d6c Merge pull request #417 from ESMValGroup/REFACTORING_cre Add radiation variables to namelist_perfmetrics_CMIP5 18 June 2018, 15:43:04 UTC
92f296f Minor change to CCSM4 fix 18 June 2018, 14:34:54 UTC
5d0011d Merge branch 'version2_development' into version2_conda_build 18 June 2018, 14:29:34 UTC
7cb9bf8 Merge pull request #420 from ESMValGroup/develop_remove_generic_level_fix Remove generic level check 18 June 2018, 13:59:01 UTC
94045a9 Add lwcre to namelist 18 June 2018, 13:55:55 UTC
e893f5a Added fixes for CCSM4 rlut and rlutcs variables. Fixes #290 18 June 2018, 13:47:27 UTC
c4fe5fd Remove assert on time coordinate 18 June 2018, 13:33:38 UTC
c2652c1 Fix calendar aliases to be in line with cf-units 2 18 June 2018, 13:12:45 UTC
42891d2 Removed generic levels name checking 18 June 2018, 11:47:00 UTC
2e0fb69 Merge pull request #419 from ESMValGroup/version2_typo-porting Fix a typo in porting guide 18 June 2018, 10:09:09 UTC
f895c28 Correct typo (thx to Ruth Lorenz) 18 June 2018, 10:06:53 UTC
a8126dd Add again simplify calendars and fix CESM1_BGC test 14 June 2018, 16:18:21 UTC
ace3d4a Fix end-year 14 June 2018, 13:25:02 UTC
bba4de5 Revert change 14 June 2018, 12:42:55 UTC
4063a09 Add rlut, rsut, swcre 14 June 2018, 10:49:11 UTC
5e6b71c Minor fix for multiple metrics 14 June 2018, 10:48:49 UTC
9825889 Merge branch 'version2_development' into REFACTORING_cre 13 June 2018, 18:50:37 UTC
2951437 Merge pull request #401 from ESMValGroup/version2_derive Fix #363 and fix #371 13 June 2018, 18:13:17 UTC
0b7ea2f Minor changes for testing 13 June 2018, 13:51:08 UTC
b84487f Add CMOR table for lwp (for testing) 13 June 2018, 13:36:54 UTC
90595e9 inserted iris version check so the metrics is still computed and plotted with iris 113; a couple plots are empty for iris 113 since nc_time_axis is not working anymore with this version; full correct output done with iris 21+ 13 June 2018, 13:08:32 UTC
4418011 Merge branch 'version2_derive' into REFACTORING_cre 13 June 2018, 13:00:00 UTC
210b9ad Merge pull request #406 from ESMValGroup/version2_models_per_variable Version 2: allow defining models at namelist/diagnostic/variable level 13 June 2018, 12:20:00 UTC
55930bd added note to remember to NOT use iris 2.0; a bit dumb since we obviously will switch to the latest iris version for good prectice, but just in case 13 June 2018, 11:46:51 UTC
578a303 Merge pull request #410 from ESMValGroup/REFACTORING_delete_preprocess_better Removal of preproc directory upon user option and all diags exited nicely 13 June 2018, 11:06:28 UTC
7f4c177 Merge pull request #395 from ESMValGroup/version2_nclcodestyle_test Automate NCL code style checking 13 June 2018, 10:59:59 UTC
00d4624 default rm preproc to true, added log message warning the user to set it to false if they need the preproc 13 June 2018, 10:49:27 UTC
b94a4ca Add some documentation for future reference 13 June 2018, 10:45:40 UTC
d015c72 Add '->' as a recognized operator to nclcodestyle py2 version 13 June 2018, 10:17:07 UTC
a0709a9 Clean up 13 June 2018, 10:16:58 UTC
a1418ff using shutil rmtree instead of subprocess 13 June 2018, 10:02:24 UTC
0b25cdd Merge branch 'version2_development' into version2_models_per_variable 13 June 2018, 09:43:46 UTC
25ddaa8 Merge pull request #413 from ESMValGroup/version2_remove_short_namelist Version 2: remove short namelist 13 June 2018, 09:39:50 UTC
62bbd16 Remove _short version of namelist since we now have --max-models 13 June 2018, 09:30:59 UTC
75c0c18 Merge pull request #390 from ESMValGroup/REFACTORING_conda_libgdal_unpin Fix NCL installation 13 June 2018, 08:30:18 UTC
ea3bea5 Merge branch 'version2_development' into REFACTORING_cre Conflicts: esmvaltool/namelists/namelist_perfmetrics_CMIP5.yml 12 June 2018, 19:18:41 UTC
b3d0c3c Merge pull request #409 from ESMValGroup/version2_max_models Version 2: Add --max-models 12 June 2018, 19:10:30 UTC
8e142e8 Simplify namelist using new features for target grids 12 June 2018, 18:57:34 UTC
8a4c3eb pep8 small fix 12 June 2018, 13:37:46 UTC
a1fa117 changes for preproc removal in a less complicated manner; this branch is completely uptodate with version2_development 12 June 2018, 13:12:24 UTC
314d515 added return code so that the main script knows it failed if it did indeed fail 12 June 2018, 13:08:07 UTC
a9af73a Merge branch 'version2_development' into REFACTORING_conda_libgdal_unpin 12 June 2018, 12:37:06 UTC
dbc1bce Merge pull request #408 from ESMValGroup/devel_issue391 Fixed CMIP5 CESM1-BGC nbp fix. Fixes #391 12 June 2018, 12:29:16 UTC
be19e44 Break string to avoid false positive in codedoc 12 June 2018, 11:34:04 UTC
b0e9676 Clean code 12 June 2018, 11:20:52 UTC
840054a Clean code 12 June 2018, 11:20:32 UTC
4611795 Code cleaning 11 June 2018, 18:23:44 UTC
46051e7 fix to issue 404: multimodel was dying when data has no mask in full mode 11 June 2018, 16:40:52 UTC
ef7ab28 Fix #219 11 June 2018, 16:16:45 UTC
84a9710 Merge pull request #402 from ESMValGroup/version2_derive_regrid_target Version 2: Use model as regrid/extract_levels target with derived data 11 June 2018, 15:04:49 UTC
e1e37cf Fixed CMIP5 CESM1-BGC nbp fix. Fixes #391 11 June 2018, 14:58:12 UTC
8a8cb38 Fix #288 11 June 2018, 14:31:01 UTC
741183c Merge branch 'version2_derive_regrid_target' into REFACTORING_cre 11 June 2018, 13:42:17 UTC
bf735de Merge branch 'version2_development' into REFACTORING_cre Conflicts: esmvaltool/namelists/namelist_perfmetrics_CMIP5.yml 11 June 2018, 13:21:44 UTC
fdb07aa Fix #384 11 June 2018, 12:01:08 UTC
62104e7 Merge pull request #398 from ESMValGroup/version2_small_improvements Version 2: small improvements 11 June 2018, 11:42:52 UTC
b126281 Code cleaning 11 June 2018, 10:55:41 UTC
3be8a05 Merge pull request #397 from ESMValGroup/version2_dois Version 2: Update doi resolver 11 June 2018, 10:54:36 UTC
9e72be0 Fix #363 and fix #371 11 June 2018, 10:28:54 UTC
966f6a5 Unpin cf_units to fix conda build 11 June 2018, 08:50:42 UTC
7ba246a More user friendly run_diagnostic. Close #388. 08 June 2018, 16:12:26 UTC
3a12914 Nicer fix directory name 08 June 2018, 16:08:36 UTC
c6b29a9 Update doi resolver as in #368 08 June 2018, 15:26:05 UTC
1d5e7f6 Automate NCL code style checking #234 08 June 2018, 11:37:18 UTC
3e975b5 Merge pull request #394 from ESMValGroup/version2_test_cleanup Clean up tests directory 08 June 2018, 11:24:59 UTC
b605c16 Remove ignore rules for outdated and now removed tests 08 June 2018, 11:14:35 UTC
e08b660 Clean up tests directory 08 June 2018, 11:11:02 UTC
a6b3fad Fix indentation 08 June 2018, 09:48:22 UTC
35e9c5f Refer to version2 branches 08 June 2018, 09:45:13 UTC
ce3f55c Merge pull request #389 from ESMValGroup/REFACTORING_fix_typo Fix typo in license filename 08 June 2018, 08:56:44 UTC
5c1861e Unpin libgdal because the NCL conda package has been fixed and this pinning breaks the installation 08 June 2018, 08:53:34 UTC
4ed6964 Fix typo in filename 08 June 2018, 08:44:37 UTC
ff56ed7 Merge pull request #370 from ESMValGroup/REFACTORING_ncl-quality-checker NCL code quality checker and other utilities 07 June 2018, 10:45:37 UTC
6fe3771 Merge branch 'REFACTORING_backend' into REFACTORING_ncl-quality-checker 07 June 2018, 06:39:33 UTC
6bb2e1d Merge pull request #377 from ESMValGroup/REFACTORING_circleci_cache Refresh circleci cache daily 06 June 2018, 07:53:28 UTC
afadab1 Merge pull request #386 from ESMValGroup/REFACTORING_nmlextend Further extend namelist_perfmetrics 06 June 2018, 06:46:49 UTC
6f14d21 More cleaning 05 June 2018, 10:57:22 UTC
ff2d600 Convert to 2-space indentation 04 June 2018, 18:13:53 UTC
ea9b65b Some ncl code cleaning 04 June 2018, 15:32:54 UTC
234dc11 Ignore | as an operator 04 June 2018, 15:11:24 UTC
bd1df58 Ignore & as an operator 04 June 2018, 15:08:05 UTC
2f745c4 Merge branch 'REFACTORING_backend' into REFACTORING_nmlextend 04 June 2018, 13:57:19 UTC
c2e3f85 Comment not yet tested part 04 June 2018, 13:56:20 UTC
e98d410 Merge branch 'REFACTORING_backend' into REFACTORING_ncl-quality-checker 04 June 2018, 13:25:30 UTC
75d0a24 Merge branch 'REFACTORING_backend' into REFACTORING_circleci_cache 04 June 2018, 12:57:42 UTC
ac81ed4 fixed pep8 issue that was breaking the tests 04 June 2018, 10:31:22 UTC
823d4bf Add actual preprocessor to test nml 04 June 2018, 09:09:58 UTC
d77f225 Merge pull request #382 from ESMValGroup/REFACTORING_build Fix conda build 04 June 2018, 08:52:30 UTC
3af91f5 Rename license file 04 June 2018, 08:49:10 UTC
cdf2f0e Extend namelist 04 June 2018, 07:41:05 UTC
48b610f Allow Tier=1 in namelist 04 June 2018, 07:40:47 UTC
bbdc2b6 Fix type 04 June 2018, 07:37:13 UTC
back to top