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/FLO/flowri.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/FLO/flowri.F90

    r14644 r15540  
    3030   CHARACTER (len=80)  :: clname             ! netcdf output filename 
    3131 
    32    REAL(wp), ALLOCATABLE, DIMENSION(:) ::   zlon , zlat, zdep   ! 2D workspace 
    33    REAL(wp), ALLOCATABLE, DIMENSION(:) ::   ztem , zsal, zrho   ! 2D workspace 
     32   REAL(dp), ALLOCATABLE, DIMENSION(:) ::   zlon , zlat, zdep   ! 2D workspace 
     33   REAL(dp), ALLOCATABLE, DIMENSION(:) ::   ztem , zsal, zrho   ! 2D workspace 
    3434 
    3535   !!---------------------------------------------------------------------- 
     
    7373      INTEGER  :: irec, irecflo 
    7474 
    75       REAL(wp) :: zafl,zbfl,zcfl                 ! temporary real 
    76       REAL(wp) :: ztime                          !   " 
     75      REAL(dp) :: zafl,zbfl,zcfl                 ! temporary real 
     76      REAL(dp) :: ztime                          !   " 
    7777 
    7878      INTEGER, DIMENSION(2)          :: icount 
Note: See TracChangeset for help on using the changeset viewer.