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/CRS/crsdomwri.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/CRS/crsdomwri.F90

    r13286 r15540  
    5252      CHARACTER(len=21) ::   clnam        ! filename (mesh and mask informations) 
    5353      !                                   !  workspace 
    54       REAL(wp), DIMENSION(jpi_crs,jpj_crs    ) ::   zprt, zprw  
    55       REAL(wp), DIMENSION(jpi_crs,jpj_crs,jpk) ::   zdepu, zdepv 
     54      REAL(dp), DIMENSION(jpi_crs,jpj_crs    ) ::   zprt, zprw  
     55      REAL(dp), DIMENSION(jpi_crs,jpj_crs,jpk) ::   zdepu, zdepv 
    5656      !!---------------------------------------------------------------------- 
    5757      ! 
     
    177177      !!---------------------------------------------------------------------- 
    178178      CHARACTER(len=1)        , INTENT(in   ) ::   cdgrd   !  
    179       REAL(wp), DIMENSION(:,:), INTENT(inout) ::   puniq   !  
    180       ! 
    181       REAL(wp) ::  zshift   ! shift value link to the process number 
     179      REAL(dp), DIMENSION(:,:), INTENT(inout) ::   puniq   !  
     180      ! 
     181      REAL(dp) ::  zshift   ! shift value link to the process number 
    182182      INTEGER  ::  ji       ! dummy loop indices 
    183183      LOGICAL , DIMENSION(jpi_crs,jpj_crs,1) ::   lluniq  ! store whether each point is unique or not 
    184       REAL(wp), DIMENSION(jpi_crs,jpj_crs  ) ::   ztstref 
     184      REAL(dp), DIMENSION(jpi_crs,jpj_crs  ) ::   ztstref 
    185185      !!---------------------------------------------------------------------- 
    186186      ! 
Note: See TracChangeset for help on using the changeset viewer.