Ignore:
Timestamp:
Oct 29, 2014, 8:47:46 PM (10 years ago)
Author:
idelkadi
Message:

Implementation de XIOS pour les sorties du simulateur COSP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/iophy.F90

    r2114 r2137  
    11171117                             trim(var%name)                       
    11181118          endif
    1119           CALL xios_send_field(var%name, Field3d)
     1119          CALL xios_send_field(var%name, Field3d(:,:,1:nlevx))
    11201120#else
    11211121        CALL abort_gcm ('iophy','cannot have ok_all_xml = .T. without CPP_XIOS defined' ,1)
Note: See TracChangeset for help on using the changeset viewer.