Oscar Sanchez

Results 8 issues of Oscar Sanchez

Hello, I'm exporting a VTU file of heads using the following code vtkobj = vtk.Vtk(gwf, xml=True, pvd=True, vertical_exageration=1, point_scalars=True) vtkobj.add_heads(hds, kstpkper=kstpkper, masked_values=masked_values) vtkobj.write(os.path.join(pv_folder, "heads_output_test", "heads_scal.vtu")) but I noticed that the...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm working with Pest,...

enhancement

Hello, I'm getting this error, when I try to use RCM reordering MODFLOW 6 U.S. GEOLOGICAL SURVEY MODULAR HYDROLOGIC MODEL VERSION 6.3.0 03/04/2022 Run start date and time (yyyy/mm/dd hh:mm:ss):...

bug

Hello! I'm running Pestpp-GLM and after calculating the FOSM-based Monte Carlo of the first iteration I got this error in the rec file ![image](https://user-images.githubusercontent.com/39230212/179429343-29e046a1-b505-4bf8-8e88-3b5085731161.png) the log file shows this ![image](https://user-images.githubusercontent.com/39230212/179429532-236bdd22-e152-4d06-85fe-36790ff45d45.png)...

Hello!, I was trying to restart a Glm run, set by Pyemu, but I got the following mistake( i'm using pestpp-5.1.1) rec file: ![image](https://user-images.githubusercontent.com/39230212/169148216-376219c7-794c-4b6b-887b-cbe8e1fc0bcf.png) output: ![image](https://user-images.githubusercontent.com/39230212/169148260-afa56f86-1755-4687-96e9-3bcea6f09fb2.png) more details of my...

**Describe the bug** A clear and concise description of what the bug is: flopy.utils.cvfdutil.shapefile_to_cvfd fails when skip_hanging_node_check = True because vertexdict_keys is not defined **To Reproduce** use flopy.utils.cvfdutil.shapefile_to_cvfd(shp, skip_hanging_node_check =...

bug

Is Stochastic modeling still supported? I can't find any tutorial about it if it's still supported, where can I find examples/tutorials to learn how to use it? Thanks in advance...

Describe the bug A clear and concise description of what the bug is: flopy.utils.cvfdutil.shapefile_to_cvfd gets stuck (never finishes) when skip_hanging_node_check = True when some voronoi grids are used, this is...

bug