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 14221 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/TOP/AGE/trcsms_age.F90 – NEMO

Ignore:
Timestamp:
2020-12-18T20:25:45+01:00 (4 years ago)
Author:
mcastril
Message:

Revert changes unrelated with MP

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

    r14219 r14221  
    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" 
     31#  include "single_precision_substitute.h90"  
    3232 
    3333   !!---------------------------------------------------------------------- 
     
    5757      IF(lwp) WRITE(numout,*) ' ~~~~~~~~~~~~~~' 
    5858 
     59      IF( l_1st_euler .OR. ln_top_euler ) THEN 
     60         tr(:,:,:,jp_age,Kbb) = tr(:,:,:,jp_age,Kmm) 
     61      ENDIF 
     62 
    5963 
    6064      DO jk = 1, nla_age 
Note: See TracChangeset for help on using the changeset viewer.