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

    r12489 r14219  
    6161      INTEGER            ::   iyyss, iddss, ihhss, immss       ! number of seconds in 1 year, 1 day, 1 hour and 1 minute 
    6262      INTEGER            ::   iyymo                            ! number of months in 1 year 
    63       REAL(wp)           ::   zsec1, zsec2                     ! not used 
    64       REAL(wp)           ::   zdrun, zjul                      ! temporary scalars 
     63      REAL(dp)           ::   zsec1, zsec2                     ! not used 
     64      REAL(dp)           ::          zjul                      ! temporary scalars 
     65      REAL(wp)           ::   zdrun                      ! temporary scalars 
    6566      !!---------------------------------------------------------------------- 
    6667 
Note: See TracChangeset for help on using the changeset viewer.