Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Confused about how to install WRF

WeatherHound

New member
I have been trying to install WRF and I keep on finding different methods to do so.

1. use github repo and look for folder WRF.
2. use .tar file and look for folder WRFV4.4.2 but the folder comes up with WRF

I am confused which is the best way to install WRF.

The tutorials online through mutilple sources say different things.
 
I have been trying to install WRF and I keep on finding different methods to do so.

1. use github repo and look for folder WRF.
2. use .tar file and look for folder WRFV4.4.2 but the folder comes up with WRF

I am confused which is the best way to install WRF.

The tutorials online through mutilple sources say different things.
Good afternoon @WeatherHound

Either method is a proper way to install WRF.

As for the second point you brought up, I believe NCAR is changing the file name structure but I am not 100% certain. Could just be an error when you untar the file. Can you provide a screenshot of what you are seeing?

That way the folks at NCAR can see what is happening? I'm sure the admins (@Ming Chen @kwerner ) of the board would like to know.
 
Hi,
The name of the directory when unpackaged is based on the name of the directory when it was packaged up. This can occasionally differ from the previous version(s), depending on who packaged it, etc. There is no difference, however. It is just a name. If you are unhappy with the name of your directory, you can rename it. Try something like
Code:
mv WRF WRFV4.4.2

As for obtaining WRF, either downloading or using GitHub to obtain the code is fine.
 
Hi,
The name of the directory when unpackaged is based on the name of the directory when it was packaged up. This can occasionally differ from the previous version(s), depending on who packaged it, etc. There is no difference, however. It is just a name. If you are unhappy with the name of your directory, you can rename it. Try something like
Code:
mv WRF WRFV4.4.2

As for obtaining WRF, either downloading or using GitHub to obtain the code is fine.
Thank you!
 
Top