Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod2obs_mf6 problem with depvar_name #28

Open
reneangermeyer opened this issue May 14, 2024 · 2 comments
Open

mod2obs_mf6 problem with depvar_name #28

reneangermeyer opened this issue May 14, 2024 · 2 comments

Comments

@reneangermeyer
Copy link

Hi, im using helpers.mod2obs_mf6 to get observation data from a "ucn" binary file (transport model). My depvar_name is "CONCENTRATION", but then i get the error

"PestUtilsLibError: No dependent variable arrays characterized by text "head" were found in file La_Brea_Template\La_Brea_gwt.ucn."

i searched into the function and the variable "depvar_name" is not used in the code, instead there is a "head" string where i think it should be the variable.

" all_results = lib.interp_from_mf6_depvar_file(depvar_fname,fac_file,"binary",depvar_info["ntime"],"head",interp_thresh,True,
no_interp_val,usitedf.shape[0]) "

is this an error or im doing something wrong? Thanks in advance

@jtwhite79
Copy link
Contributor

this is bug. Ive got a patch for it testing now - its essential fixing that line you pointed to...

@jtwhite79 jtwhite79 mentioned this issue May 19, 2024
@mwtoews
Copy link
Collaborator

mwtoews commented Nov 13, 2024

Is this one fixed @jtwhite79 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants