Keith Oleson

Results 124 comments of Keith Oleson

I'm curious how mosart is able to split negative from positive runoff. Does it get passed the gridcell average runoff but in component form (surface, drainage, qrgwl, etc.) and then...

Ha, yes, I just read the manual. Point taken :)

MOSART PR issued (https://github.com/ESCOMP/MOSART/pull/57) per @ekluzek request.

Regarding the issue I brought up with frozen runoff in the coupler log files (as shown in the last slide of the negative runoff ppt), I ran a clone of...

I tested the wetland fix in a land-only combined with direct_to_outlet. Seems to work, there are no longer any wetland areas. Negative runoff is only reduced by another 1% or...

This is already done on Ronny Meier's branch and in such a way as to maintain bfb when z0param_method is not Meier2022: https://github.com/RonnyMeier/ctsm/commits/main Is there a reason to do this...

There is another answer-changing aspect of the branch that updates the forcing heights when roughness/displacement height is updated. This wasn't being done consistently before. Although I guess you could do...

For urban and in general, single-point transient capability would be useful for troubleshooting problems encountered in global or regional simulations. I can't think of any specific urban use cases other...

@danicalombardozzi if you can confirm what changes are needed here for the technical note, I can make the changes as I am currently making changes to the technical note to...

Created a branch for this work: https://github.com/olyson/ctsm/tree/zerothtstep Modified the code to start at nstep=1 by adding a call to advance_timestep at the end of timemgr_init in the clm time manager....