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

Implementation de XIOS pour les sorties du simulateur COSP

Location:
LMDZ5/trunk/libf/phylmd
Files:
2 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)
  • LMDZ5/trunk/libf/phylmd/physiq.F90

    r2136 r2137  
    35123512     ! adeclarer
    35133513#ifdef CPP_COSP
    3514      IF (MOD(itap,NINT(freq_cosp/dtime)).EQ.0) THEN
     3514     IF (itap.eq.1.or.MOD(itap,NINT(freq_cosp/dtime)).EQ.0) THEN
    35153515
    35163516        print*,'freq_cosp',freq_cosp
     
    35203520        call phys_cosp(itap,dtime,freq_cosp, &
    35213521             ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, &
    3522              ecrit_mth,ecrit_day,ecrit_hf, &
     3522             ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, &
    35233523             klon,klev,rlon,rlat,presnivs,overlap, &
    35243524             fract,ref_liq,ref_ice, &
Note: See TracChangeset for help on using the changeset viewer.