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

CLWRF: 'CAMtr_volume_mixing_ratio' does not exist

jhegarty

New member
Hi All,

I am trying to run WRF 4.5.1 and get the following error.

-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 203
CLWRF: 'CAMtr_volume_mixing_ratio' does not exist
-------------------------------------------

I started by cloning the latest WRF repository late last month (August 2023). The executable was built with the Intel compiler.

I found another thread on this topic, but that thread was closed, and a message at the top of the thread instructed to start a new thread. In the old thread the solution was to have CAMtr_volume_mixing_ratio.RCP8.5 available on the WRF run directory. That file is available on my run directory with all read an executable bits open.

Please let me know if there is another solution.

Thanks,

Jen
 
Jen,

Various CAMtr_volume_mixing data for different scenarios can be found in WRF/run directory.

When you run WRF under one specific scenario, you need to link the corresponding CAMtr data as "CAMtr_volume_mixing_ratio" your working directory .
For example, suppose you are running wrf..exe in WRF/test/em_real for simulation under the scenario RCP8.5, you need to:

cd WRF/test/em_real
ln -sf ../../run/CAMtr_volume_mixing_ratio.RCP8.5 CAMtr_volume_mixing_ratio

Then you can run wrf.exe.
 
Top