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 153 for trunk/NEMO/OPA_SRC – NEMO

Changeset 153 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2004-10-19T15:35:39+02:00 (20 years ago)
Author:
opalod
Message:

CL + CT: BUGFIX098: Add missing declaration for kt and initialization of ztrp in coupling mode (key_coupled)

File:
1 edited

Legend:

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

    r129 r153  
    7979      !!   2.0  !  02-12  (G. Madec)  F90: Free form and module 
    8080      !!---------------------------------------------------------------------- 
     81      !! * Arguments 
     82      INTEGER, INTENT( in  ) ::   kt   ! ocean time step 
     83 
    8184      !! * Local declarations 
    8285      INTEGER ::   ji, jj                   ! dummy loop indices 
    83       REAL(wp) ::   ztx, ztaux, zty, ztauy, ztrp, zsrp 
     86      REAL(wp) ::   ztx, ztaux, zty, ztauy, ztrp 
    8487      REAL(wp) ::   ztdta, ztgel, zqrp 
    8588      !!---------------------------------------------------------------------- 
     
    108111         ! Surface heat flux (W/m2) 
    109112         ! ----------------------- 
     113         ztrp = 0.e0 
    110114 
    111115         ! restoring heat flux 
Note: See TracChangeset for help on using the changeset viewer.