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 13140 for NEMO/branches/2020/dev_r12512_HPC-04_mcastril_Mixed_Precision_implementation/src/OCE/FLO/floblk.F90 – NEMO

Ignore:
Timestamp:
2020-06-22T12:44:56+02:00 (4 years ago)
Author:
orioltp
Message:

dev_r12512_HPC-04_mcastril_Mixed_Precision_implementation: corrections, see #2364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12512_HPC-04_mcastril_Mixed_Precision_implementation/src/OCE/FLO/floblk.F90

    r13135 r13140  
    175175            zgidfl(jfl) = float(iioutfl(jfl) - iiinfl(jfl)) 
    176176            IF( zufl(jfl)*zuoutfl <= 0. ) THEN 
    177 <<<<<<< .working 
    178                ztxfl(jfl) = HUGE(0.0_wp) 
    179 ||||||| .merge-left.r12512 
    180                ztxfl(jfl) = 1.E99 
    181 ======= 
    182177               ztxfl(jfl) = HUGE(1._wp) 
    183 >>>>>>> .merge-right.r13134 
    184178            ELSE 
    185179               IF( ABS(zudfl(jfl)) >= 1.E-5 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.