Commit 6945afa
Restore Fields.ColumnField as an alias of FiniteDifferenceField
The rewrite removed ColumnField (a Field with DataColumn values), but
ClimaAtmos main uses it as a type annotation, so ClimaAtmos and
everything depending on it (ClimaCoupler) fail to precompile against
this branch. Single-column fields are now identified by their space, so
the old ColumnField is the same set of fields as FiniteDifferenceField:
FD fields and column slices of extruded fields match the alias, full
3-D fields do not. Verified that ClimaAtmos main precompiles and loads
against a patched worktree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 48ac9e2 commit 6945afa
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
0 commit comments