-
Notifications
You must be signed in to change notification settings - Fork 0
/
met.py
33 lines (26 loc) · 842 Bytes
/
met.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# met.py
# HYSPLITm - HYSPLIT Manager
# The HYSPLIT model is maintained by the NOAA Air Resources Lab. Users of this
# program should properly credit and reference NOAA ARL.
# For more information please visit:
# http://www.arl.noaa.gov/HYSPLIT_info.php
# http://www.arl.noaa.gov/disclaimer.php
# See the README for more information.
# import sys
#import os
#import numpy as np
#import datetime as dt
# import numpy.f2py as f2py
#import glob
#import subprocess
#import shutil
#import HYSPLITm.model as model
class Met(object):
"""Not included in this version of HYSPLITm.
Contact author or HYSPLITm admins regarding additional met preprocessors.
COAMPS4 is currently being used and preprocessed. Others can be added.
"""
def __init__(self):
"""
"""
pass