Naoki Mizukami
Naoki Mizukami
Hi, can you copy and paste the exact command you used? Also make sure you have netcdf library installed and know path to the library.
Hi Erik (@ekluzek), you pull-requested to main branch(This is still serial version main trunk). I guess you meant to merge into cesm-coupling?
Hi, I am now sure that you are providing `FC_EXE = gnu=>gfortran` in Line 16. This should be `FC_EXE = gfortran`. Make sure not to include no tail white space...
Hi, Sorry for example dataset, which has been taken off from link. I will post it somewhere and let you know. Your small dataset you created with xarray seems to...
You will have to specify variable names in network netcdf in control file. https://mizuroute.readthedocs.io/en/latest/seg_hru_param.html
There is no further response since 11/2022, so I will close this question. Let me know if you have any further questions here.
Thanks @arbennett and @steinadio, The first place to look at is make_uh subroutine in [process_param.f90](https://github.com/NCAR/mizuRoute/blob/c1a54bb7c7527d3c6fc623316bcc4095ca99df83/route/build/src/process_param.f90#L107), and check if unit hydrograph (seg_hu) is properly generated. There are some divisions in the...
I believe your setting file has some lines **NOT** starting ``, or `!` please look at this https://mizuroute.readthedocs.io/en/latest/Control_file.html (especially the beginning of this page to try to understand some of...
Sorry, but the link to google drive does not look correct (when i hover the link). Can you directly post your setting file here? maybe format it to the code...
`` looks ok in the control file. `` and `` are obsolete (they are still in public_var.f90, but looks like forgot to remove them) and you can remove them from...