Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boundary Conditions #8

Open
KD4PYR opened this issue May 21, 2021 · 6 comments
Open

Boundary Conditions #8

KD4PYR opened this issue May 21, 2021 · 6 comments

Comments

@KD4PYR
Copy link

KD4PYR commented May 21, 2021

It seems the boundary conditions downloads are not working. The download messages are happening way too fast for any data downloads to be happening.

@wefoust
Copy link
Contributor

wefoust commented May 21, 2021

Hi,
This is an issue that has occured before. This coincides with server issues from the National Centers for Environmental Prediction Nomads (NCEP). The app pulls the initial and boundary conditions from the Nomads server, and it will fail if it cannot establish a connection. If the server is down, I cannot estimate from my end how long this will take.

In the latest version of the application, it should display a message upon launch if there are issues connecting the server. The latest version can be installed by removing the current docker image and running Pi-WRF container, and then starting the app again (it will automatically download the latest version if no version is detected). If you have the latest version and you are not receiving a notice, please let us know, and this will be investigated further.

To remove the Pi-WRF image:
-Open a terminal and type 'docker image ls -a' (no quotes needed)
-Find the Pi-WRF image
-type 'docker image rm containerID'

@KD4PYR
Copy link
Author

KD4PYR commented May 30, 2021

I followed the instructions and the is no notice that the connections failed.

Attached is a portion of my firewall log showing the outgoing connects. It seems they are happening too quickly for any download to be happening.
WRF.txt

@wefoust
Copy link
Contributor

wefoust commented Jun 2, 2021

I see the issue with the connection and I will look into this over the next few days.

@wefoust
Copy link
Contributor

wefoust commented Jun 28, 2021

Hi @KD4PYR. I am just following up on this. I found the issue as NCEP updated their file stucture. I don't have access to update master branch, but a pull request was submitted a few weeks ago. You can get the updated code from there.

@KD4PYR
Copy link
Author

KD4PYR commented Jun 28, 2021

Thanks. I copied the run_wrf file with the change and just copy it to the docker image at run time. Running just fine now. I will watch for the docker image to be updated before turning students loose.

Rick

@reidolson
Copy link
Contributor

I can confirm the fix as well. I manually updated run_wrf and after building a new Docker image, it seems to be working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants