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/obs_prep.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/obs_prep.F90

    r14056 r14219  
    3232   PUBLIC   obs_pre_surf     ! First level check and screening of surface obs 
    3333   PUBLIC   calc_month_len   ! Calculate the number of days in the months of a year 
     34 
     35   !! * Substitutions 
     36#  include "single_precision_substitute.h90" 
     37 
    3438 
    3539   !!---------------------------------------------------------------------- 
     
    151155         &                 surfdata%mi,   surfdata%mj,   &  
    152156         &                 surfdata%rlam, surfdata%rphi, & 
    153          &                 glamt,        gphit,        & 
     157         &                 CASTWP(glamt),        CASTWP(gphit),        & 
    154158         &                 tmask(:,:,1), surfdata%nqc,  & 
    155159         &                 iosdsobs,     ilansobs,     & 
Note: See TracChangeset for help on using the changeset viewer.