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/taumod.F90 – 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/taumod.F90

    r833 r841  
    3030   PUBLIC tau                ! routine called by step.F90 
    3131 
    32    !! * Share modules variables 
     32  !! * Share modules variables 
    3333   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   & 
    34       taux, tauy             !: surface stress components in (i,j) referential 
     34      taux, tauy,      &  !: surface stress components in (i,j) referential 
     35      ! TAU BUG 
     36#if defined key_lim3 
     37      tauxw, tauyw,    &  !: surface wind stress components in (i,j) referential 
     38      slotx, sloty,    &  !: time-slope for surface windstress in (i,j) referential 
     39      tauxg, tauyg        !: surface stress components in geographical 
     40      !                   !  referential (used in output) 
     41#endif 
     42 
    3543   !!---------------------------------------------------------------------- 
    3644   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
Note: See TracChangeset for help on using the changeset viewer.