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 14335 for NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2021-01-22T22:37:04+01:00 (3 years ago)
Author:
edblockley
Message:

Back-porting changes changeset:13715 and changeset:13721 from 4.0.5 to 4.0.4 GO8 package branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/src/ICE/icestp.F90

    r14302 r14335  
    211211      ! --- Ocean time step --- ! 
    212212      !-------------------------! 
    213       IF( ln_icedyn )                   CALL ice_update_tau( kt, ub(:,:,1), vb(:,:,1) )   ! -- update surface ocean stresses 
     213      CALL ice_update_tau( kt, ub(:,:,1), vb(:,:,1) )   ! -- update surface ocean stresses 
    214214!!gm   remark, the ocean-ice stress is not saved in ice diag call above .....  find a solution!!! 
    215215      ! 
Note: See TracChangeset for help on using the changeset viewer.