Skip to content

Commit 8f8c6f8

Browse files
author
Fernandez Vilanova, Lucas
committed
added metadata for inversion
1 parent 0c922d6 commit 8f8c6f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

aiida_flexpart/workflows/inversion_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def run_inv(self):
7979
builder.observations = self.inputs.observations
8080
builder.chunk = self.inputs.chunk
8181
builder.chunk_w = self.inputs.chunk_w
82+
builder.metadata.options = self.inputs.inversioncalc.metadata.options
8283

8384
start = datetime.strptime(self.inputs.date_range.value[:10], '%Y-%m-%d')
8485
end = datetime.strptime(self.inputs.date_range.value[12:], '%Y-%m-%d')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "aiida_flexpart"
77

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

0 commit comments

Comments
 (0)