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

iofields_filename WRF v4.4 not working

StephM

New member
Hi

I want to remove some variables from my wrfout files but it is not removing any of the variables I put in the iofields_filename

Here is my namelist.input and rsl.error file
 

Attachments

  • rsl.error.0000
    458.9 KB · Views: 5
  • namelist.input
    7.1 KB · Views: 16
  • myoutfields.txt
    607 bytes · Views: 19
Last edited:
Hi,
If you set ignore_iofields_warning = .false., you would get a print out that the model is unable to read the myoutfields.txt file. In a previous post you mentioned it was necessary for you to use single quotes around the namelist settings for iofields_filename, so that it would, instead, read as

Code:
iofields_filename                    = 'myoutfields.txt', 'myoutfields.txt', 'myoutfields.txt', 'myoutfields.txt',

Try that to see if it helps.
 
Top