Ignore:
Timestamp:
May 13, 2015, 6:25:50 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Backport of trunk revision 2268 into LMDZ6_rc0 branch:

  • modifications for COSP/XIOS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ6_rc0/libf/cosp/cosp_output_write_mod.F90

    r2160 r2276  
    7373   endif
    7474
    75 #ifdef CPP_XIOS
    76  !$OMP MASTER
    77 IF (cosp_varsdefined) THEN
    78    if (prt_level >= 10) then
    79          WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', &
    80                          cosp_varsdefined,iinitend
    81    endif
    82     CALL xios_update_calendar(itau_wcosp)
    83 ENDIF
    84   !$OMP END MASTER
    85   !$OMP BARRIER
    86 #endif
     75!#ifdef CPP_XIOS
     76! !$OMP MASTER
     77!IF (cosp_varsdefined) THEN
     78!   if (prt_level >= 10) then
     79!         WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', &
     80!                         cosp_varsdefined,iinitend
     81!   endif
     82!    CALL xios_update_calendar(itau_wcosp)
     83!ENDIF
     84!  !$OMP END MASTER
     85!  !$OMP BARRIER
     86!#endif
    8787
    8888 if (cfg%Llidar_sim) then
     
    153153    enddo
    154154   enddo
     155   CALL histwrite3d_cosp(o_Ncrefl,Ncref,nvertp)
    155156   CALL histwrite3d_cosp(o_parasol_crefl,parasolcrefl,nvertp)
    156157
Note: See TracChangeset for help on using the changeset viewer.