cupid-ide / cupid

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

Import a real model code (e.g., Model E) #11

Closed rsdunlapiv closed 9 years ago

rsdunlapiv commented 10 years ago

Try Cupid out with ModelE code from Fei. Identify issues that hinder the tool from use in a production environment.

rsdunlapiv commented 9 years ago

Due to a known issue (https://github.com/cupid-ide/cupid/issues/14) the sync with Model E files will only work on Linux and Mac. This is because the "aux" directory appearing in the Model E source tree is disallowed on Windows.

rsdunlapiv commented 9 years ago

To do remote file sync with NASA Discover, this is dependent on #17.

rsdunlapiv commented 9 years ago

The Photran preprocessor is not working in some cases on Fei's Model E code. If symbols are defined at the file level (which is not sustainable) it appears to work, but project level symbols defined in the "Paths and Symbols" property page, are not picked up by the preprocessor. There may also be an inconsistency between Windows and Linux here.