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

Ignore:
Timestamp:
2009-10-31T14:19:38+01:00 (15 years ago)
Author:
smasson
Message:

compatibility between oasis3 and oasis4, see ticket:580

File:
1 edited

Legend:

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

    r1579 r1698  
    3939! 
    4040   LOGICAL, PUBLIC, PARAMETER :: lk_cpl = .TRUE.   ! coupled flag 
     41   INTEGER, PUBLIC            :: OASIS_Rcv  = 1    ! return code if received field 
     42   INTEGER, PUBLIC            :: OASIS_idle = 0    ! return code if nothing done by oasis 
    4143   INTEGER                    :: ncomp_id          ! id returned by prism_init_comp 
    4244   INTEGER                    :: nerror            ! return error code 
     
    267269      IF ( llaction ) THEN 
    268270 
     271         kinfo = OASIS_Rcv 
    269272         pdata(nldi:nlei, nldj:nlej) = exfld(:,:) 
    270273          
     
    285288         ENDIF 
    286289       
     290      ELSE 
     291         kinfo = OASIS_idle      
    287292      ENDIF 
    288293 
Note: See TracChangeset for help on using the changeset viewer.