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/ICE/icedyn_adv_umx.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/ICE/icedyn_adv_umx.F90

    r14072 r14219  
    11401140      REAL(wp), DIMENSION(jpi,jpj,jpl) :: zbetup, zbetdo, zti_ups, ztj_ups 
    11411141      !!---------------------------------------------------------------------- 
    1142       zbig = 1.e+40_wp 
    1143  
     1142      zbig = HUGE(1._wp) 
     1143       
    11441144      ! antidiffusive flux : high order minus low order 
    11451145      ! -------------------------------------------------- 
     
    16811681   !!====================================================================== 
    16821682END MODULE icedyn_adv_umx 
     1683 
Note: See TracChangeset for help on using the changeset viewer.