Commit 8c8dbd0
committed
Merge branch 'atmosphere/invAreaCell_fix' into release-v4.0
This merge moves the computation of invAreaCell field above first call
to atm_compute_solve_diagnostics().
The atm_compute_solve_diagnostics() routine is called from the MPAS-A init
routine, and thereafter, toward the end of each timestep. This routine makes
use of the invAreaCell field, which wasn't computed until after the first call
to the routine during model init. Besides leading to some incorrect diagnostic
fields in the first model timestep, this broke bit-identical restarts of the model.1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
244 | 252 | | |
245 | 253 | | |
246 | 254 | | |
| |||
262 | 270 | | |
263 | 271 | | |
264 | 272 | | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments