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

wrf compiling/installation

  1. W

    Confused about how to install WRF

    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...
  2. W

    Unable to install WRF

    Hello, I am trying to install WRF following the tutorials listed here WRF Modeling System Download I know I am untar the package correctly but the folder WRFV4.4.2 doesn't exist. Anyone else having this problem?
  3. J

    WRF idealized test case outputs with project RotatedLatLon, why?

    Hello! I've successfully set up WRF and have also run a couple of the test cases included in WRF4.4.1 (em_fire, em_quarter_ss). These runs are successful as well and output the standard `wrfout_d01_0001-01-01_00:00:00` type files. I then attempt to visualize these files (example, SLP) using...
  4. H

    Test #1: Fortran + C + NetCDF | errors occur but display correct content on screen

    Hi there, I just installed libraries and tried to test it, following instruction step by step. There were some errors after running each comment, but the screen displayed correctly, so can anyone help me to check if I install the libraries correctly please? If it's not correct, could you...
  5. J

    How to use precompiled WRF on Cheyenne

    Hi, I'm new to Cheyenne and WRF. I copied the precompiled WRF ( (/glade/u/home/wrfhelp/PRE_COMPILED_CODE) ) to my own directory (/glade/u/home/jiyaoz/WRF) but I found the namelist.wps and namelist,input are read-only files. I wonder how can I modify the namelist and run precompiled WRF in my...
  6. A

    WRF-Chem Testing

    Hello, I am a sys admin for my university's HPC and I have been tasked with installing WRF and WRF-Chem on our machine. Needless to say I am not familiar with using the software/model to do actual work, just the installation procedure. I have successfully compiled both and I have moved on to...
  7. S

    Failed in building libraries on MAC before building WRF

    Hi all, I have been installing WRF following the instructions in the tutorial. I passed System Environment Tests but I am now struggling in building libraries. I have searched on the Internet and have not found any solutions. I would really appreciate it if you could help. First, I met the...
  8. J

    Install: Netcdf and Netcdf-fortran on REHL - error: netcdf.h could not be found

    Hello There, I am trying to compile netcdf-c-4.7.2 and netcdf-fortran-4.5.2 on a Red Hat Enterprise Linux v9.1 machine. I am running into this error ‘configure: error: netcdf.h could not be found. Please set CPPFLAGS.’ I configured netcdf-c-4.7.2 with the following command: ./configure...
  9. J

    Compilation error 31: Error Error Error NoahMP submodule files not populating WRF directories

    Hello, I am compiling WRF on the NERSC computer Cori. I have done this compilation before, and did not encounter this error. When I try to compile, I run into these errors: > /bin/sh: line 2: [: -eq: unary operator expected > Error Error Error NoahMP submodule files not populating WRF...
  10. I

    Instruction needed to install WRF v4.3.3 on Mac with M1-Max chip and version 13.0.1 Ventura

    Hi WRF Support team . We are team of more than 3 people having Mac. We need to have WRF on these. We tried to install WRF on these machines but unable and we have been struggling for more than two weeks. Although I posted thread on forum which, unfortunately , did not help. We have following...
  11. I

    Unable to install WRF v4.4.1 on MAC with M1-Max chip running Ventura 13.0

    Hi all I am wondering is there any instructions to configure/compile this model on Mac OS, because I have been struggling to install this for last two weeks and not succeeded. I configured it and generated the wrf config file but not able to compile. I have lot of errors related to modules...
  12. H

    Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_TOP]

    Hi,everyone I found some errors when I tried to compile WRF. And the information is: master.f90(26): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_TOP] USE module_wrf_top, ONLY : wrf_init ----------^ master.f90(26): error #6580: Name in...
  13. H

    Problems building executables, look for errors in the build log

    Dear all,
  14. A

    Modifying the registry to output specific variables

    Dear community, I am using WRFv3.5.1 (for specific reasons). I'm trying to output terms like re_cloud and qc_diabatic, and for that I did some modifications to the Registry.EM_COMMON. After re-compiling, the variables are present in the wrfouts but however, the arrays only consist of zeros at...
  15. I

    Tutorial Buil WRF in Raspberry Pi 3B+

    Saludos. No existe una receta en la construcción de WRF y WPS que sea universal, cada sistema presenta sus propias complejidades, sin embargo, este pequeño tutorial expone una forma de implementar este modelo en una plataforma discreta, destinada al desarrollo de proyectos e instrudicir a niños...
  16. O

    Initial Velocity

    Hi all, I am trying to reproduce some plots in "Explicit Forecasts of Winter Precipitation Using an Improved Bulk Microphysics Scheme. Part II: Implementation of a New Snow Parameterization" using the idealized test case. But I am stuck on how to input an initial velocity in the file. Any help...
  17. M

    Declare a variable in Solve_em.F

    Dear modeler, I want to declare a varaible in solve_em.F, this variable is a temparory variable that is not outputed. My declaration is REAL, DIMENSION (kds:kde) :: tr2_massflux and I got an error that says: A specification expression object must be a dummy argument, a COMMON block object, or...
  18. C

    Support for netCDF-C version 4.9.0

    Good morning, I am trying to install the WRF model following the instructions from the online tutorial webpage, which makes use of netcdf 4.1.3. I am having some problems getting this library installed, maybe because it is a very old version. I would like to ask if the WRF model can make use...
  19. S

    Compiling WRFV3 - 3.9.1.1 -in NUWRF

    Hi, I have been trying to install WRFV3 , which is a sub part of NUWRF. I have completed the configuring but I am failing in the compiling stage. Kinly Help. Error States: ---> Problems building executables, look for errors in the build log <--- Where can i fin this file? Attached are my...
  20. M

    WRF In situ visualization

    I want to add visualization code to WRF model and for that I need to know where the data is written to output file and it looks like WRF code is written in FORTRAN. I am familiar with FORTRAN. Can some one point me to the modules where the output file is written in WRF code
Top