Some models have multiple simgrids in their setup, they can have different fipnum mappings, we should support this by setting the name of the exported mapping file to be equal to the grid they where created on. This is the same that we do for the inplace_volumes standard result.
Hence we change the output filename from fipnum.parquet to gridname.parquet
There will still be a problem to know what simulation model a simgrid name corresponds to as they are often not 1-1. A mapping between a simgrid name to a simulation model name could be set in fmu-settings as it seems natural that fmu-settings would hold a record of all the grids belonging to a model - with relationships between them.
Some models have multiple simgrids in their setup, they can have different fipnum mappings, we should support this by setting the name of the exported mapping file to be equal to the grid they where created on. This is the same that we do for the inplace_volumes standard result.
Hence we change the output filename from
fipnum.parquettogridname.parquetThere will still be a problem to know what simulation model a simgrid name corresponds to as they are often not 1-1. A mapping between a simgrid name to a simulation model name could be set in fmu-settings as it seems natural that fmu-settings would hold a record of all the grids belonging to a model - with relationships between them.