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/obs_profiles_def.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/OBS/obs_profiles_def.F90

    r14650 r15540  
    6969         & idqc           !: Depth QC flag 
    7070 
    71       REAL(KIND=wp), POINTER, DIMENSION(:) :: & 
     71      REAL(KIND=dp), POINTER, DIMENSION(:) :: & 
    7272         & vdep,  &       !: Depth coordinate of profile data 
    7373         & vobs,  &       !: Profile data 
    7474         & vmod           !: Model counterpart of the profile data vector 
    7575 
    76       REAL(KIND=wp), POINTER, DIMENSION(:,:) :: & 
     76      REAL(KIND=dp), POINTER, DIMENSION(:,:) :: & 
    7777         & vext           !: Extra variables 
    7878 
     
    127127         & itqc           !: Time QC 
    128128 
    129       REAL(KIND=wp), POINTER, DIMENSION(:) :: & 
     129      REAL(KIND=dp), POINTER, DIMENSION(:) :: & 
    130130         & rlam, &        !: Longitude coordinate of profile data 
    131131         & rphi           !: Latitude coordinate of profile data 
     
    176176      ! variables 
    177177 
    178       REAL(KIND=wp), POINTER, DIMENSION(:,:,:,:) :: & 
     178      REAL(KIND=dp), POINTER, DIMENSION(:,:,:,:) :: & 
    179179         & vdmean        !: Daily averaged model field 
    180180 
Note: See TracChangeset for help on using the changeset viewer.