Joe Hamman
Joe Hamman
@tbohn -thanks for the report. - For clarity, the `pragma` statement is for OpenMP (not OpenMPI) . - If you put the `pragma` statement back and set the `OMP_NUM_THREADS` environment...
@tbohn - how are you executing VIC? Do you get the odd behavior if you don't use MPI? Can you run a test with: ``` export OMP_NUM_THREADS=8 # or some...
I think in order to close this issue we should add a test that checks for bit for bit equivalence between the single core image driver and the openmp enabled...
@iled - There have not been any developments regarding BMI to date but we are open to the concept. I would think using BMI's Python bindings seems like a great...
@iled - I don't think the python driver is the correct interface if you are looking toward a coupled land-atmosphere application. There are a number of applications currently underway that...
@iled - This is a fine place for this discussion. It is possible I don't fully understand how the python BMI bindings work. If you think you can run VIC...
@tbohn and @iled - We're off topic here. Please continue conversation in #643.
@mcflugen - hopefully, we've already supplied downstream developers (CSDMS/WRF-Hydro/etc) with the interface required to make this happen. If you end up working on this, I really don't see it being...
I recommend taking a look at the VIC documentation. In particular, the FAQ covers why VIC doesn't include Windows support directly: https://vic.readthedocs.io/en/master/FAQ/FAQ/
@itzetoile - have you seen this page in the VIC documentation: https://vic.readthedocs.io/en/master/Documentation/Drivers/Image/OutputFormatting/ If you are just trying to add additional output variables to your netCDF output file, you shouldn't need...