Keith Oleson

Results 183 comments of Keith Oleson

Lei, can you propose a meeting for us to discuss this further? I'd suggest inviting @lawrencepj1 and maybe also @billsacks as well. I don't know enough about the history behind...

As Peter implies, the original raw multi-density urban dataset was independently derived from considerations (mainly population density) other than, for example, remotely-sensed data such as from MODIS. At the time...

Tasks 2, 3, and 4 have essentially been completed. Task 5 (testing) has also been completed but will need to be repeated once the items below have been completed. Task...

Thanks @slevisconsulting ! I'm going to close this because the tasks have been completed and I assume that the final surface and landuse timeseries datasets will be generated and incorporated...

I think this was associated with Sean's work to reduce our contribution to the energy imbalance in the CESM2 heat budget as shown in the coupler history logs. As is,...

@swensosc , given your familiarity with the irrigation code, could you propose a fix for this when you get a chance (e.g., some namelist control on these output variables), thanks.

That was my recollection as well, that there was a call to SurfaceAlbedo at initialization. I was actually looking for that here initially and didn't realize or forgot that had...

Regarding the forcing height error, I think this statement in biogeophys/BiogeophysPreFluxCalcsMod.F90: if ( is_first_step() .or. get_nstep()

This check you put in is still triggering, so I was going to look at that next: ustar*thvstart is positive and has to be negative

More generally, there is inconsistency between the forcing height which is based on this calculation in BiogeophysPreFluxCalcsMod.F90: displa(p) = htop(p) * (1._r8 - (1._r8 - exp(-(7.5_r8 * (pftcon%z0v_LAImax(patch%itype(p))))**0.5_r8)) & /...