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 51 and Version 52 of ticket/1851/General


Ignore:
Timestamp:
2017-03-08T11:56:10+01:00 (7 years ago)
Author:
frrh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1851/General

    v51 v52  
    408408What a mess.  
    409409 
    410  
    411  
    412  
     410Further examionation reveals that the qns zero thing is just because it's starting up. Once the term hyas been added in at  
     411{{{ 
     412      IF (ksbc == jp_purecpl) THEN 
     413         qsr(:,:)= qsr_tot(:,:) 
     414         qns(:,:)= qns_tot(:,:) 
     415      ELSE 
     416         qns(:,:)= qns(:,:)-sprecip(:,:)*Lfresh*(1.0-fr_i(:,:)) 
     417      ENDIF 
     418}}} 
     419 
     420it bit compares again so it really does seem to be just qsr that's still at fault.  
     421 
     422Further examination reveals that the extra contribution coming from CICE in field fswthru_ai, via ztmp1 is always zero in the NRUN (except on TS 1 when the bug occurs) but not ZERO in the CRUN.