I am using PFLOTRAN GENERAL mode with an UNSTRUCTURED EXPLICIT grid.
I need to prescribe spatially-varying initial PRESSURE and TEMPERATURE.
To do this, I am having to project my initial pressures and temperatures onto a new grid to create a GRIDDED HDF5 file. This step is fairly memory and time-intensive and I'd rather eliminate if possible. It's a little goofy having to interpolate on my end, just so PFLOTRAN can interpolate again.
Is there a way to simply prescribe initial conditions using a cell-indexed file? When I have tried this, I get the error:
ERROR: Dataset "ip_dataset" from filename "initial_pressure.h5" of class "dataset_common_hdf5_type" is not supported in "PatchGetCouplerValueFromDataset".