Giter VIP home page Giter VIP logo

wps4era5's Introduction

Readme

This is a set of scripts and tables for downloading the ERA5 data and preprocessing it to drive WRF simulations.

Following are descriptions of each subdirectory's content:

ERA5

These python scripts download ERA5 data using the cdsapi python package.

For these scripts to work, you need to install the package via pip and have the .cdsapirc file ready in the home directory.

For ungrib.exe of WPS to work (with the Vtable file downloaded from dreambooker.site), you need to convert the ml data (model level data) to grib1 first using grib_set -s deletePV=1,edition=1 era5.20210701-20210901.ml.grb era5.20210701-20210901.ml.grib1.

The sfc data is already in GRIB1.

ungrib

  • First use link_grib.csh to link the downloaded grib1 files for ml and sfc ERA5 data here.

  • Make sure the Vtable is linked to the correct one (Vtable.ECMWF_sigma).

  • Run ungrib.exe with the right namelist.wps for meteorological fields.

  • Run calc_ecmwf_p.exe (ecmwf_coeffs is needed) to generate the pressure levels for ERA5.

metgrid

  • Run metgrid.exe with the correct METGRID.TBL.ARW (just have both METGRID.TBL and METGRID.TBL.ARW here), namelist.wps (should be the same one as that in ungrib) and geo_em.d01.nc.

  • Bill said when geo_em.d01.nc is missing, WPS may complain that METGRID.TBL is missing instead unless you use higher debug levels.

wps4era5's People

Watchers

Heng Xiao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.