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 531 for trunk/NEMO/OPA_SRC/SBC/flxfwb.F90 – NEMO

Ignore:
Timestamp:
2006-10-19T14:55:25+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_75 : CT : enables bit comparison between single and multiple processor runs adding nbit_cmp namelist parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/flxfwb.F90

    r474 r531  
    280280         IF(lwp) WRITE(numout,*) '               ln_fwb = .FALSE. is recommanded' 
    281281      ENDIF 
     282 
     283      IF( nbit_cmp == 1 .AND. ln_fwb ) THEN 
     284         CALL ctl_stop( ' Reproductibility tests (nbit_cmp=1) require ln_fwb = .false.' ) 
     285      END IF 
    282286 
    283287      !                                        ! ============================== 
Note: See TracChangeset for help on using the changeset viewer.