You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently users can modify and add items to this dictionary, however this isn't mentioned in documentation. Showing how users can view and modify these attributes would be helpful as a quick aside in a tutorial.
NOTE: When documenting this, please use normal dictionary methods for modifying the metadata (the ParticleFile.add_metadata() method is over-engineered and will be marked for deprecation)
@erikvansebille in which tutorial would be a good place to mention this?
The text was updated successfully, but these errors were encountered:
The metadata for the simulation is stored in a dictionary (
ParticleFile.metadata
) which is passed to xarray during writing.Parcels/parcels/particlefile.py
Lines 78 to 84 in b007dcf
Currently users can modify and add items to this dictionary, however this isn't mentioned in documentation. Showing how users can view and modify these attributes would be helpful as a quick aside in a tutorial.
NOTE: When documenting this, please use normal dictionary methods for modifying the metadata (the
ParticleFile.add_metadata()
method is over-engineered and will be marked for deprecation)@erikvansebille in which tutorial would be a good place to mention this?
The text was updated successfully, but these errors were encountered: