File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "aiida_flexpart"
77
88[project ]
99name = " aiida-flexpart"
10- version = " 0.1.8 "
10+ version = " 0.1.9 "
1111readme = " README.md"
1212license = {file = ' LICENSE' }
1313description = " AiiDA plugin for the FLEXPART code (simulation of atmospheric transport processes)."
You can’t perform that action at this time.
0 commit comments