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 15441 – NEMO

Changeset 15441


Ignore:
Timestamp:
2021-10-25T09:50:12+02:00 (3 years ago)
Author:
jcastill
Message:

Some of the changes are already in the CO9 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r14075_mix-lyr_diag/src/OCE/SBC/cpl_oasis3.F90

    r14075 r15441  
    2727#if defined key_oasis3 
    2828   USE mod_oasis                    ! OASIS3-MCT module 
     29#endif 
     30#if defined key_iomput && defined key_xios25  
     31   USE xios, ONLY:xios_oasis_enddef  
    2932#endif 
    3033   USE par_oce                      ! ocean parameters 
     
    310313      IF( agrif_fixed() == Agrif_Nb_Fine_Grids() ) THEN 
    311314#endif 
     315      !  
     316#if defined key_iomput && defined key_xios25  
     317!needed for XIOS 2.5  
     318      CALL xios_oasis_enddef()  
     319#endif  
     320      ! 
    312321      CALL oasis_enddef(nerror) 
    313322      IF( nerror /= OASIS_Ok )   CALL oasis_abort ( ncomp_id, 'cpl_define', 'Failure in oasis_enddef') 
Note: See TracChangeset for help on using the changeset viewer.