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. N

    Building a container to compile WRF

    We have been working on installing the required software for WRF on our system for the past few months without success. We would like to run WRF with Intel compilers, as we have seen that Intel compilers reduce run times. We have been using the WRF User Guide and several other online resources...
  2. R

    Building WRF --- 'undefined references to **** problems building executables'

    Hi all, Good day! I am new user of WRF, and now compiling WRF v4.5.1 on Ubuntu virtual machine (Linux virtual-machine 6.2.0-26-generic #26~22.04.1-Ubuntu) using GNU compiler. According to the official tutorials, I have successfully done 'Building libraries' and 'Library Compatibility Tests'...
  3. Z

    Error in compiling WRF: "Problems building executables"

    Greeting all, Nice to meet you! I followed the instruction step by step in OnLine Tutorial "Compiling WRF" . And I'm stopped by compiling WRF for 3 days. The compiling now always end with "Problems building executables, look for errors in the build log". Can you please help me with that...
  4. K

    Compiling WPS/WRF on Cheyenne

    Hello, I've been using the precompiled versions of WRFV4.3.3 and WPSV4.3.1 available on Cheyenne, but I need to make modifications to the code that requires compiling WRF and WPS myself. In particular, I'd like to compile the dmpar versions of WRF/WPS. I've had troubles following the tutorial...
  5. A

    Issues when ./configure WRF-Chem 4.5

    Hello folks, I got a warning when I ./configure the WRF-Chem 4.5: ************************** W A R N I N G ************************************ The moving nest option is not available due to missing rpc/types.h file. Copy landread.c.dist to landread.c in share directory to bypass compile...
  6. A

    WRFV4.4.2 compilation and gcc version

    Hi all, I am new to installing the WRF model. I have a virtual machine with Linux RHEL 6.4, where I have previously installed WRF version 4.0.1, and I run the model daily for 48-hour forecasts. I have tried to install the WRFV4.4.2, but I get the following warning before compiling...
  7. L

    Compile error with WRF4.4.1 default code

    Hello, I hope this message finds you well. I was wondering if anyone might be able to help me with an issue I am experiencing. I recently downloaded the 4.4.1 version code and attempted to compile it, but I encountered some errors in the compile.log. I would greatly appreciate any assistance...
  8. P

    Research positions open at IIT Bombay

    We have a few positions at IIT Bombay that we seek to fill quite urgently under a newly funded project (PAVITRA—Air Pollution Management and Intervention Tool for India). Please see the job profile, and interested candidates may kindly apply through the below link: 1. Project Research...
  9. C

    makefile:27: recipe for target 'wrf_io.o' failed

    Hello, I am trying to compile WRF 3.9.1. I have to use this version because it's the only one that works with this specific parameter scheme I want to use. After trying this command while compiling: gfortran -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none...
  10. Z

    wrf 4.5 & 4.4 chem compile issue attached log file

    hello there, i am trying to install wrf chem model, everything goes well when i try to compile, it show this error "Problems building executables, look for errors in the build log" i went to log file and check the error "ERROR: variable name for third body in KPP species file is expected to be...
  11. Z

    WRF 4.5 configure error

    hello, i am trying to install latest version of wrf 4.5 which i downloaded from Github website. when i try to configure it. i install all libraries and give them All path everything is alright but it shows this error when i try to configure. can anybody help me with this? it show this error...
  12. Y

    No "&chem" section in the namelist.input after compiling WRFV3.9.1.1

    Hi Everyone, I compiled the WRFV3.9.1.1 without errors and got the ndown.exe, real.exe. tc.exe and wrf.exe generated successfully. However, in the run/namelist.input, I didn't find the "&chem" block and found nothing about the chemistyr, emissions... Anyone knows how to fix it? The...
  13. F

    (Solved) WRF executables successfully built but error occur when configuring WPS

    Hi, I am Grace, new to WRF and MPAS. I need WRF-WPS to build initial data for MPAS model. After compling WRF, I run the command ./configure under WPS directory, but get the following error: Error: The $WRF_DIR environment variable was set, but the WRF code at...
  14. B

    How to compile WRF with arm performance libraries?

    Hi, I'm trying to test/use WRF with on our aarch64 architecture system. I wanted to add the arm performance libraries and they are installed in our system. I'm confused whether I can just add the library flags to the wrf.exe execution commandor this will need a recompile. (1) According to a...
  15. ashish__shaji

    Error while Making BoxMG?

    I have been trying to install BoxMG for WRF-Elec, and the system produced the following error while doing so. mpif77 -funderscoring -DRKIND=4 -I../../include -I../../extras/msg/include -I../../extras/boxmg-serial/include -Waliasing -Wsurprising -O3...
  16. G

    WRFV4.4 Error to compile

    Hi everyone, I'm new here. I'm having trouble compiling the WRF. The other libraries were successful. However in WRF I come across an error "Killed process (f951) total-vm:16954192kb, anon-rss:15884764kb, file-rss:4kb, shem-rss:0kb" after this error occurs the compilation of the error. I've...
  17. D

    Not really sure how to use e_vert and stretching

    Good morning, Could someone please explain how to use e_Vert and the stretching variables? Like I have read the tutorials and I am still not sure how to use it properly. I have attached my namelist.input for someone to help me.
  18. S

    wrfv4.4 compiles with an error showing memory overflow, Out of memory asking for

    Hello everyone. I'm compiling the latest WRFv4.4 with Intel ifort on a cluster server, but when I compile larger programs like module_dm.f90, start_em.f90, solve_em.f90, I always get a Fatal compilation error: Out of memory Asking for 36864. The number of 36864 behind is different every time...
  19. R

    Confusing messages when compiling with OpenMP

    Hello, I've noticed that in some occasions (and I do not know yet when) I see messages from the compilation script regarding the no compilation of OpenMP despite using the appropriate OpenMP flags. The messages are of the kinds of: I am compiling (dm+sm) with the following OpenMP flags for...
  20. K

    Compiler option for OpenMP parallelization

    Hello, When a source program file A includes OpenMP directives, would it be difficult for all source program files that refer to objects in A to be compiled using OpenMP options? Specifically, if test1.f90 and test.f90 are compiled with OpenMP options because they include OpenMP directives, it...
Top