David LeBauer

Results 43 comments of David LeBauer

Is it worth adding an argument to specify the units (proportion or percent) that RH is returned in. Poked my head in and also noticed that rh2qair takes pressure in...

If they are still used, https://github.com/PecanProject/pecan/blob/develop/base/utils/scripts/metutils.R belongs in models/ed/inst/scripts/ (/inst optional, depending on if access is needed when the package is loaded). These are ed specific met utilities.

@infotroph updated the OP w/ your suggestions in https://github.com/PecanProject/pecan/issues/2758#issuecomment-748018564

There was a lot of discussion about Singularity on HPC systems at a Container Analysis Workshop hosted by NDS at NCSA this week. Some notes from the discussion are in...

@robkooper is this still relevant given that singularity can directly pull docker images?

so - does the deprecation of Singularity Hub and the availability of docker2singularity mean we don't need a registry and / or should we find another or manage our own...

I think that code is c 2014 … I no longer need it but definitely move if it is / would be useful. I think it was necessary to plot...

all test / check errors are 'Error: These files have changed since checkout. Check for out-of-sync autogenerated files, or for untracked files written inside the working tree' TODO - run...

Other options: - use this xml2 solution without abandoning XML (adds a dependency, but easiest) - find a way of doing this with the XML package - find a way...

If time is not given it will be NA by default. In that case we could replace with `if (time == NA)`. If time is given, we can have other...