iptpy.anthro_emission.fv.FV.rename

Contents

iptpy.anthro_emission.fv.FV.rename#

FV.rename(renamed_path, mw_mapping=None, sf_mapping=None)#

Rename the regridded data.

Rename the emissions files to match the model inputs. The input data for renaming is stored in the regridded_path and the renamed data is stored in the renamed_path.

Parameters:
  • renamed_path (str) – Path to store the renamed files for simulation.

  • mw_mapping (dict, optional) – Molecular weight mapping for each species, default is the values used in the model. User can provide a dictionary with the species as keys and the molecular weights as values.

  • sf_mapping (dict, optional) – Scale factor mapping for each species, default is the values used in the model. User can provide a dictionary with the species as keys and the scale factors as values.