Changeset 12796
- Timestamp:
- 2020-04-22T15:38:17+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_XIOS25_cpl/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90
r11101 r12796 26 26 #if defined key_oasis3 27 27 USE mod_oasis ! OASIS3-MCT module 28 #if defined key_iomput && defined key_xios25 29 USE xios, ONLY:xios_oasis_enddef 30 #endif 28 31 #endif 29 32 USE par_oce ! ocean parameters … … 414 417 ! End of definition phase 415 418 !------------------------------------------------------------------ 416 419 #if defined key_iomput && defined key_xios25 420 !needed for XIOS 2.5 421 CALL xios_oasis_enddef() 422 #endif 417 423 CALL oasis_enddef(nerror) 418 424 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.