'Generic Ensemble Forecast Reader' in LIS not working #1463
-
Hello, I am trying to use the 'GenEnsFcst' met forcing source to process downscaled GEOS5 forecast data for running LIS in retrospective mode on Discover. It stops running after about 10 seconds. The lis log does not show any error at the end, but the slurm error file shows 'application called MPI_abort'. I am not able to figure out what's wrong with my config files. I am attaching my LIS config file, lis log file, and slurm error file. lis_config_template.txt Any help would be appreciated! Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @prakrutkansara: I tried to look at the files that you provided and noticed a few things. However, you reported that your run stopped with an MPI_Abort message in your slurm output file. A couple of questions:
BTW - Would you mind sharing what line you submit to slurm for running the LIS executable? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @prakrutkansara: Yes, that is correct -- there is another GEOS5 (version 1, hourly data) reader that was used awhile ago but the data are no longer produced by NASA's GMAO. That reader in LIS can be found in our documentation, if you look in our lis.config.adoc file: lis/configs/lis.config.adoc Under 'Met forcing sources': For the "GenEnsFcst" met forcing option, there is a particular directory path and netcdf file convention that is expected. When I looked at the order of the directory structure in your lislog file, for example: I believe the initial month, "nov01" subdirectory should be in front of the year, "2023". Also, make sure you know that the forecast input forcing domain covers your run domain and the initial time point in that above netcdf file is recognized by the reader. Thank you for sharing what routine that you may see stopping during the run. You could put a print statement in that routine to make sure that you are getting past the "opening" of the file. Try to run your current setup within an interactive node, and not to a slurm queue, and see if you see any of the "LIS_verify" error messages show up at as printed to the screen. Do you see any of those messages? |
Beta Was this translation helpful? Give feedback.
Hi @prakrutkansara:
Yes, that is correct -- there is another GEOS5 (version 1, hourly data) reader that was used awhile ago but the data are no longer produced by NASA's GMAO. That reader in LIS can be found in our documentation, if you look in our lis.config.adoc file:
lis/configs/lis.config.adoc
https://github.com/NASA-LIS/LISF/blob/master/lis/configs/lis.config.adoc
Under 'Met forcing sources':
You will see the option: "GEOS5 forecast"
For the "GenEnsFcst" met forcing option, there is a particular directory path and netcdf file convention that is expected. When I looked at the order of the directory structure in your lislog file, for example:
[INFO] Reading in GenEnsFcst Forcing File:
…