Changes between Version 56 and Version 57 of ticket/1851/General
- Timestamp:
- 2017-03-08T17:18:45+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/1851/General
v56 v57 436 436 437 437 What's different in these? 438 439 Now we arrive at the computation of ssha in ssh_nxt (sshwzv.F90). But printing global sums of all pertinent input arrays shows no differences except in the initial value of ssha but that's irrelevant since it's completely overwritten in this routine. Which really seems to leave use with the following: 440 {{{ 441 IF( neuler == 0 .AND. kt == nit000 ) z2dt = rdt 442 }}} 443 444 But does that really come into play? I thought euler was set to 1 on the first TS after our restart so this condition shouldn't arise??? 445 446 Add more writes to make certain. Also write out all other pertinent scalars.