Changeset 3413 for LMDZ6/branches/DYNAMICO-conv/libf/phylmd/cosp
- Timestamp:
- Nov 12, 2018, 1:52:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv/libf/phylmd/cosp/phys_cosp.F90
r3411 r3413 330 330 !$OMP END MASTER 331 331 !$OMP BARRIER 332 debut_cosp=.false.333 332 endif ! debut_cosp 334 333 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 341 340 ! call cosp(overlap,Ncolumns,cfg,vgrid,gbx,sgx,sgradar,sglidar,isccp,misr,modis,rttov,stradar,stlidar) 342 341 !#else 343 342 if (.NOT. debut_cosp) call cosp(overlap,Ncolumns,cfg,vgrid,gbx,sgx,sgradar,sglidar,isccp,misr,modis,stradar,stlidar) 344 343 !#endif 345 344 !! … … 350 349 351 350 ! print *, 'Calling write output' 352 351 if (.NOT. debut_cosp) call cosp_output_write(Nlevlmdz, Npoints, Ncolumns, itap, dtime, freq_COSP, missing_val, & 353 352 cfg, gbx, vgrid, sglidar, sgradar, stlidar, stradar, & 354 353 isccp, misr, modis) … … 376 375 ! call system_clock(t1,count_rate,count_max) 377 376 ! print *,(t1-t0)*1.0/count_rate 377 if (debut_cosp) then 378 debut_cosp=.false. 379 endif 378 380 379 381 CONTAINS
Note: See TracChangeset
for help on using the changeset viewer.