CABLE-LSM / CABLE-Trac-archive

Archive CABLE Trac contents as issues
Other
0 stars 0 forks source link

inconsistencies in initialization of wbice #174

Open penguian opened 6 years ago

penguian commented 6 years ago

keyword_ice_initilialization_maygit owner:jxs599@nci.org.au type_model improvement | by inh599


There appears to be unintended inconsistencies in the default initialization of wbice on points with isoilm==9 between different CABLE set ups.

Within offline simulations cable_soilsnow has wbice at these points initialized to 0.9wb, in UM simulations initialize_soilsnow has the same initialization as 0.85wb

In practice both should be initialized to frozen_limitwb so as to minimize the energy/water mass shock on the first time step (as wbice is capped at MIN( wbice, frozen_limitwb) within subroutine smoisturev)

Absorb: #141


Issue migrated from trac:174 at 2023-11-27 11:23:45 +1100

penguian commented 6 years ago

@jxs599@nci.org.au edited the issue description

penguian commented 6 years ago

@inh599@nci.org.au commented


see Ticket #106 as well for impact.

penguian commented 5 years ago

@jxs599@nci.org.au changed owner from ` tojxs599`

penguian commented 5 years ago

@jxs599@nci.org.au changed milestone from 6. Report to 3. Implementation

penguian commented 5 years ago

@jxs599@nci.org.au commented


implement on UM side in JaC. USE cable_other_constants, ONLY frozen_limit. Can pick this up in offline later. Check #106 again

penguian commented 2 years ago

@jxs599@nci.org.au commented


Ongoing discussion with Ian - interrupted by Xmas.

branch @ ^/branches/Users/jxs599/CABLE/Tickets/2021/174

penguian commented 1 year ago

@ccc561@nci.org.au changed keywords from ice initilialization to ice initilialization maygit