NCAR / ccpp-physics

GFS physics for CCPP
Other
59 stars 146 forks source link

Bug fix in snow initialization #875

Closed tanyasmirnova closed 2 years ago

tanyasmirnova commented 2 years ago

The initialization of snow with the current condition was happening every time step because cplflx=.false. in RRFS. This PR proposes the change to the condition that fixed the problem in RRFS. Hopefully, it will work correctly with other applications.