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

Add dycore and/or total tendency diagnostics #290

Open
nbren12 opened this issue May 11, 2022 · 4 comments
Open

Add dycore and/or total tendency diagnostics #290

nbren12 opened this issue May 11, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@nbren12
Copy link
Contributor

nbren12 commented May 11, 2022

These are useful diagnostics to have. We currently compute using the python wrapped fv3gfs in fv3net, but it would be nice to plug-in to the fortran infrastructure as well. The microphysics emulation code doesn't require the wrapped python model, and it would be nice to avoid depending on it for diagnostics only.

@nbren12 nbren12 added the enhancement New feature or request label May 11, 2022
@nbren12
Copy link
Contributor Author

nbren12 commented May 11, 2022

cc @spencerkclark

@nbren12
Copy link
Contributor Author

nbren12 commented May 11, 2022

I don't know how to make this change. @spencerkclark do you know of an example commit/pr which modifies the dycore diags?

@spencerkclark
Copy link
Member

This is maybe a good example PR: #111. It does something similar for the total tendency due to physics for some tracers (implemented as dynamical core diagnostics). Implementing coarse versions of them is optional.

@brianhenn
Copy link
Contributor

brianhenn commented May 19, 2022

The PR to add the fast saturation adjustment tendency diags also uses some of the approaches that would be used to get these things, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants