Conversation
1769c47 to
3ae2ac2
Compare
szy21
left a comment
There was a problem hiding this comment.
Thanks! Would it be easier if we make them default atmos diagnostics?
I am not too sure if they should be part of the default since outputting diagnostics in pressure coordinates is computationally expensive. |
Sounds good. How expensive is it? |
Each accumulation / compute step of the diagnostics involves a kernel call to interpolation data from z coordinates to pressure coordinates. This isn't too expensive since |
Feel free to merge this PR, and we can add them to default diagnostics later if it is not too expensive. |
juliasloan25
left a comment
There was a problem hiding this comment.
This looks fine to me but I am a little worried about the diagnostics duplicated in so many files leading to problems later on e.g. if we don't update all of them. If we don't want to put them in the default atmosphere config, maybe we can add one like clima_diagedmf.yml but including the diagnostics - clima_diagedmf_longrun.yml or something like that
Oh, we can just add them in |
This PR updates the leaderboard for diagnostics in pressure coordinates by throwing a warning if no diagnostics in pressure coordinates are found. Furthermore, this PR adds diagnostics in pressure coordinates for all configs in
amip_configs,longrun_configs, andnightly_configs.