Changeset 3152 for LMDZ6/trunk/libf/phylmd/cosp/cosp_output_write_mod.F90
- Timestamp:
- Jan 16, 2018, 10:30:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cosp/cosp_output_write_mod.F90
r2955 r3152 83 83 endif 84 84 85 !#ifdef CPP_XIOS86 !!$OMP MASTER87 !IF (cosp_varsdefined) THEN88 !if (prt_level >= 10) then89 !WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', &90 !cosp_varsdefined,iinitend91 !endif92 !CALL xios_update_calendar(itau_wcosp)93 !ENDIF94 !!$OMP END MASTER95 !!$OMP BARRIER96 !#endif85 #ifdef CPP_XIOS 86 !$OMP MASTER 87 IF (cosp_varsdefined) THEN 88 if (prt_level >= 10) then 89 WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', & 90 cosp_varsdefined,iinitend 91 endif 92 CALL xios_update_calendar(itau_wcosp) 93 ENDIF 94 !$OMP END MASTER 95 !$OMP BARRIER 96 #endif 97 97 98 98 if (cfg%Llidar_sim) then
Note: See TracChangeset
for help on using the changeset viewer.