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

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Ts98_153

New member
Hey,
got some error of my existing setup upgrading WRF from 4.3.1 to 4.4 when executing WRF.exe



Code:
taskid: 0 hostname: numbercruncher
Quilting with   1 groups of   0 I/O tasks.
 Ntasks in X            1 , ntasks in Y            1
  Domain # 1: dx =  6000.000 m
WRF V4.4 MODEL
No git found or not a git repository, git commit version not available.
 *************************************
 Parent domain
 ids,ide,jds,jde            1         330           1         330
 ims,ime,jms,jme           -4         335          -4         335
 ips,ipe,jps,jpe            1         330           1         330
 *************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
   alloc_space_field: domain            1 ,            3096575464  bytes allocated
  med_initialdata_input: calling input_input
   Input data is acceptable to use: wrfinput_d01
 CURRENT DATE          = 2022-05-15_06:00:00
 SIMULATION START DATE = 2022-05-15_06:00:00
Timing for processing wrfinput file (stream 0) for domain        1:    0.87337 elapsed seconds
Max map factor in domain 1 =  1.19. Scale the dt in the model accordingly.
 D01: Time step                              =    30.0000000      (s)
 D01: Grid Distance                          =    6.00000000      (km)
 D01: Grid Distance Ratio dt/dx              =    5.00000000      (s/km)
 D01: Ratio Including Maximum Map Factor     =    5.96232080      (s/km)
 D01: NML defined reasonable_time_step_ratio =    6.00000000
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:     197
CLWRF: 'CAMtr_volume_mixing_ratio' does not exist
-------------------------------------------

Does anyone had the same error or new some solution?
 
Fixed:

AMtr_volume_mixing_ratio.RCP8.5 was missing in my working dir

Code:
ln -sf ../../WRF/run/CAMtr_volume_mixing_ratio.RCP8.5 CAMtr_volume_mixing_ratio
 
Top