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

    r13286 r14219  
    8585      & cn_gridsearchfile    ! file name head for grid search lookup  
    8686 
     87 
     88#  include "single_precision_substitute.h90" 
     89 
     90 
    8791   !!---------------------------------------------------------------------- 
    8892   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    131135                  &                             1, jpi, 1, jpj,           & 
    132136                  &                             nproc, jpnij,             & 
    133                   &                             glamt, gphit, tmask,      & 
     137                  &                             CASTWP(glamt), CASTWP(gphit), tmask,      & 
    134138                  &                             kobsin, plam, pphi,       & 
    135139                  &                             kobsi, kobsj, kproc ) 
     
    152156                  &                             1, jpi, 1, jpj,           & 
    153157                  &                             nproc, jpnij,             & 
    154                   &                             glamf, gphif, fmask,      & 
     158                  &                             CASTWP(glamf), CASTWP(gphif), fmask,      & 
    155159                  &                             kobsin, plam, pphi,       & 
    156160                  &                             kobsi, kobsj, kproc ) 
     
    821825               &                     1, jpi, 1, jpj,            & 
    822826               &                     nproc, jpnij,              & 
    823                &                     glamt, gphit, tmask,       & 
     827               &                     CASTWP(glamt), CASTWP(gphit), tmask,       & 
    824828               &                     nlons*nlats, lonsi, latsi, & 
    825829               &                     ixposi, iyposi, iproci ) 
Note: See TracChangeset for help on using the changeset viewer.