yuxi-research / APSIM-EnKF

An Ensemble Kalman filter (EnKF) data assimilaiton framework for the Agricultural Production Systems sIMulator (APSIM) model.
Other
10 stars 7 forks source link

Solution cannot be open normally #1

Open VicB18 opened 2 years ago

VicB18 commented 2 years ago

Hello Yuxi, Thank you for publishing a useful program. When I open DataAssimilation.sln, the following error appears: C:\Users..\APSIM-EnKF-main\DataAssimilation\DataAssimilation\DataAssimilation.csproj : error : The project file could not be loaded. Could not find file 'C:\Users..\APSIM-EnKF-main\DataAssimilation\DataAssimilation\DataAssimilation.csproj'. C:\Users..\APSIM-EnKF-main\DataAssimilation\DataAssimilation\DataAssimilation.csproj Probably, the string Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAssimilation", "DataAssimilation\DataAssimilation.csproj", "{6399A02C-4144-4199-9463-05E170F079FC}" in the DataAssimilation.sln must be fixed to Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAssimilation", "DataAssimilation.csproj", "{6399A02C-4144-4199-9463-05E170F079FC}"

When I build the solution, an error about a packge appear: kuva What package must be installed?

Thank you

yuxi-research commented 2 years ago

Hi Victor,

Thanks for your interest in the data assimilation framework. Please ignore the DataAssimilation.sln project because it is an old version and was later integrated into the APSIM.DA.sln (APSIM-EnKF\ApsimX.DA\Models\DataAssimilation). Thanks for letting me know and I will remove this old version from the repository. To use the framework, you can build the APSIM.DA\ApsimX.sln in Visual Studio 2015 (recommended by the APSIM Initiatives when I started to develop it). I attached a list of Nuget for this project. Please let me know if you can successfully build. I did not expect this framework might be useful to someone in a short time so I didn't prepare a documentation on how to build and use this framework. I will find time to update the documentation with an example. Please let me know if you have any questions.

Cheers, Yuxi

N1 N2 N3