Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
8f4a94ec
Commit
8f4a94ec
authored
4 years ago
by
Felix Kleinert
Browse files
Options
Downloads
Patches
Plain Diff
remove some imports
parent
47c759ba
No related branches found
No related tags found
1 merge request
!259
Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline
#64883
passed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_wrf_dh.py
+2
-2
2 additions, 2 deletions
run_wrf_dh.py
with
2 additions
and
2 deletions
run_wrf_dh.py
+
2
−
2
View file @
8f4a94ec
...
...
@@ -2,8 +2,8 @@ __author__ = "Lukas Leufen"
__date__
=
'
2020-06-29
'
import
argparse
from
mlair.data_handler.data_handler_single_station
import
DataHandlerSingleStation
from
mlair.data_handler.data_handler_wrf_chem
import
DataHandlerSingleGridColumn
,
DataHandlerWRF
,
DataHandlerMainSectWRF
#
from mlair.data_handler.data_handler_single_station import DataHandlerSingleStation
from
mlair.data_handler.data_handler_wrf_chem
import
DataHandlerWRF
,
DataHandlerMainSectWRF
from
mlair.workflows
import
DefaultWorkflow
from
mlair.helpers
import
remove_items
from
mlair.configuration.defaults
import
DEFAULT_PLOT_LIST
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment