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 4205 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/LIM_SRC_3/limtrp.F90 – NEMO

Ignore:
Timestamp:
2013-11-14T18:02:06+01:00 (10 years ago)
Author:
clem
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/LIM_SRC_3/limtrp.F90

    r4161 r4205  
    7474      REAL(wp) ::   zindb  , zindsn , zindic, zindh, zinda      ! local scalar 
    7575      REAL(wp) ::   zusvosn, zusvoic, zbigval     !   -      - 
    76       REAL(wp) ::   zcfl , zusnit , zrtt          !   -      - 
     76      REAL(wp) ::   zcfl , zusnit                 !   -      - 
    7777      REAL(wp) ::   ze   , zsal   , zage          !   -      - 
    7878      ! 
     
    450450                  zusvosn         = 1.0/MAX( v_s(ji,jj,jl) , epsi16 ) 
    451451                  zusvoic         = 1.0/MAX( v_i(ji,jj,jl) , epsi16 ) 
    452                   zrtt            = 173.15 * rone  
    453452                  zindsn          = MAX( rzero, SIGN( rone, v_s(ji,jj,jl) - epsi10 ) ) 
    454453                  zindic          = MAX( rzero, SIGN( rone, v_i(ji,jj,jl) - epsi10 ) ) 
Note: See TracChangeset for help on using the changeset viewer.