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 7310 – NEMO

Changeset 7310


Ignore:
Timestamp:
2016-11-22T19:22:29+01:00 (7 years ago)
Author:
clem
Message:

debug ht=>ht_n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_AGRIF_2016/NEMOGCM/NEMO/LIM_SRC_3/limdyn.F90

    r7309 r7310  
    7777      IF( ln_landfast ) THEN 
    7878         DO jl = 1, jpl 
    79             WHERE( ht_i(:,:,jl) > ht(:,:) * rn_gamma )  tau_icebfr(:,:) = tau_icebfr(:,:) + a_i(:,:,jl) * rn_icebfr 
     79            WHERE( ht_i(:,:,jl) > ht_n(:,:) * rn_gamma )  tau_icebfr(:,:) = tau_icebfr(:,:) + a_i(:,:,jl) * rn_icebfr 
    8080         END DO 
    8181      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.