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

hill2d compile and run

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Hi everybody,
I hope you are doing great.
I want to change the hill height and also the width of it to see the behavior of flow over that. What I have done till now is just get the source and compile it. However, wrf.exe and ideal.exe were not been created. It seems the error is related to netcdf path. After passing this step I need some help to change the hill height and width. But for now, could somebody help me to compile hill2d_x? The configure.wrf and compile.log have been attached. All I have done are as below:

$ git clone https://github.com/wrf-model/WRF
WRF Model Version 4.2.1
$ ./configure
(33: smpar GUN)
(0=no nesting)
$ ./compile em_hill2d_x >& compilehill2d.log

I'll be thankful if I hear from you.
sincerely,
Ehsan
 

Attachments

  • compilehill2d.log
    839.4 KB · Views: 38
  • configure.wrf
    20.2 KB · Views: 38
Most of the error messages in your compilehill2d.log are related to netCDF, which indicates that your netCDF library may not be netCDF4. In addition, the GNU compiler is also too old. Can you update to newer version?
Wee provide a webpage to demonstrate how to compile WRF and required libraries. Please take a look:
https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php
 
Top