This package contains scripts to run and an ensemble-based cascaded version of the GraphCast weather model for the Global Ensemble Forecast System (GEFS). It also provides the pre-trained model (weights) to run MLGEFS:
The National Centers for Environmental Prediction (NCEP) provides GEFS data that can be used for ensemble weather prediction and analysis.
To install the package, run the following commands:
conda create --name mlgefs python=3.10conda activate mlgefspip install dm-tree boto3 xarray netcdf4conda install --channel conda-forge cartopypip install --upgrade https://github.com/deepmind/graphcast/archive/master.zippip install ecmwflibspip install irispip install iris-gribThis will install the packages and most of their dependencies.
python gdas_utility.py YYYYMMDDHH -l 13 -m wgrib2(or pygrib) -s s3 -l /path/to/output -d /path/to/download -k nopython run_gencast.py -i /path/to/inputfile -w /path/to/model/ -l lead_time(steps) -m num_of_ensemble_members -o /path/to/output -p num_of_pls -u yes(no) -k yes(no)For questions or issues, please contact: Linlin.Cui@noaa.gov Jun.Wang@noaa.gov