cupid-ide / cupid

Cupid IDE and Code Generation Tool for Earth System Models
Other
5 stars 6 forks source link

Add support for subset of NUOPC v7 - Driver and Model #2

Closed rsdunlapiv closed 9 years ago

rsdunlapiv commented 10 years ago

The tool currently has partial support for NUOPC API 6.3.0r, mostly for the NUOPC Model and Driver components.

There is a new version of NUOPC - v7 beta. It was previously decided that we should probably target v7 of the API. Basically, we want the tool to be up to date with the API we expect our users to adopt.

More discussions should be had on backward compatibility and whether we need to provide a way for the user to select which version of the API they are using. Providing the feature in the tool is not too hard, although we might want to limit how many versions we maintain.

Fully supporting NUOPC v7 requires making improvements to the back end code database.

rsdunlapiv commented 9 years ago

NUOPC Model and NUOPC Driver are now supported for reverse engineering and code generation.