Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressure units attribute in Stehekin image driver sample forcing are incorrect #9

Open
jhamman opened this issue Jul 14, 2016 · 0 comments

Comments

@jhamman
Copy link
Member

jhamman commented Jul 14, 2016

The pressure variable units attribute in the sample image driver forcing dataset need to be updated. From:

netcdf Stehekin_image_test.forcings_10days.1949 {
dimensions:
    time = 240 ;
    lon = 5 ;
    lat = 4 ;
variables:
...
    float pres(time, lat, lon) ;
        pres:_FillValue = 9.96921e+36f ;
        pres:long_name = "PRESSURE" ;
        pres:column = 5 ;
        pres:units = "K" ;
        pres:description = "PRESSURE" ;
...

to:

        pres:units = "Pa" ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant