-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new domain gets stuck #13
Comments
The error is reproducible and occurs for both cy48t3 and cy46h1. For completeness, here are the complete domain specifications: [domain] The domain is completely over land and the job gets stuck in Part2. The last lines of the logfile are: The NODE.001_01 ends with: ------ END OF SETUPS at level 0 ---------------------------------------SETTING UP INITIAL CONDITIONS 9 923 |
It seems to be a very special case. Moving the domain a bit to the west/east everything works fine. @PatrickSamuelsson will look a bit into it. |
I'm sorry, I have no great success in my investigation. I consider myself more talented in the SURFEX part (pgd, prep,...) and I'm not familiar with the e9xx parts of the system. I see that the message "NO MASK FOR BARE GROUND ALBEDO AND EMISSIVITY" probably has nothing(?) to do with the error itself since the error appears later in the process and the message just happened to be the last thing written to the log. My understanding is that the execution stops in ./aladin/c9xx/einter10.F90 between the write statements (see ~/deode_ecflow/jobout/CY48t3_AROME_DEMO_60x80_2500m/StaticData/E923Constant.1) I guess we need help from Météo-France colleagues (e.g. via Eric Bazile) to solve this problem... |
Perhaps we have to prioritise a bit and limit the debugging to problems with real sized domains. If we find a ~1000x1000 domain at 500m resolution that doesn't pass Pgd or e923 then it's time to dig deeper. I hope this is acceptable for you @ajgarrote? |
I completely agree. This is a simple test, not a real case. I opened this discussion in case it might be useful. Thank you very much for your time and sorry for the disruption. |
I'm trying to rerun the demo case but moving the center of the domain to a new location. I have created a new configuration file with these lines:
[general]
case = "TEST_LAND@CASE_PREFIX@@cycle@_@CSC@"
[domain]
name = "TEST_LAND"
xlat0 = 38.52
xlatcen = 38.52
xlon0 = -1.68
xloncen = -1.68`
but it gets stuck at this step (does not abort):
I have also increased the time for this task but it does not work.
The text was updated successfully, but these errors were encountered: