Ignore:
Timestamp:
Jun 26, 2014, 6:07:05 PM (11 years ago)
Author:
emillour
Message:

Common dynamics:
Some updates to keep up with LMDZ5 Earth model evolution
(up to LMDZ5 rev 2070). See file "DOC/chantiers/commit_importants.log"
for detailed list of changes.
Note that the updates of exner* routines change (as expected) results
at numerical roundoff level.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/parallel_lmdz.F90

    r1300 r1302  
    225225#endif
    226226#ifdef CPP_COUPLE
     227! Use of Oasis-MCT coupler
     228#if defined CPP_OMCT
     229    use mod_prism
     230#else
    227231    use mod_prism_proto
    228232#endif
    229 #ifdef CPP_EARTH
    230233! Ehouarn: surface_data module is in 'phylmd' ...
    231234      use surface_data, only : type_ocean
     
    252255
    253256      if (type_ocean == 'couple') then
     257#ifdef CPP_XIOS
     258    !Fermeture propre de XIOS
     259      CALL wxios_close()
     260#else
    254261#ifdef CPP_COUPLE
    255262         call prism_terminate_proto(ierr)
     
    258265         endif
    259266#endif
     267#endif
    260268      else
    261269#ifdef CPP_XIOS
Note: See TracChangeset for help on using the changeset viewer.