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 14219 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2020-12-18T18:52:57+01:00 (4 years ago)
Author:
mcastril
Message:

Add Mixed Precision support by Oriol Tintó

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/ICE/icestp.F90

    r14072 r14219  
    8787   !! * Substitutions 
    8888#  include "do_loop_substitute.h90" 
     89#  include "single_precision_substitute.h90" 
    8990   !!---------------------------------------------------------------------- 
    9091   !! NEMO/ICE 4.0 , NEMO Consortium (2018) 
     
    212213      ! --- Ocean time step --- ! 
    213214      !-------------------------! 
    214       CALL ice_update_tau( kt, uu(:,:,1,Kbb), vv(:,:,1,Kbb) )         ! -- update surface ocean stresses 
     215      CALL ice_update_tau( kt, CASTWP(uu(:,:,1,Kbb)), CASTWP(vv(:,:,1,Kbb)) )         ! -- update surface ocean stresses 
    215216!!gm   remark, the ocean-ice stress is not saved in ice diag call above .....  find a solution!!! 
    216217      ! 
Note: See TracChangeset for help on using the changeset viewer.