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_level_search.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/obs_level_search.h90

    r10068 r15540  
    2525      !! * Arguments 
    2626      INTEGER, INTENT(IN) :: kgrd     ! Number of gridpoints 
    27       REAL(KIND=wp), DIMENSION(kgrd), INTENT(INOUT) :: & 
     27      REAL(KIND=dp), DIMENSION(kgrd), INTENT(INOUT) :: & 
    2828         &   pgrddep  ! Depths of gridpoints 
    2929      INTEGER, INTENT(IN) :: & 
    3030         &   kobs     ! Number of observations 
    31       REAL(KIND=wp), DIMENSION(kobs), INTENT(INOUT) :: & 
     31      REAL(KIND=dp), DIMENSION(kobs), INTENT(INOUT) :: & 
    3232         &   pobsdep  ! Depths of observations 
    3333      INTEGER ,DIMENSION(kobs), INTENT(OUT) :: & 
Note: See TracChangeset for help on using the changeset viewer.