David LeBauer
David LeBauer
@KristinaRiemer and @julianpistorius what is the status of this issue?
here is what is in the file kristina linked to https://github.com/az-digitalag/model-vignettes/blob/34a0d48f7fcb2dfe86e5b3ae828014d17e4fa371/ED2/ed2_2.2.0_singularity.sh ```sh #!/bin/bash module load singularity pwd singularity run -B ~/pecan/sites:/data/sites \ -B ~/pecan/inputs/ed_inputs:/data/ed_inputs \ -B ~/pecan/inputs/faoOLD:/data/faoOLD \ -B ~/pecan/inputs/oge2OLD:/data/oge2OLD...
@Aariq maybe need to uncomment these lines so that the PEcAn.ED2 package is installed? https://github.com/PecanProject/pecan/blob/develop/models/ed/Dockerfile#L52 Then in postrun tag you can call something like a postrun.sh that looks something like:...
I can't get the `getHostname()` function to work, but the following works (returns the same as the current fqdn) on Windows 10, WSL, Ubuntu 20.4 and the PEcAn docker container...
@pierotofy would https://github.com/OpenDroneMap/OpenSfM/tree/261 make this PR obsolete? Would it make sense to close this PR and open yours?
@pierotofy was a plugin repository or list of plugins ever created? I checked the docs, google, forums and haven't found anything. It would be great to know which plugins are...
I don't think so but it would probably be in / should go in data.atmosphere/R/metutils.R On Fri, Apr 1, 2016 at 9:42 AM Viskari [email protected] wrote: > As I was...
@Viskari the function looks like it should work, e.g. if I put `LHE(10)` it comes up with 22720000. Do you have any additional information other than the fact that it...
P.S. While you are at it I would suggest adding an analogous function to go from evaporation to latent heat, as well as some tests. And perhaps use more informative...