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 2587 for branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/istate_tam.F90 – NEMO

Ignore:
Timestamp:
2011-02-15T12:58:59+01:00 (13 years ago)
Author:
vidard
Message:

refer to ticket #798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/istate_tam.F90

    r1885 r2587  
    4545#  endif 
    4646# endif 
    47       & tmask, umask, vmask 
     47      & tmask, umask, vmask, & 
     48      & n_cla 
    4849   USE daymod        , ONLY: & 
    4950      & day_init 
     
    6162   USE eosbn2_tam    , ONLY: & 
    6263      & eos_tan, eos_adj 
     64   USE divcur_tam    , ONLY: & 
     65      & div_cur_tan, div_cur_adj 
     66   USE cla_div_tam    , ONLY: & 
     67      & div_cla_tan, div_cla_adj 
    6368   USE tstool_tam    , ONLY: & 
    6469      & prntst_adj,          & 
     
    119124      sb_tl   (:,:,:) = sn_tl   (:,:,:) 
    120125      sshb_tl (  :,:) = sshn_tl (  :,:) 
    121       rotb_tl (:,:,:) = rotn_tl (:,:,:)   
     126      ! 
     127      rotb_tl (:,:,:) = rotn_tl (:,:,:)   ! Update before fields 
    122128      hdivb_tl(:,:,:) = hdivn_tl(:,:,:)   
    123       ! 
    124129 
    125130 
Note: See TracChangeset for help on using the changeset viewer.