Revision ee75c97dd3b4ba7aa59019eb5cea97d361e916ec authored by fserva on 10 February 2022, 11:59:23 UTC, committed by GitHub on 10 February 2022, 11:59:23 UTC
* revised description, note on new param to read in

* more general naming

* extension of preproc

* update of receipe to include choice of hemisphere

* conform to update #2228

* hemisphere choice implemented as in #2228

* shorter period for standard dataset #2228

* conform meridional dependence #2228

* updated documentation for #2228

* addressing ci test issues #2228

* moved booleans to recipe and restored standard period #2228

* specify that flag is ignored

* changed hemisphere parameter to list in recipe

* included loop over hemispheres in main

* included additional metadata in output files

* included tag in file names

* more info in output figures

* fixing circleci issues #2228

* more circleci fixes for #2228

* more fixes for #2228

* passed hemisphere to read correct files

* fixed wrong new line

* passed hemisphere selection to plotting

* single liners

* fixed spacing

* included file-specific provenance info #2228

* solving test issues #2228

* sorting line limit with rename #2228

* slightly revised captions

* using tmp directory for preprocessing

* override default tmp dir definition

* added more info on clean up

* fix for caption #2228

* removed write_plots flag from recipe

* removed write_plots flag from main and plot function

Co-authored-by: Manuel Schlund <manuel.schlund@dlr.de>
1 parent 66db44d
Raw File
.yamllint
---

extends: default

rules:
  line-length:
    max: 120
  octal-values: enable
back to top