ai2cm / fv3config

Manipulate FV3GFS run directories
Apache License 2.0
1 stars 0 forks source link

validate the initial condition data #22

Open nbren12 opened 4 years ago

nbren12 commented 4 years ago

There are some simple checks we could perform on the initial condition data to make sure it is compatible with the fv3gfs. Here are a couple of examples:

Ultimately, this feature should probably be part of a bigger refactor of the representation of the initial condition data to a richer python object.

mcgibbon commented 4 years ago

FV3Config: Validate initial conditions data

oliverwm1 commented 4 years ago

Agreed some checking on initial condition data would be useful. This is one aspect of what I suggested in #6 although we got a little sidetracked in that issue.