コード例 #1
0
ファイル: rh2m_sfc_an_aea.py プロジェクト: nwpc-oper/sokort
    def __init__(self, task: dict, work_dir: str, config: dict, **kwargs):
        AnAeaPlotter.__init__(self, task, work_dir, config, **kwargs)

        self.ncl_script_name = "GFS_GRAPES_RH2M_SFC_AN_AEA.ncl"

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

        self.ncl_script_name = "GFS_GRAPES_PTE_P850_AN_AEA.ncl"