You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the dependencies of miniWeatherML is PnetCDF, which needs to be installed from source. Also, three submodules need to be updated (fetched) by using git submodule update --init after cloning the model repo. In PR #24 it is being done within the run command. Should there be a separate way to do this?
The text was updated successfully, but these errors were encountered:
One of the dependencies of miniWeatherML is PnetCDF, which needs to be installed from source. Also, three submodules need to be updated (fetched) by using
git submodule update --init
after cloning the model repo. In PR #24 it is being done within the run command. Should there be a separate way to do this?The text was updated successfully, but these errors were encountered: