New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
ticket/1851/General (diff) – NEMO

Changes between Version 56 and Version 57 of ticket/1851/General


Ignore:
Timestamp:
2017-03-08T17:18:45+01:00 (7 years ago)
Author:
frrh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1851/General

    v56 v57  
    436436 
    437437What's different in these? 
     438 
     439Now 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 
     444But 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 
     446Add more writes to make certain. Also write out all other pertinent scalars.