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/DIA/diadetide.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/DIA/diadetide.F90

    r12489 r14219  
    66   !! History :       !  2019  (S. Mueller) 
    77   !!---------------------------------------------------------------------- 
    8    USE par_oce        , ONLY :   wp, jpi, jpj 
     8   USE par_oce        , ONLY :   jpi, jpj 
    99   USE in_out_manager , ONLY :   lwp, numout 
    1010   USE iom            , ONLY :   iom_put 
     
    1212   USE phycst         , ONLY :   rpi 
    1313   USE tide_mod 
     14   USE par_kind 
    1415#if defined key_iomput 
    1516   USE xios 
Note: See TracChangeset for help on using the changeset viewer.