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 3558 for trunk/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2012-11-14T20:15:05+01:00 (11 years ago)
Author:
rblod
Message:

Fix issues when using key_nosignedzeo, see ticket #996

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r3294 r3558  
    4545   USE prtctl          ! Print control                    (prt_ctl_init routine) 
    4646   USE timing          ! Timing 
     47   USE lib_fortran     ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    4748 
    4849   IMPLICIT NONE 
     
    336337         &                                               'Compile with key_iomput enabled' ) 
    337338      ! 
     339      IF( 1_wp /= SIGN(1._wp,-0._wp)  )   CALL ctl_stop( 'nemo_ctl: The intrinsec SIGN function follows ',  & 
     340         &                                               'f2003 standard. '                              ,  & 
     341         &                                               'Compile with key_nosignedzero enabled' ) 
     342      ! 
    338343   END SUBROUTINE nemo_ctl 
    339344 
Note: See TracChangeset for help on using the changeset viewer.