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 18 forks source link

Precipitation diagnostics are missing in the output #854

Closed szy21 closed 2 years ago

szy21 commented 2 years ago

precipitation_removal, column_integrated_rain, column_integrated_snow are missing in the diagnostics in moist simulations. I think here and here propertynames(Y.c) should be propertynames(p).

cc @jiahe23 @trontrytel

trontrytel commented 2 years ago

@szy21 Could you check if this fixes the issue? https://github.com/CliMA/ClimaAtmos.jl/pull/855

szy21 commented 2 years ago

Thanks!