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. William.Hatheway

    New Intel compilers

    So Intel has archived the classic compilers (ICC ifort icpc) behind a paywall. Now the new compilers (icx ifx icpx) are the free ones. I know there is a GitHub issue raised with this and a solution is pending release with WRF v4.6.0 Is there a timeline for the release? @kwerner or how to...
  2. A

    WRF compile error by "undefined reference"

    Hi all, I'm trying to compile WRF, but it's failing due to some errors. In the log.compile, there are always sentences of "undefined reference" around the error, so I think that is the cause, but I don't know how to deal with it. This is one of them: Could you please tell me what to do? I also...
  3. B

    [WRF-4.2.1] ERROR: Not enough info for a p sfc computation

    Hello everyone, I'm trying to run WRF and now that I set up the model to run in a different time period, I'm getting the below error message (when I run ./real.exe): Missing surface temp, replaced with closest level, use_surface set to false. Missing surface RH, replaced with closest level...
  4. S

    Error in compiling WRFV4.4

    Hi, Im trying to install WRFV4.4 in linux system with the following libraries.: Zlib 1.2.12 libpng 1.6.37 Jasper 1.900.1 MPICH 4.0.2 HDF5 1.12.2 NETCDF-C 4.9.0 - Built with NETCDF-4 Support NETCDF-Fortran 4.6.0 - Built with NETCDF-4 Support But when compiling, Im getting the following error...
  5. S

    Installation of WRFV4.4 and WPSV4.4

    Hi, though I am currently using a standard version of WRF - (3.9.1.1), I would want to upgrade to V4.4 for both WRF and WPS. But for the same, the required Pre-installation libraries version are not mentioned anywhere in the github forum, or I might have overlooked the same. It would be of...
  6. M

    Cannot compile WRF

    I'm attempting to compile WRF on my desktop and keep running into issues. I get the following output and error message when I try to run configure: ###################### ------------------------------------------------------------------------ Settings listed above are written to...
  7. Z

    Errors when compiling WRF-Chem using the source code WRFV3.6.1 and WRFV3-Chem3.5.1

    I met a problem when compiling WRF-Chem on Cheyenne. There are some errors when compiling WRFV3.6.1 with Chem3.5.1. The log file is attached named compile.log.zjm. The other one is configure.wrf. BTW, I have succeeded to compile WRFV4.2 with chemistry before, so I guess it seems like a problem...
  8. V

    compilation error WRF

    V4.3.3 No git found or not a git repository, git commit version not available. Compiling: WRF_EM_CORE Linux bcm1 5.14.0-162.22.2.el9_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 30 17:01:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux GNU Fortran (GCC) 11.2.0 Copyright (C) 2021 Free Software...
  9. L

    ARW-post installation

    Hello! I'm trying to install ARW-post on a notebook, Ubuntu 22.04.3 LTS 64 bits, but an error always occurs when compiling, according to log_compile.txt. I installed WRF-hydro on a notebook a few days ago to carry out some simulation tests. Anyone who can help me with these errors would be...
  10. A

    ideal em_tropical_cyclone: ERROR: ghg_input available only for these radiation schemes: CAM, RRTM, RRTMG, RRTMG_fast

    This is WRFV4.5.1 on aws Graviton3, using: Currently Loaded Modules: 1) dmidecode/3.5 5) libevent/2.1.12 9) zlib/1.3 2) numactl/2.0.16 6) pmix/5.0.1 10) hdf5/1.14.2 3) binutils/2.41 7) hwloc/2.9.2 11) netcdf/c-4.9.2-fortran-4.6.1 4) gcc/13.2.0 8) openmpi/4.1.6...
  11. Y

    Error while compiling wrf

    hello: An error occurred when I was compiling WRF4.0 (with some changes in physical parameterizations, but it has been compiled successfully in another platform). It shows like this and it seems that something went wrong with the parallel modules. configure.wrf and log.compile are also uploaded...
  12. W

    Netcdf.inc not found Debian 12 Server Install with LMOD

    Hi, I currently face the issue: Error : Not found /mnt/nfs/clustersw/Debian/bookworm/netcdf/4.9.2/include/netcdf.inc Please check this installation of NetCDF and re-run this configure script ./configure: 664: exit: Illegal number: -1 while trying to run ./configure on a slurm based...
  13. C

    Problem building executables

    I'm a student taking up Meteorology and we were tasked to install WRF by following the guide provided by UCAR. I was able to follow everything and fix some problems, but now when I use the command "./compile em_real >& log.compile", it doesn't produce the executable files. I don't really know...
  14. Q

    Trying to apply WRF only in COAWST,but failed to build the WRF to generate any *.exe

    Hello everyone! I try to run COAWST by applying WRF only first. As shown in the page 50 of COAWST manual ,I can see a link of 'coawstM' to 'WRF/main/wrf.exe'(but the 'wrf.exe' doesn't exist in the WRF/main directory ) ,but there is no ndown.exe, real.exe or wrf.exe generated.So I went to /WRF...
  15. A

    Improve time calculation for WRF+WRF_HYDRO coupled model

    Hi all We are running several experiment by using WRF (v. 4.4.1) coupled with WRF_HYDRO (v. 5.2.0). After several attempts, we understood that it was not possible to run WRF+WRF_HYDRO in hybrid mode (i.e. OpenMP works for WRF but not with WRF_HYDRO). We ran a series of tests to try to improve...
  16. T

    Vertical loop index in subroutine "advect_w" when the polar flag is on

    Hi. I'd like to ask about the vertical loop index (for tile, kts, and ktf) in WRF(v3.8.1). In the subroutine advect_w located in dyn/module_advect_em.F, I found that the vertical loop index is kts:ktf as shown below. ``` IF ( config_flags%polar .AND. (j == jds+1) ) THEN DO...
  17. 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...
  18. 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'...
  19. 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...
  20. 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...
Top