I am getting a "Mismatch between namelist and input file dimensions" error while executing real.exe. Can someone help me to where the mismatch is exactly. I have attached all the required files
Thanks for pointing it out. I am getting error in executing wrf.exe. I am attaching one error file for reference. Is there any other modification needed in the namelistLine 35 namelist.input.
Still investigating it.@Whatheway Can you please let me know what exactly the issue is from above log of wrf.exe. I tried to analyze but I am not able to decode the issue
Line 30 namelist.Input@Whatheway Can you please let me know what exactly the issue is from above log of wrf.exe. I tried to analyze but I am not able to decode the issue
@Ming Chen or do you see anythingLine 30 namelist.Input
Shows max domain as 1 but you have 3 domains listed.
@kwerner do you see anything else?
Thank you @Ming Chen I missed that detail.You run a 2-domian nesting case. However, in your namelist.input, you have the options like:
dx = 7500,
dy = 7500,
max_dom = 2,
You should at change to :
max_dom = 2,
dx = 7500, 2500,
dy = 7500, 2500
radt had better be th same for th two domains, i.., radt =7.5, 7.5
I wan to run one domain case. I think I have messed up namelist.wps and namelist.input both. Can you suggest the changes for itThank you @Ming Chen I missed that detail.
I'll try to help you set up a namelist that will work.I today changed the namelist.wps and namelist.input but I am still getting the same error.
I want to run 1-domain case for more than 10 days of data and retrieve all the output in one file. But here I am not able to execute a simple run.
I am interested in dates only as I want to generate data file from WRF for post processing to test a new code I have written.I'll try to help you set up a namelist that will work.
Can you provide me with this information
1. Date range (year, month, day, hour) both start and finish
2. Domain of interest
3. Data type used for WRF input
4. grid spacing wanted for WRF run
5. Physics required for WRF
Can you please create a new post with a description of the error and subject matter? The admins of the board like to keep the issues separate.I am beginner for WRF-chem V 4.4.2, and when I run real.exe I encounter error
taskid: 0 hostname: atm-HP-Z240-SFF-Workstation
module_io_quilt_old.F 2931 T
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 6045
invalid parent id for domain 2
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
Please any help will be appreciated. The namelist are attached bellow