ladim 2.0.6__py3-none-any.whl → 2.0.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
ladim/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
- __version__ = '2.0.6'
1
+ __version__ = '2.0.7'
2
2
 
3
3
  from .main import main, run
ladim/config.py CHANGED
@@ -100,6 +100,7 @@ def convert_1_to_2(c):
100
100
  out['forcing']['legacy_module'] = dict_get(c, 'gridforce.module', '') + '.Forcing'
101
101
  out['forcing']['start_time'] = np.datetime64(dict_get(c, 'time_control.start_time', '1970'), 's')
102
102
  out['forcing']['stop_time'] = np.datetime64(dict_get(c, 'time_control.stop_time', '1970'), 's')
103
+ out['forcing']['subgrid'] = dict_get(c, 'gridforce.subgrid', None)
103
104
  out['forcing']['dt'] = dt_sec
104
105
  out['forcing']['ibm_forcing'] = dict_get(c, 'gridforce.ibm_forcing', [])
105
106
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ladim
3
- Version: 2.0.6
3
+ Version: 2.0.7
4
4
  Summary: Lagrangian Advection and Diffusion Model
5
5
  Home-page: https://github.com/pnsaevik/ladim
6
6
  Author: Bjørn Ådlandsvik
@@ -1,6 +1,6 @@
1
- ladim/__init__.py,sha256=aQKGEYwOZyFPYOq2KX1uhUn41APv8PRIaY71yxI3Shg,51
1
+ ladim/__init__.py,sha256=91K44W6v89MSyIz2DF_-SrCSk2tMuspF8T091fLQMro,51
2
2
  ladim/__main__.py,sha256=I1AOHBQDwQNe3fVmDMyC84JcriqidOEURoeoJSOCTzg,24
3
- ladim/config.py,sha256=p6swxS4yF0wHPNxE8psNtRxr4YGyhqnsrBs5kdYkUc0,5698
3
+ ladim/config.py,sha256=l20q8C-TPTM8HkVbdYyDCaTD2jszPQPFwnAEdL8i9vs,5769
4
4
  ladim/forcing.py,sha256=Wv9VPHTRLr_xgxKyNPINBXNwGTLfUVPRYoMcP9ObeNU,3037
5
5
  ladim/grid.py,sha256=aZl8HUrY5oJSUKoVEY40reOfAEjClHuNlpzNO1GJK8k,20897
6
6
  ladim/main.py,sha256=jsrJY7G37oCzQQDXLrlzc_I_jM7a1a-vmmQx9cuLRms,2906
@@ -24,9 +24,9 @@ postladim/cellcount.py,sha256=nCFu9iJmprubn4YmPB4W0VO02GfEb90Iif7D49w1Kss,2054
24
24
  postladim/kde_plot.py,sha256=GvMWzT6VxIeXKh1cnqaGzR-4jGG_WIHGMLPpRMXIpo4,1628
25
25
  postladim/particlefile.py,sha256=0aif9wYUJ-VrpQKeCef8wB5VCiBB-gWY6sxNCUYviTA,4889
26
26
  postladim/variable.py,sha256=-2aihoppYMMmpSpCqaF31XvpinTMaH3Y01-USDIkbBc,6587
27
- ladim-2.0.6.dist-info/LICENSE,sha256=BgtXyjNr6Ly9nQ7ZLXKpV3r5kWRLnh5MiN0dxp0Bvfc,1085
28
- ladim-2.0.6.dist-info/METADATA,sha256=Ijt1Va9KemQDmpaF8cG8EddY9VLftTU847irrlWSn58,1884
29
- ladim-2.0.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
30
- ladim-2.0.6.dist-info/entry_points.txt,sha256=JDlNJo87GJaOkH0-BpAzTPLCrZcuPSdSlHNQ4XmnoRg,41
31
- ladim-2.0.6.dist-info/top_level.txt,sha256=TK8Gl7d6MsrAQvqKG4b6YJCbB4UL46Se3SzsI-sJAuc,16
32
- ladim-2.0.6.dist-info/RECORD,,
27
+ ladim-2.0.7.dist-info/LICENSE,sha256=BgtXyjNr6Ly9nQ7ZLXKpV3r5kWRLnh5MiN0dxp0Bvfc,1085
28
+ ladim-2.0.7.dist-info/METADATA,sha256=u7mGSqiYZY_-eVWf3i2VkxMyRhus1qLnV3RROXsfsKI,1884
29
+ ladim-2.0.7.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
30
+ ladim-2.0.7.dist-info/entry_points.txt,sha256=JDlNJo87GJaOkH0-BpAzTPLCrZcuPSdSlHNQ4XmnoRg,41
31
+ ladim-2.0.7.dist-info/top_level.txt,sha256=TK8Gl7d6MsrAQvqKG4b6YJCbB4UL46Se3SzsI-sJAuc,16
32
+ ladim-2.0.7.dist-info/RECORD,,
File without changes
File without changes