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 3827 for branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2013-03-06T10:01:26+01:00 (11 years ago)
Author:
cetlod
Message:

v3.5alpha: Add missing IF(lwp) before writing in numout, see ticket #1066

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r3769 r3827  
    8080      CALL nemo_init  ! Initializations 
    8181 
    82       IF( lk_mpp )   CALL mpp_max( nstop ) 
    83  
    8482      ! check that all process are still there... If some process have an error, 
    8583      ! they will never enter in step and other processes will wait until the end of the cpu time! 
     
    9088      !                            !-----------------------! 
    9189      istp = nit000 
    92          ! 
     90      !  
    9391      CALL iom_init            ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
     92      !  
    9493      DO WHILE ( istp <= nitend .AND. nstop == 0 )    ! time stepping 
    9594         ! 
     
    121120      ! 
    122121# if defined key_iomput 
    123          CALL xios_finalize             ! end mpp communications 
     122      CALL xios_finalize             ! end mpp communications 
    124123# else 
    125124      IF( lk_mpp )   CALL mppstop       ! end mpp communications 
Note: See TracChangeset for help on using the changeset viewer.