CliMA / ClimaAtmos.jl

ClimaAtmos.jl is a library for building atmospheric circulation models that is designed from the outset to leverage data assimilation and machine learning tools. We welcome contributions!
Apache License 2.0
84 stars 17 forks source link

Turn NOGW tendency into a callback #3434

Open nefrathenrici opened 1 day ago

nefrathenrici commented 1 day ago

Non-orographic gravity wave tendency should not be called every timestep, it should be a callback instead.

We should also provide the u_forcing and v_forcing quantities as diagnostics

charleskawczynski commented 1 day ago

I'm just curious, why is this?

nefrathenrici commented 10 hours ago

These are some minor improvements to take care of before updating the parameterization to match the GFDL code. This is not high priority, but I plan on getting to it next week.