Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to reproduce tutorial on latitudinally, seasonally varying RCE with CAM3 radiation #107

Open
andrewpauling opened this issue May 3, 2019 · 3 comments

Comments

@andrewpauling
Copy link

I have been trying to reproduce the tutorial on RCE with the CAM3 radiation scheme, specifically with latitudinally and seasonally varying RCE. The first part with no meridional diffusion gives a temperature section that looks just like the example, but when I add in the meridional diffusion subprocess and integrate forward there is barely any difference from the first temperature profile (a few Kelvin at most). Has something changed since that tutorial was made? Thanks!

@brian-rose
Copy link
Collaborator

Yes, there were some changes to the diffusion modules that unfortunately broke some older examples that apply diffusion on 2D domains. This is almost surely the same problem as in brian-rose/ClimateModeling_courseware#5.

You can see in these notes (https://github.com/brian-rose/ClimateModeling_courseware/blob/master/Lectures/Lecture22%20--%20Water%2C%20water%20everywhere!.ipynb) there is currently a hack to work around this bug. This code basically just redefines the diffusion module back to what it used to be.

We'll fix these examples properly in the next climlab release.

Thanks for bringing this to my attention!

@brian-rose
Copy link
Collaborator

FYI, in general the notebooks in https://github.com/brian-rose/ClimateModeling_courseware tend to be more up-to-date -- they get a lot more attention as they are actively used in courses at my university.

@andrewpauling
Copy link
Author

Great thanks for the fix and the extra resources!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants