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/ISF/isfcav.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/ISF/isfcav.F90

    r14644 r15540  
    6161      !!--------------------------------------------------------------------- 
    6262      !!-------------------------- OUT -------------------------------------- 
    63       REAL(wp), DIMENSION(jpi,jpj)     , INTENT(inout) :: pqfwf  ! ice shelf melt (>0 out) 
    64       REAL(wp), DIMENSION(jpi,jpj,jpts), INTENT(inout) :: ptsc   ! T & S ice shelf cavity contents 
     63      REAL(dp), DIMENSION(jpi,jpj)     , INTENT(inout) :: pqfwf  ! ice shelf melt (>0 out) 
     64      REAL(dp), DIMENSION(jpi,jpj,jpts), INTENT(inout) :: ptsc   ! T & S ice shelf cavity contents 
    6565      !!-------------------------- IN  -------------------------------------- 
    6666      INTEGER, INTENT(in) ::   Kmm  ! ocean time level index 
     
    6969      LOGICAL :: lit 
    7070      INTEGER :: nit 
    71       REAL(wp) :: zerr 
    72       REAL(wp), DIMENSION(jpi,jpj) :: zqlat, zqoce, zqhc, zqh  ! heat fluxes 
    73       REAL(wp), DIMENSION(jpi,jpj) :: zqoce_b                  ! 
    74       REAL(wp), DIMENSION(jpi,jpj) :: zgammat, zgammas         ! exchange coeficient 
    75       REAL(wp), DIMENSION(jpi,jpj) :: zttbl, zstbl             ! temp. and sal. in top boundary layer 
     71      REAL(dp) :: zerr 
     72      REAL(dp), DIMENSION(jpi,jpj) :: zqlat, zqoce, zqhc, zqh  ! heat fluxes 
     73      REAL(dp), DIMENSION(jpi,jpj) :: zqoce_b                  ! 
     74      REAL(dp), DIMENSION(jpi,jpj) :: zgammat, zgammas         ! exchange coeficient 
     75      REAL(dp), DIMENSION(jpi,jpj) :: zttbl, zstbl             ! temp. and sal. in top boundary layer 
    7676      !!--------------------------------------------------------------------- 
    7777      ! 
Note: See TracChangeset for help on using the changeset viewer.