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/OCE/BDY/bdytra.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/OCE/BDY/bdytra.F90

    r14072 r14219  
    4949      INTEGER                                  , INTENT(in)    :: kt        ! Main time step counter 
    5050      INTEGER                                  , INTENT(in)    :: Kbb, Kaa  ! time level indices 
    51       REAL(wp), DIMENSION(jpi,jpj,jpk,jpts,jpt), INTENT(inout) :: pts       ! tracer fields 
     51      REAL(dp), DIMENSION(jpi,jpj,jpk,jpts,jpt), INTENT(inout) :: pts       ! tracer fields 
    5252      ! 
    5353      INTEGER                        :: ib_bdy, jn, igrd, ir   ! Loop indeces 
     
    118118      !!---------------------------------------------------------------------- 
    119119      TYPE(OBC_INDEX),                     INTENT(in) ::   idx      ! OBC indices 
    120       REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(inout) ::   pt       ! tracer trend 
     120      REAL(dp), DIMENSION(jpi,jpj,jpk), INTENT(inout) ::   pt       ! tracer trend 
    121121      INTEGER,                             INTENT(in) ::   jpa      ! TRA index 
    122122      LOGICAL,                             INTENT(in) ::   llrim0   ! indicate if rim 0 is treated 
     
    149149      INTEGER                                  , INTENT(in)    :: kt        ! time step 
    150150      INTEGER                                  , INTENT(in)    :: Kbb, Krhs ! time level indices 
    151       REAL(wp), DIMENSION(jpi,jpj,jpk,jpts,jpt), INTENT(inout) :: pts       ! active tracers and RHS of tracer equation 
     151      REAL(dp), DIMENSION(jpi,jpj,jpk,jpts,jpt), INTENT(inout) :: pts       ! active tracers and RHS of tracer equation 
    152152      ! 
    153153      REAL(wp) ::   zwgt           ! boundary weight 
Note: See TracChangeset for help on using the changeset viewer.