HenryDane / glEBM

A high performancee EBM using OpenGL compute shaders.
GNU General Public License v3.0
1 stars 0 forks source link

CLI Arguments #7

Closed HenryDane closed 8 months ago

HenryDane commented 1 year ago

Add support for command line arguments to set width and height of model (and maybe other stuff).

HenryDane commented 1 year ago

Maybe add path for land frac?

HenryDane commented 9 months ago

With the new NetCDF support, I think it is best if the model just accepts a path to an input file, and then figures out configuration from there.

See here for information about attributes. Using NC_GLOBAL instead of a variable ID allows attributes to be set on the whole file.