Giter Club home page Giter Club logo

Comments (4)

rljacob avatar rljacob commented on August 15, 2024

The language about bug fix branches has been changed. Your second version that started from master is the one you should push.

However I don't think there should be a switch to turn it off. Bug fixes should be "on" and the changes to answers accepted unless there is a scientific reason to keep the buggy version around.

from e3sm.

kaizhangpnl avatar kaizhangpnl commented on August 15, 2024

Thanks for the information! I will forward it to our integrators.

from e3sm.

rljacob avatar rljacob commented on August 15, 2024

Can someone describe in words what the bug does to the climate or to some output field?

from e3sm.

kaizhangpnl avatar kaizhangpnl commented on August 15, 2024

Below is my understanding of the bug and its fix.

With the bug, the convective transport of cloud droplet and ice crystal NUMBER concentrations will be handled by the second call to the convective transport subroutine (convtran, in zm_conv_tend_2). With the bug fix, it will be handled by the first call to convtran (in zm_conv_tend). The transport of cloud droplet and ice crystal MASS concentrations is handled by the first call to convtran.

zm_conv_tend_2 is called after the deep convection (convect_deep_tend), shallow convection (convect_shallow_tend), and stratiform cloud macro-/micro- physics treatments (stratiform_tend). Because the droplet and ice crystal number concentrations will be changed in stratiform_tend, doing the transport for cloud droplet and ice crystal numbers at a different location will make a difference in the simulated number and mass concentrations of hydrometeors.

In a five-day simulation, the instantaneous relative difference of NUMLIQ and NUMICE can be very large (>50% is not uncommon) and can be associated with a large absolute difference. The long-term impact has not been investigated using the ACME code yet.

from e3sm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.