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.
Changeset 1147 for trunk/NEMO – NEMO

Changeset 1147 for trunk/NEMO


Ignore:
Timestamp:
2008-06-25T16:20:59+02:00 (16 years ago)
Author:
cetlod
Message:

suppression of useless variable nobis ; see daymod.F90 reorganization : ticket:216

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/p4zsed.F90

    r1146 r1147  
    358358      ! -------------- 
    359359 
    360       i15 = INT( 2 * FLOAT( nday ) / ( FLOAT( nobis(nmonth) ) + 0.5 ) ) 
     360      i15 = nday / 16 
    361361      iman  = INT( raamo ) 
    362362      imois = nmonth + i15 - 1 
     
    419419      ! --------------------------------------------- 
    420420 
    421       zxy = FLOAT( nday ) / FLOAT( nobis(nflx1) ) + 0.5 - i15 
    422  
     421      zxy = FLOAT( nday + 15 - 30 * i15 ) / 30 
    423422      dust(:,:) = ( (1.-zxy) * dustmo(:,:,1) + zxy * dustmo(:,:,2) ) 
    424423 
Note: See TracChangeset for help on using the changeset viewer.