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 46 and Version 47 of ticket/1851/General


Ignore:
Timestamp:
2017-03-07T12:51:52+01:00 (7 years ago)
Author:
frrh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1851/General

    v46 v47  
    377377 
    378378He also says that iswabs is dependent on fswint. I have apparently consistent values of fswint throughout the model - it's zero. Which may explain why iswabs ends up as zero on subsequent timesteps but if it's initialised in a different way then we have junk or at least unwanted values. 
     379 
     380This takes us back yet again to ice_shortwave and the line 
     381   Iswabs(i,j,k) = fswpen(i,j) * (trantop(i,j)-tranbot(i,j)) 
     382in routine absorbed_solar.  
     383 
     384So fswpen, trantop and tranbot definitely contribute to the initial value. Print these out and at the same time initialise Iswabs to zero here and see what happens.  
     385 
     386