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 15540 for NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src/OCE/BDY/bdytra.F90 – NEMO

Ignore:
Timestamp:
2021-11-26T12:27:56+01:00 (3 years ago)
Author:
sparonuz
Message:

Mixed precision version, tested up to 30 years on ORCA2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src/OCE/BDY/bdytra.F90

    r14986 r15540  
    2828   ! Local structure to rearrange tracers data 
    2929   TYPE, PUBLIC ::   ztrabdy 
    30       REAL(wp), POINTER, DIMENSION(:,:) ::  tra 
     30      REAL(dp), POINTER, DIMENSION(:,:) ::  tra 
    3131   END TYPE 
    3232 
     
    152152      REAL(dp), DIMENSION(jpi,jpj,jpk,jpts,jpt), INTENT(inout) :: pts       ! active tracers and RHS of tracer equation 
    153153      ! 
    154       REAL(wp) ::   zwgt           ! boundary weight 
    155       REAL(wp) ::   zta, zsa, ztime 
     154      REAL(dp) ::   zwgt           ! boundary weight 
     155      REAL(dp) ::   zta, zsa, ztime 
    156156      INTEGER  ::   ib, ik, igrd   ! dummy loop indices 
    157157      INTEGER  ::   ii, ij         ! 2D addresses 
Note: See TracChangeset for help on using the changeset viewer.