Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How should a netcdf be formatted

  • all variables should have the following attributes: "standard_name", "long_name" and "units".

Example Python script to make netcdf file according to requirements

...