Oscar Sanchez
Oscar Sanchez
I have the same feeling, there is little information of the list file in the documentation. (for instance MODFLOW NWT has some information in Appendix A). For example, I don't...
Oh I think I had the same problem using pest-glm 5.1.17 460 runs complete : 2 runs failed  I'll try with 5.1.18 is it now possible to restart using...
the second option sounds nice, how can I splice two jcos? is there a pyemy function to do it??
thanks for the help @jtwhite79 I tried with: import pyemu import os path1=os.path.join("01_orig" ,"model_pest.jcb" ) jco = pyemu.Jco.from_binary(path1) path2=os.path.join("02_complement" ,"model_pest.jcb" ) jco2 = pyemu.Jco.from_binary(path2) mats=[jco, jco2] jco_new=pyemu.mat.concat(mats) jco_new.to_binary("model_pest2.jcb") but when...
 sure, it takes almost three hours to do nothing. although my task manager showed that it was working 
oh sorry😅, https://correouisedu-my.sharepoint.com/:f:/g/personal/oscar2198138_correo_uis_edu_co/Ev0jLJ7k5oNKpk_axdTxqJEBxwT78W0yHzgmd6Ix1k62Xw?e=GYYCsN
oh, here it is model_pest.jcb is the main file, the other one I did it freezing all the successful parameters in the jacobian process https://correouisedu-my.sharepoint.com/:f:/g/personal/oscar2198138_correo_uis_edu_co/Ev0jLJ7k5oNKpk_axdTxqJEBOF11JTZmlWhkvoW6UMn6eg?e=RK5c56
 Great! now it is working! Thank you very much!
Hello, @BJEANNOT0 , thanks for your insights, I think that uncertainty is not the problem, because I used those parameters and bound parameters with IES without problems. I'll set the...
Thank you @jtwhite79 , I just tried to use the 5.1.17 version, to start the process again, but using the previous jacobian matrix to debug model failures, and I get...