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" to 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.
 
Last edited:
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.
Hello Ming,

I recently had this error that terminated the restart run again and again. I made sure that the file is properly linked. The file does exist in the run directory. The run starting from the initial time was working fine. But when I want to continue the run with the restart files, the model outputs this error that kills the simulation. Could you please help me? If you have any suggestions on what I could try or how to troubleshoot further, I'd really appreciate it.

Thanks,
Zhan
 
Hi Zhan,

This error message is derived from SUBROUTINE read_CAMgases in phys/module_ra_clWRF_support.F.

Can you add some prints right before the line to check models and dates for this case?

201 CALL wrf_error_fatal("CLWRF: 'CAMtr_volume_mixing_ratio' does not exist")

Specifically, I would like to know values of the following variables:

model, yr, julian, max_years

Thanks.
 
Hi Zhan,

This error message is derived from SUBROUTINE read_CAMgases in phys/module_ra_clWRF_support.F.

Can you add some prints right before the line to check models and dates for this case?

201 CALL wrf_error_fatal("CLWRF: 'CAMtr_volume_mixing_ratio' does not exist")

Specifically, I would like to know values of the following variables:

model, yr, julian, max_years

Thanks.
Hi, my name is Andrea, now i hav been runing the wrf/4.5.2 model since my cluster on my computer but i note the same mistake whit the next text
a.7116@tlaloc ~/Build_WRF/WPS-4.5 $ srun -n 4 -p golden wrf.exe
starting wrf task 1 of 4
starting wrf task 2 of 4
starting wrf task 3 of 4
starting wrf task 0 of 4
srun: Job step aborted: Waiting up to 62 seconds for job step to finish.
slurmstepd: error: *** STEP 26072.0 ON node1 CANCELLED AT 2026-02-23T14:45:00 ***
srun: error: node1: tasks 0-3: Killed
a.7116@tlaloc ~/Build_WRF/WPS-4.5 $ cat rsl.out.0000
taskid: 0 hostname: node1
Quilting with 1 groups of 0 I/O tasks.
Ntasks in X 2 , ntasks in Y 2
Domain # 1: dx = 9000.000 m
WRF V4.5.2 MODEL
No git found or not a git repository, git commit version not available.
*************************************
Parent domain
ids,ide,jds,jde 1 120 1 120
ims,ime,jms,jme -4 67 -4 67
ips,ipe,jps,jpe 1 60 1 60
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 170995636 bytes allocated
med_initialdata_input: calling input_input
Input data is acceptable to use: wrfinput_d01
CURRENT DATE = 2023-10-23_00:00:00
SIMULATION START DATE = 2023-10-23_00:00:00
Timing for processing wrfinput file (stream 0) for domain 1: 0.48414 elapsed seconds
Max map factor in domain 1 = 1.00. Scale the dt in the model accordingly.
D01: Time step = 54.00000 (s)
D01: Grid Distance = 9.000000 (km)
D01: Grid Distance Ratio dt/dx = 6.000000 (s/km)
D01: Ratio Including Maximum Map Factor = 5.976624 (s/km)
D01: NML defined reasonable_time_step_ratio = 6.000000
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 203
CLWRF: 'CAMtr_volume_mixing_ratio' does not exist
I don't know what will i do? Someone will help me? I am run the hurricaine Otis
 
@ andysant18

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

When you run WRF under one specific scenario, please link the corresponding CAMtr data as "CAMtr_volume_mixing_ratio" to 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

Please try and let me know whether it works for you.
 
Top