- Timestamp:
- May 13, 2015, 6:25:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/LMDZ6_rc0/libf/cosp/cosp_output_write_mod.F90
r2160 r2276 73 73 endif 74 74 75 #ifdef CPP_XIOS76 !$OMP MASTER77 IF (cosp_varsdefined) THEN78 if (prt_level >= 10) then79 WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', &80 cosp_varsdefined,iinitend81 endif82 CALL xios_update_calendar(itau_wcosp)83 ENDIF84 !$OMP END MASTER85 !$OMP BARRIER86 #endif75 !#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 87 87 88 88 if (cfg%Llidar_sim) then … … 153 153 enddo 154 154 enddo 155 CALL histwrite3d_cosp(o_Ncrefl,Ncref,nvertp) 155 156 CALL histwrite3d_cosp(o_parasol_crefl,parasolcrefl,nvertp) 156 157
Note: See TracChangeset
for help on using the changeset viewer.