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/TOP/trcsms.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/TOP/trcsms.F90

    r13286 r14219  
    2626 
    2727   PUBLIC   trc_sms    ! called in trcstp.F90 
     28 
     29   !! * Substitutions 
     30#  include "single_precision_substitute.h90" 
    2831 
    2932   !!---------------------------------------------------------------------- 
     
    5962         WRITE(charout, FMT="('sms ')") 
    6063         CALL prt_ctl_info( charout, cdcomp = 'top' ) 
    61          CALL prt_ctl( tab4d_1=tr(:,:,:,:,Kmm), mask1=tmask, clinfo=ctrcnm ) 
     64         CALL prt_ctl( tab4d_1=CASTWP(tr(:,:,:,:,Kmm)), mask1=tmask, clinfo=ctrcnm ) 
    6265      ENDIF 
    6366      ! 
Note: See TracChangeset for help on using the changeset viewer.