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/gcm.F

    r1825 r1852  
    1010#endif
    1111
    12 
    13 #ifdef CPP_XIOS
    14     ! ug Pour les sorties XIOS
    15         USE wxios
    16 #endif
    1712
    1813      USE mod_const_mpi, ONLY: init_const_mpi
     
    192187c   Initialisation partie parallele
    193188c------------------------------------
     189
    194190      CALL init_const_mpi
    195 
    196191      call init_parallel
    197192      call ini_getparam("out.def")
     
    224219!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    225220
    226 #ifdef CPP_XIOS
    227         CALL wxios_init("LMDZ")
    228 #endif
    229221
    230222c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.