./create_forcing.exe namelist.input.ERA5 ERROR! #321
Answered
by
cenlinhe
prolay0101
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Dear Sir, After several trial-and-error attempts to determine suitable parameter settings for successfully running "create_forcing.exe", I found that the following configuration works well for my domain geo_em.d01.nc: "EXPAND_LOOP = 75" For the nested domain geo_em.d02.nc, even a smaller value such as "EXPAND_LOOP = 3" appears to work. As I intend to use the generated output from HRLDAS as forcing input for WRF, I would be grateful if you could kindly clarify a few points:
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear Sir,
I encountered an error while executing ./create_forcing.exe namelist.input.ERA5:
############################
You have this many undefined T points over valid land points: 1
This tends to happen around coastlines or for unresolved islands in your forcing data
===== Consider increasing expand_loop in namelist =====
However, this may also occur if your forcing source does not cover your domain.
###########################
This issue occurs when I run the model over a larger Indian domain (geo_em.d01.nc). However, the smaller nested domain (geo_em.d02.nc) runs without any problems.
I have already tested multiple values for EXPAND_LOOP (10, 20, 25, 50) and also set MASK_WATER = .FALSE., but the error persists.
I have attached the relevant data and namelist files in a zip archive for reference.
https://drive.google.com/file/d/1Kz7vPyAYhvhjdu7X7Q5T6TsafSDrDL-D/view?usp=drive_link
All reactions