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/SBC/sbcssr.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/SBC/sbcssr.F90

    r14986 r15540  
    4545   INTEGER         ::   nn_sssr_ice     ! Control of restoring under ice 
    4646 
    47    REAL(wp) , ALLOCATABLE, DIMENSION(:) ::   buffer   ! Temporary buffer for exchange 
     47   REAL(dp) , ALLOCATABLE, DIMENSION(:) ::   buffer   ! Temporary buffer for exchange 
    4848   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_sst   ! structure of input SST (file informations, fields read) 
    4949   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_sss   ! structure of input SSS (file informations, fields read) 
     
    163163      !!--------------------------------------------------------------------- 
    164164      INTEGER  ::   ji, jj   ! dummy loop indices 
    165       REAL(wp) ::   zerp     ! local scalar for evaporation damping 
    166       REAL(wp) ::   zqrp     ! local scalar for heat flux damping 
    167       REAL(wp) ::   zsrp     ! local scalar for unit conversion of rn_deds factor 
    168       REAL(wp) ::   zerp_bnd ! local scalar for unit conversion of rn_epr_max factor 
     165      REAL(dp) ::   zerp     ! local scalar for evaporation damping 
     166      REAL(dp) ::   zqrp     ! local scalar for heat flux damping 
     167      REAL(dp) ::   zsrp     ! local scalar for unit conversion of rn_deds factor 
     168      REAL(dp) ::   zerp_bnd ! local scalar for unit conversion of rn_epr_max factor 
    169169      INTEGER  ::   ierror   ! return error code 
    170170      !! 
Note: See TracChangeset for help on using the changeset viewer.