コード例 #1
0
    def __init__(self, task: dict, work_dir: str, config: dict, **kwargs):
        SystemPlotter.__init__(self, task, work_dir, config, **kwargs)

        self.ncl_script_name = "grapes_meso_prep_3hr_10mw.ncl"

        if not self._check_forecast_time():
            raise ValueError(f"forecast time must greater than or equal to 3h.")
コード例 #2
0
    def __init__(self, task: dict, work_dir: str, config: dict, **kwargs):
        SystemPlotter.__init__(self, task, work_dir, config, **kwargs)

        self.ncl_script_name = "plot_radar_reflectivity.ncl"

        if not self._check_forecast_time():
            raise ValueError(f"forecast time must greater than 0h.")
コード例 #3
0
ファイル: area_shr1.py プロジェクト: nwpc-oper/sokort
    def __init__(self, task: dict, work_dir: str, config: dict, **kwargs):
        SystemPlotter.__init__(self, task, work_dir, config, **kwargs)

        self.ncl_script_name = "grapes_meso_shr1.ncl"
コード例 #4
0
    def __init__(self, task: dict, work_dir: str, config: dict, **kwargs):
        SystemPlotter.__init__(self, task, work_dir, config, **kwargs)

        self.ncl_script_name = "plot_10m_wind.ncl"
コード例 #5
0
    def __init__(self, task: dict, work_dir: str, config: dict, **kwargs):
        SystemPlotter.__init__(self, task, work_dir, config, **kwargs)

        self.ncl_script_name = "grapes_meso_reg_theta_500_850_wind.ncl"
コード例 #6
0
    def __init__(self, task: dict, work_dir: str, config: dict, **kwargs):
        SystemPlotter.__init__(self, task, work_dir, config, **kwargs)

        self.ncl_script_name = "grapes_meso_reg_850hPa_temp_dew_temp.ncl"
コード例 #7
0
    def __init__(self, task: dict, work_dir: str, config: dict, **kwargs):
        SystemPlotter.__init__(self, task, work_dir, config, **kwargs)

        self.ncl_script_name = "plot_height_mslp_500hPa.ncl"