Confirm the steps outlined on this wiki page are correct and complete. In trying to build a containerized version of this, I ran into trouble at a few places.
First, for the ESMF_Mesh_Domain_Configuration_Production/NextGen_hyfab_to_ESMF_Mesh.py file, it looks like dest="hyfab_parquet" needs to be set when adding the -parquet CLI argument. Beyond that, I was able to follow the steps and get the hydrofabric-ESMF-mesh translation steps to work.
I was not able to follow the listed steps and get things to run successfully for running the standalone engine. It's been a week or two, but I believe I first ran into issues with dependencies with Esmpy, ESMF, and/or wgrib2 when trying to use the Conda environment setup as described. In order to attempt to proceed, I had to manually handle building and installing dependencies. I have made process but still not completed this successfully, and regardless, this is likely beyond what at least some of the target audience for the aforementioned wiki page will be comfortable with.
(Note: previous error related to ./GFS_Data path did turn out to be user error on my end; see comment below.)
Confirm the steps outlined on this wiki page are correct and complete. In trying to build a containerized version of this, I ran into trouble at a few places.
First, for the ESMF_Mesh_Domain_Configuration_Production/NextGen_hyfab_to_ESMF_Mesh.py file, it looks like
dest="hyfab_parquet"needs to be set when adding the-parquetCLI argument. Beyond that, I was able to follow the steps and get the hydrofabric-ESMF-mesh translation steps to work.I was not able to follow the listed steps and get things to run successfully for running the standalone engine. It's been a week or two, but I believe I first ran into issues with dependencies with Esmpy, ESMF, and/or wgrib2 when trying to use the Conda environment setup as described. In order to attempt to proceed, I had to manually handle building and installing dependencies. I have made process but still not completed this successfully, and regardless, this is likely beyond what at least some of the target audience for the aforementioned wiki page will be comfortable with.
(Note: previous error related to
./GFS_Datapath did turn out to be user error on my end; see comment below.)