uaf-arctic-eco-modeling / dvm-dos-tem

A process based Dynamic Vegetation, Dynamic Organic Soil, Terrestrial Ecosystem Model.
MIT License
21 stars 24 forks source link

Figure out how to best record the CMT number in the output data. #414

Open tobeycarman opened 5 years ago

tobeycarman commented 5 years ago

Need a way to determine post-hoc what CMT or community type each pixel was parameterized as.

On the input side this is controlled via the input vegetation.nc file, but the user can override that with the --force-cmt command line flag.

Ideas:

tobeycarman commented 5 years ago

I am leaning toward writing an output netcdf file that has the CMT number for each pixel. I think at this time it makes sense to keep it simple and not include a time dimension in this file.

Also maybe it makes sense to always enable this output file?? (Perhaps by having it enabled in the output_spec file. Or maybe it is not even controlled by the output_spec file, it is simply always "ON"?

@rarutter, any thoughts??

rarutter commented 2 years ago

CMTNUM was added as an output in commit d933e91b3e3243a8be4cd69b7fef2c41946c0183, but we should still consider forcing it on by default.