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

Differences between compile and compile_new with WRF v4.6?

y333cubed

New member
Hello all,

I'm trying to compile WRF v4.6.1. I noticed that for version 4.6 and 4.6.1 there are configure_new and compile_new along with configure and compile. While for older versions, they only have configure and compile. I'm wondering what are the differences between configure and configure_new, and between compile and compile_new?

Thank you!
-April
 
The new system uses CMake to handle configuration. Documentation for these new files can be found in doc/README.cmake_build
could there be a new step by step instruction like the tutorial @kwerner made for GNU but with the configure_new & compile_new?

people may not have experience with CMAKE before and all the online tutorials from past ncar power points talk about the old method.
 
Last edited:
could there be a new step by step instruction like the tutorial @kwerner made for GNU but with the new compile_new?

people may not have experience with CMAKE before and all the online tutorials from past ncar power points talk about the old method.
Also does this configuration and compile instruction work for WRFDA WRFCHEM etc?

Basically step by step instructions for the following

WRF-ARW
WRF-CHEM
WRF-CHEM w/kpp
WRF-CHEM DA
WRF-Hydro
WRF-3DVAR
WRF-4DVAR
WRF-PLUS
 
Last edited:
Hi all

I am trying to install wrf-chem v4.5 in our hpc. while compiling the wrf-chem i am facing issue. Can you please help me to resolve the issue. i tried with 2 commands for compiling

1../compile em_real 2>&1 | tee wrfchem_compile.log (error.png)
2../compile -j 6CPU_QUARTER_EVEN em_real 2>&1 | tee compile.wrf1.log (error1.png)
 

Attachments

  • error1.png
    error1.png
    171.4 KB · Views: 3
  • error.png
    error.png
    185 KB · Views: 2
  • Screenshot from 2025-01-29 12-22-18.png
    Screenshot from 2025-01-29 12-22-18.png
    175.4 KB · Views: 2
  • Screenshot from 2025-01-29 12-22-33.png
    Screenshot from 2025-01-29 12-22-33.png
    84.1 KB · Views: 2
Hi all

I am trying to install wrf-chem v4.5 in our hpc. while compiling the wrf-chem i am facing issue. Can you please help me to resolve the issue. i tried with 2 commands for compiling

1../compile em_real 2>&1 | tee wrfchem_compile.log (error.png)
2../compile -j 6CPU_QUARTER_EVEN em_real 2>&1 | tee compile.wrf1.log (error1.png)
ill answer this in my messages
 
Top