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 14219 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2020-12-18T18:52:57+01:00 (4 years ago)
Author:
mcastril
Message:

Add Mixed Precision support by Oriol Tintó

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/OBS/diaobs.F90

    r14056 r14219  
    9898 
    9999   CHARACTER(len=8), PUBLIC, DIMENSION(:), ALLOCATABLE ::   cobstypesprof, cobstypessurf   !: Profile & surface obs types 
     100 
     101      !! * Substitutions 
     102#  include "single_precision_substitute.h90" 
    100103 
    101104   !!---------------------------------------------------------------------- 
     
    687690                  &               nit000, idaystp, jvar,                   & 
    688691                  &               zprofvar(:,:,:,jvar),                    & 
    689                   &               gdept(:,:,:,Kmm), gdepw(:,:,:,Kmm),      &  
     692                  &               CASTWP(gdept(:,:,:,Kmm)), gdepw(:,:,:,Kmm),      &  
    690693                  &               zprofmask(:,:,:,jvar),                   & 
    691694                  &               zglam(:,:,jvar), zgphi(:,:,jvar),        & 
Note: See TracChangeset for help on using the changeset viewer.