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/SOL – NEMO

Changeset 531 for trunk/NEMO/OPA_SRC/SOL


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/SOL/solver.F90

    r474 r531  
    108108#endif 
    109109 
    110  
    111110      ! 0. Parameter control and print 
    112111      !    --------------------------- 
     
    187186      END SELECT 
    188187 
     188      IF( nbit_cmp == 1 .AND. nsolv /= 2 ) THEN 
     189         CALL ctl_stop( ' Reproductibility tests (nbit_cmp=1) require the SOR solver: nsolv = 2' ) 
     190      END IF 
     191 
    189192      ! Grid-point at which the solver is applied 
    190193      ! ----------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.