NOAA-EMC / Pangu-Weather

An official implementation of Pangu-Weather
1 stars 1 forks source link

gdas_utility to generate Pangu-Weather model inputs #2

Closed SadeghTabas-NOAA closed 8 months ago

SadeghTabas-NOAA commented 8 months ago

In this issue we will implement a utility to generate inputs for Pangu-Weather model from GDAS data. The realtime GDAS data will be downloaded and converted from grib2 format to Pangu-Weather model desired format. The script would be similar to gdas_utility.py

LinlinCui-NOAA commented 8 months ago

@SadeghTabas-NOAA When looking at sample input data, it only needs one time step (f000), and separates surface variables and pressure level variables into two files. The format is numpy's npy.

SadeghTabas-NOAA commented 8 months ago

@SadeghTabas-NOAA When looking at sample input data, it only needs one time step (f000), and separates surface variables and pressure level variables into two files. The format is numpy's npy.

That's fine, please update the gdas_utility.py for this one based on their inputs.