Changeset 15441
- Timestamp:
- 2021-10-25T09:50:12+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/r14075_mix-lyr_diag/src/OCE/SBC/cpl_oasis3.F90
r14075 r15441 27 27 #if defined key_oasis3 28 28 USE mod_oasis ! OASIS3-MCT module 29 #endif 30 #if defined key_iomput && defined key_xios25 31 USE xios, ONLY:xios_oasis_enddef 29 32 #endif 30 33 USE par_oce ! ocean parameters … … 310 313 IF( agrif_fixed() == Agrif_Nb_Fine_Grids() ) THEN 311 314 #endif 315 ! 316 #if defined key_iomput && defined key_xios25 317 !needed for XIOS 2.5 318 CALL xios_oasis_enddef() 319 #endif 320 ! 312 321 CALL oasis_enddef(nerror) 313 322 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.