Skip to content

Getting started running your first simulation doesn't tell that netCDF4 must be installed #126

@skrobchik

Description

@skrobchik

netCDF4 is not automatically installed.

If user blindly follows the getting started tutorial, they will stumble upon an error when running

Env = Environment(
    railLength=5.2,
    latitude=32.990254,
    longitude=-106.974998,
    elevation=1400,
    date=(2020, 3, 4, 12) # Tomorrow's date in year, month, day, hour UTC format
) 

Env.setAtmosphericModel(type='Forecast', file='GFS')

which results in the following error:

[NameError: name 'netCDF4' is not defined]()

There should be a reminder in the tutorial telling the user to install the optional package

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions