Skip to content

Conversation

@bettina-gier
Copy link
Contributor

@bettina-gier bettina-gier commented Oct 16, 2019

Porting flato13ipcc fig 9-6. Current recipe includes CMIP3 data requiring the merge of ESMValGroup/ESMValCore#269 (Support CMIP3). Documentation included, enjoy the ncl code!

Tasks

  • Create an issue to discuss what you are going to do, if you haven't done so already (and add the link at the bottom)
  • Give this pull request a descriptive title that can be used as a one line summary in a changelog
  • Make sure your code is composed of functions of no more than 50 lines and uses meaningful names for variables
  • Circle/CI tests pass. Status can be seen below your pull request. If the tests are failing, click the link to find out why.
  • Preferably Codacy code quality checks pass, however a few remaining hard to solve Codacy issues are still acceptable. Status can be seen below your pull request. If there is an error, click the link to find out why. If you suspect Codacy may be wrong, please ask by commenting.
  • Please use yamllint to check that your YAML files do not contain mistakes
  • Update documentation for the recipe to the doc/sphinx/source/recipes folder

Closes #693

- {<<: *cmip3, dataset: cccma_cgcm3_1, institute: CCCMA}
- {<<: *cmip3, dataset: cccma_cgcm3_1_t63, institute: CCCMA}
- {<<: *cmip3, dataset: csiro_mk3_0, institute: CSIRO}
# - {<<: *cmip3, dataset: gfdl_cm2_0, institute: GFDL}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why all the commented out datasets?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Data available but filenames have a dot before .nc and ESMValTool doesn't find them

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to report that in the pull request that adds support for CMIP3 to ESMValCore, so it can be fixed there.

@bouweandela
Copy link
Member

Could you please resolve the merge conflict by merging the version2_development branch into this branch?

@mattiarighi
Copy link
Contributor

mattiarighi commented Dec 19, 2019

  • Please resolve the conflicts.
  • Please open a PR in ESMValCore to address the CMIP3 filename issue, as suggested by @bouweandela above.
  • PR #269 needs to be merged first.

@mattiarighi mattiarighi changed the base branch from version2_development to master January 3, 2020 17:56
@mattiarighi
Copy link
Contributor

Apparently I miss some of the CMIP3 datasets, e.g. for swcre.
Did you test this at DKRZ or on another machine?

@bettina-gier
Copy link
Contributor Author

Yeah was tested on DKRZ, seems like on the institution change the models were changed as well, try the list of models from before commit f8bb3b3
(Last time I ran it was during the workshop, /work/bd0854/b309137/v2_split/output/recipe_flato13ipcc_fig9-6_20191016_071703 on DKRZ if you want to compare)

@mattiarighi
Copy link
Contributor

Can you update the recipe by including only the models currently available at DKRZ that run without errors?

@LisaBock
Copy link
Member

Can you update the recipe by including only the models currently available at DKRZ that run without errors?

Recipe is now updated and I tested it again. Works fine on Mistral...

@mattiarighi
Copy link
Contributor

It works now, thanks.
I keep forgetting that CMIP3 models run only in serial mode, so I added a note in the recipe description section. Hope this is fine with you @bettina-gier @LisaBock

@mattiarighi mattiarighi merged commit d3368c6 into master Jan 21, 2020
@mattiarighi mattiarighi deleted the version2_flato13_fig9-6 branch January 21, 2020 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Porting flato13ipcc fig 9_6 to v2

5 participants