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 13443 for NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_stage2/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-08-28T17:01:04+02:00 (4 years ago)
Author:
frrh
Message:

Commit changes which allow first working 2 way coupling exchanges between GO8
and LFRic aquaplanet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_stage2/src/OCE/nemogcm.F90

    r13311 r13443  
    203203            ! RSRH. You can compile with OASIS but not want to do any 
    204204            ! coupling. We need to cater for that properly! 
    205             IF (ln_cpl) CALL sbc_cpl_snd( istp )  ! Coupling to atmos 
     205            IF (ln_cpl .OR. ln_couple_test) CALL sbc_cpl_snd( istp )  ! Coupling to atmos 
     206            ! RSRH. For test purposes we call the receive here. For proper 
     207            ! runs we need to do this elsewhere (reference UKESM/GC3 etc)   
     208            !IF (ln_cpl .OR. ln_couple_test) CALL sbc_cpl_rcv( istp )  ! Coupling from atmos 
    206209 
    207210            CALL stp        ( istp )  
     
    303306      IF( lk_oasis ) THEN 
    304307          CALL mpi_init(nerror) 
    305           CALL oasis_init_comp ( ncomp_id, "toyoce", nerror, .FALSE. ) 
     308          CALL oasis_init_comp ( ncomp_id, "toyoce", nerror, .TRUE. ) 
    306309!          CALL cpl_init( "toyoce", ilocal_comm )  
    307310          CALL oasis_get_localcomm ( ilocal_comm , nerror ) 
Note: See TracChangeset for help on using the changeset viewer.