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/OBS/linquad.h90 – 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/OBS/linquad.h90

    r10068 r15540  
    2424 
    2525      !! * Arguments 
    26       REAL(KIND=wp), INTENT(IN) :: px        ! (lon) of the point P(x,y)  
    27       REAL(KIND=wp), INTENT(IN) :: py        ! (lat) of the point P(x,y)                
    28       REAL(KIND=wp), DIMENSION(4), INTENT(IN) :: & 
    29          & pxv,  &                  ! (lon, lat) of the surrounding cell 
    30          & pyv                      
     26      REAL(KIND=dp), INTENT(IN) :: px        ! (lon) of the point P(x,y)  
     27      REAL(KIND=dp), INTENT(IN) :: py        ! (lat) of the point P(x,y)                
     28      REAL(KIND=dp), DIMENSION(4), INTENT(IN) ::  pxv, pyv ! (lon, lat) of the surrounding cell 
     29 
     30 
     31 
    3132   
    3233      !! * Local declarations 
    33       REAL(KIND=wp) :: zst1 
    34       REAL(KIND=wp) :: zst2 
    35       REAL(KIND=wp) :: zst3 
    36       REAL(KIND=wp) :: zst4 
     34      REAL(KIND=dp) :: zst1 
     35      REAL(KIND=dp) :: zst2 
     36      REAL(KIND=dp) :: zst3 
     37      REAL(KIND=dp) :: zst4 
    3738 
    3839      !----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.