DongchenZ

Results 6 comments of DongchenZ

> Sorry for the late response, I already fixed those bugs long ago but I didn't do the PR so they will probably look the same; I apologize for that,...

Looks like all Github checks are passed! I deleted the old file called: download_NEON_multi_site.R and replaced it with a new script called: Multi_Site_IC_process_script.R and that will help people who is...

I got this issue today when trying to generate the IC files. And I believe this issue can be solved by adding the `ncdf4::nc_close(IC.nc)` before the `return` within the `pool_ic_netcdf2list`...

See https://github.com/PecanProject/pecan/blob/edf1ece5237644078322f5daabe81c431171fcde/modules/assim.sequential/R/sda.enkf_MultiSite.R#L446

I was debugging the SDA workflow, and at the beginning, I couldn't find where it went wrong until I dove into the `write.ensemble.configs` function directly, which is very time-consuming. I...