Open nishsilva opened 1 day ago
Hi @nishsilva! Thank you for opening this issue.
I saw that currently the date range set for the case is set to 1995-1996. The MDTF currently can not strip a range out of a larger xarray file (this is functionality that we hope to add soon. You can run with the file provided by changing the runtime config file with the following:
"CM4_zos" :
model: "CM4"
convention: "CMIP"
startdate: "19900116120000"
enddate: "20091216120000"
As for now, it appears the ocean grid definitions for lat and lon aren't gelling well with the MDTF. For now, I would recommend working with a dataset locally in the convention that you plan the POD to be in (CMIP, CESM, or GFDL) after the preprocessor. If you do that, you can set run_pp: False
. This means that the MDTF will not do any translation, but it will pass along the catalog file and you can start working on the POD in the MDTF environment. I will attach the fix for lat and lon to this thread once we get that fixed up!
Hi @jtmims, thank you for this.
I did not know that MDTF not being able to strip a range out of a larger xarray file. Once config file changed to the full time period as you suggested and switched run_pp
to False
the POD read in the data from the .nc file. This was very helpful!!!
Thanks so much!
No problem @nishsilva! I'm glad you are making progress. I will keep this thread open for now in case any further issues arise. I will also update you when the lat and lon problem is solve so we can try with the preprocessor again!
Sounds great @jtmims !!!
Bug Severity
Describe the bug I am trying to read in a locally available model data in my POD. For this I have created a data catalog using the catalog builder tool in the MDTF. When I try to run the POD it result an error. I am including the terminal output in the log information section.
Steps To Reproduce
Environment Describe the system environment:
Log information and/or terminal output