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 841 for trunk/NEMO/OPA_SRC/SBC/tau_forced_daily.h90 – NEMO

Ignore:
Timestamp:
2008-03-11T15:50:54+01:00 (16 years ago)
Author:
rblod
Message:

Light changes in SBC routines to use classical CLIO bulks with LIM3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/tau_forced_daily.h90

    r719 r841  
    7878         CALL iom_get ( numtau, jpdom_data, 'taux', taux, nday_year ) 
    7979         CALL iom_get ( numtav, jpdom_data, 'tauy', tauy, nday_year ) 
     80 
     81#if defined key_lim3 
     82      tauxw = taux 
     83      tauyw = tauy 
     84#endif 
    8085             
    8186         IF (lwp .AND. nitend-nit000 <= 100 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.