Commit 88f7301
Activate the 'vertical_stage_in' package when config_init_case == 8
The init_atmosphere core previously only activated packages to read
in static fields when config_init_case == 7 (and either config_vertical_grid
or config_met_interp were true). However, for config_init_case == 8,
we need the landmask field for interpolating, e.g., sea-ice.
Since we may potentially need other static fields as well when creating
surface update files, the simplest solution seems to be to simply read
all static fields when config_init_case == 8 by activating
the vertical_stage_in package for this case.1 parent 63cbe5d commit 88f7301
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| |||
0 commit comments