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 9162 for branches/UKMO/dev_r5518_GC3_couple_pkg/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90 – NEMO

Ignore:
Timestamp:
2017-12-22T12:12:56+01:00 (6 years ago)
Author:
dancopsey
Message:

Remove rogue spaces that were causing problems with merging with other branches at runtime.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GC3_couple_pkg/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90

    r6615 r9162  
    3131   USE in_out_manager               ! I/O manager 
    3232   USE lbclnk                       ! ocean lateral boundary conditions (or mpp link) 
    33     
     33 
    3434   IMPLICIT NONE 
    3535   PRIVATE 
     
    190190      IF( nerror > 0 ) THEN 
    191191         CALL oasis_abort ( ncomp_id, 'cpl_define', 'Failure in allocating exfld')   ;   RETURN 
    192       ENDIF       
     192      ENDIF 
    193193      ! 
    194194      ! ----------------------------------------------------------------- 
    195195      ! ... Define the partition  
    196196      ! ----------------------------------------------------------------- 
    197              
     197       
    198198      paral(1) = 2                                              ! box partitioning 
    199199      paral(2) = jpiglo * (nldj-1+njmpp-1) + (nldi-1+nimpp-1)   ! NEMO lower left corner global offset     
     
    254254            END DO 
    255255         ENDIF 
    256       END DO       
     256      END DO 
    257257      ! 
    258258      ! ... Announce received variables.  
Note: See TracChangeset for help on using the changeset viewer.