Conversation
|
List of changes also found in notes.txt
|
…ch when set multiplies fallstat after its calclulation. It defaults to 1.
Removing Gamma Distribution Correction term (1.0 + 3.0/Alpha + 2.0/sqr(Alpha))
Term in mean particle mass equation, correction as,
Mpm = 4.0/3.0 * M_PI * PBSM_constants::DICE * Radius*Radius*Radius;
Removing Gamma Distribution Correction term (1.0 + 3.0/Alpha + 2.0/sqr(Alpha))
Term in mean particle mass equation, correction as,
Mpm = 4.0/3.0 * M_PI * PBSM_constants::DICE * Radius*Radius*Radius;
Removing Gamma Distribution Correction term (1.0 + 3.0/Alpha + 2.0/sqr(Alpha))
Term in mean particle mass equation, correction as,
Mpm = 4.0/3.0 * M_PI * PBSM_constants::DICE * Radius*Radius*Radius;
In evap module, /86400 to ra term for rs/ra in Penman-Monteith method, because rs is in d/m while ra is in s/m, correction as,
evap[hh] = (delta(hru_t[hh])*Q*Global::Freq + (RHOa*Cp/
(lambda(hru_t[hh])*1e3)*(estar(hru_t[hh]) - hru_ea[hh])/(ra/86400)))/
(delta(hru_t[hh]) + gamma(Pa[hh], hru_t[hh])*(1.0 + rs[hh]/(ra/86400)))/
Global::Freq;
|
@lawfordp2017 You had a question about one of the changes earlier was that resolved? |
|
There should be one commit for the change on Line 29 in the Classinterception.cpp: declvar("net_snow", TDim::NHRU, "Canopy unload ", "(kg/m^2*int)", &net_snow); |
|
I have updated Classinterception |
|
Are there more updates to implement or is this ready to be merged in? |
These will be all updates for this time. When my review comments above from yesterday are addressed, I think it is ready to be merged in. |
Borland Updates March 21, 2022 (#265)
Borland Updates March 21, 2022 (#265)
Updates were made to the Borland source to correct various issues. These changes need to be made in the crhmcode version and merged in.