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 194 for trunk/NEMO/OPA_SRC/SBC/bulk.F90 – NEMO

Ignore:
Timestamp:
2004-12-22T16:43:16+01:00 (19 years ago)
Author:
opalod
Message:

CT : BUGFIX135 : correction of the zxday calculation using nday_year the number of days since the beginning of the run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/bulk.F90

    r106 r194  
    8989         zsst(:,:) = gsst(:,:) / REAL( nfbulk ) * tmask(:,:,1) 
    9090         zsss(:,:) = gsss(:,:) / REAL( nfbulk ) 
    91          CALL flx_blk( kt, zsst )     
     91         CALL flx_blk( zsst )     
    9292      
    9393         gsst(:,:) = 0.     
Note: See TracChangeset for help on using the changeset viewer.