File tree 4 files changed +2
-8
lines changed
spt_ecmwf_autorapid_process
4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- [submodule "spt_dataset_manager "]
2
- path = spt_ecmwf_autorapid_process/spt_dataset_manager
3
- url = https://github.com/erdc-cm/spt_dataset_manager.git
Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ See: https://github.com/erdc-cm/spt_dataset_manager
99
99
$ cd /path/to/your/scripts/
100
100
$ git clone https://github.com/erdc-cm/spt_ecmwf_autorapid_process.git
101
101
$ cd spt_ecmwf_autorapid_process
102
- $ git submodule init
103
- $ git submodule update
104
102
$ python setup.py install
105
103
```
106
104
Original file line number Diff line number Diff line change 46
46
compute_seasonal_initial_rapid_flows_multicore_worker ,
47
47
update_inital_flows_usgs ,)
48
48
#package imports
49
- from . spt_dataset_manager .dataset_manager import (ECMWFRAPIDDatasetManager ,
50
- RAPIDInputDatasetManager )
49
+ from spt_dataset_manager .dataset_manager import (ECMWFRAPIDDatasetManager ,
50
+ RAPIDInputDatasetManager )
51
51
#----------------------------------------------------------------------------------------
52
52
# HELPER FUNCTIONS
53
53
#----------------------------------------------------------------------------------------
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments