Ignore:
Timestamp:
Aug 30, 2013, 10:47:10 AM (11 years ago)
Author:
Ehouarn Millour
Message:

Implémentation des sorties XIOS dans LMDZ. Activation via -cpp CPP_XIOS.
ATTENTION: un problème de raccord subsiste en mode MPI !
UG
................................
Adding XIOS output to LMDZ. Activated by the CPP_XIOS key.
WARNING: buggy for now in MPI mode.
UG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dpar/parallel_lmdz.F90

    r1823 r1852  
    199199   
    200200    subroutine Finalize_parallel
     201#ifdef CPP_XIOS
     202    ! ug Pour les sorties XIOS
     203        USE wxios
     204#endif
    201205#ifdef CPP_COUPLE
    202206    use mod_prism_proto
     
    232236#endif
    233237      else
     238#ifdef CPP_XIOS
     239    !Fermeture propre de XIOS
     240      CALL wxios_close()
     241#endif
    234242#ifdef CPP_MPI
    235243         IF (using_mpi) call MPI_FINALIZE(ierr)
Note: See TracChangeset for help on using the changeset viewer.