Skip to content

machine readable tables with data and meta info for the remo model

Notifications You must be signed in to change notification settings

remo-rcm/tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remo tables

CI pre-commit.ci status

machine readable tables with data and meta info for the remo model.

You can read these tables directly using, e.g.,

import pandas as pd

table = pd.read_csv('https://raw.githubusercontent.com/remo-rcm/tables/master/code-list/code-list.csv')

code-list

The Remo code table which describes most common Remo variables and code identifiers.

domains

Domain tables following the Cordex standard. Note, that domains for the REMO model are slightly larger than the official Cordex domains to account for the nudging zone.

vc

Tables of terrain-following vertical hybrid sigma pressure coordinates that define model levels for Remo. To compute the pressure at a model level, the surface pressure is required (e.g., ps). The pressure at a certain model level lev can be computed like, e.g.

$$p(lev) = ak(lev) + bk(lev) * ps$$

About

machine readable tables with data and meta info for the remo model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages