Skip to content

Commit

Permalink
added metadata for inversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernandez Vilanova, Lucas committed Sep 18, 2024
1 parent 0c922d6 commit 8f8c6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aiida_flexpart/workflows/inversion_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def run_inv(self):
builder.observations = self.inputs.observations
builder.chunk = self.inputs.chunk
builder.chunk_w = self.inputs.chunk_w
builder.metadata.options = self.inputs.inversioncalc.metadata.options

start = datetime.strptime(self.inputs.date_range.value[:10], '%Y-%m-%d')
end = datetime.strptime(self.inputs.date_range.value[12:], '%Y-%m-%d')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "aiida_flexpart"

[project]
name = "aiida-flexpart"
version = "0.1.8"
version = "0.1.9"
readme = "README.md"
license = {file = 'LICENSE'}
description = "AiiDA plugin for the FLEXPART code (simulation of atmospheric transport processes)."
Expand Down

0 comments on commit 8f8c6f8

Please sign in to comment.