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/AGE/trcsms_age.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/AGE/trcsms_age.F90

    r14200 r14219  
    2929   REAL(wp), PUBLIC :: frac_add_age    !: fraction of level nl_age below age_depth where it is incremented 
    3030 
     31#  include "single_precision_substitute.h90" 
    3132 
    3233   !!---------------------------------------------------------------------- 
     
    5657      IF(lwp) WRITE(numout,*) ' ~~~~~~~~~~~~~~' 
    5758 
    58       IF( l_1st_euler .OR. ln_top_euler ) THEN 
    59          tr(:,:,:,jp_age,Kbb) = tr(:,:,:,jp_age,Kmm) 
    60       ENDIF 
    61  
    6259 
    6360      DO jk = 1, nla_age 
Note: See TracChangeset for help on using the changeset viewer.