Changeset 3435 for LMDZ6/trunk/libf/phylmd/cosp
- Timestamp:
- Jan 22, 2019, 4:21:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cosp/phys_cosp.F90
r3403 r3435 354 354 !$OMP END MASTER 355 355 !$OMP BARRIER 356 debut_cosp=.false.357 356 endif ! debut_cosp 358 357 ! else … … 366 365 ! call cosp(overlap,Ncolumns,cfg,vgrid,gbx,sgx,sgradar,sglidar,isccp,misr,modis,rttov,stradar,stlidar) 367 366 !#else 368 367 if (.NOT. debut_cosp) call cosp(overlap,Ncolumns,cfg,vgrid,gbx,sgx,sgradar,sglidar,isccp,misr,modis,stradar,stlidar) 369 368 !#endif 370 369 !! … … 374 373 375 374 ! print *, 'Calling write output' 376 375 if (.NOT. debut_cosp) call cosp_output_write(Nlevlmdz, Npoints, Ncolumns, itap, dtime, freq_COSP, missing_val, & 377 376 cfg, gbx, vgrid, sglidar, sgradar, stlidar, stradar, & 378 377 isccp, misr, modis) … … 400 399 ! call system_clock(t1,count_rate,count_max) 401 400 ! print *,(t1-t0)*1.0/count_rate 401 if (debut_cosp) then 402 debut_cosp=.false. 403 endif 402 404 403 405 CONTAINS
Note: See TracChangeset
for help on using the changeset viewer.