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_averg_h2d.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_averg_h2d.F90

    r12377 r14219  
    4242      &   obs_avg_h2d_init, & ! Set up weights for the averaging 
    4343      &   obs_max_fpsize      ! Works out the maximum number of grid points required for the averaging 
     44 
     45   !! * Substitutions 
     46#  include "single_precision_substitute.h90" 
    4447 
    4548   !!---------------------------------------------------------------------- 
     
    603606            !If the scales are specified in degrees, work out the max  
    604607            !distance (metres) in x/y directions 
    605             CALL obs_deg2dist( jpi, jpj, glamt, gphit, & 
     608            CALL obs_deg2dist( jpi, jpj, CASTWP(glamt), CASTWP(gphit), & 
    606609               &               plamscl, pphiscl, zlamscl_m, zphiscl_m ) 
    607610         ELSE 
Note: See TracChangeset for help on using the changeset viewer.