Caltech-OCTO / Subzero.jl

Native Julia Discrete Element Sea Ice Model
MIT License
7 stars 1 forks source link

Code Reorganization #94

Open skygering opened 4 months ago

skygering commented 4 months ago

I think it would be nice to pull a lot of the Struct types into separate Type files. Right now, sometimes code breaks due to the loading order. This would be solved if we just has a few Type files that are the first thing included in the Subzero.jl file.