Changeset 2835 for LMDZ5/trunk
- Timestamp:
- Mar 29, 2017, 1:18:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cosp/phys_cosp.F90
r2822 r2835 192 192 ! Allocate memory for gridbox type 193 193 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 194 print *, 'Allocating memory for gridbox type...' 194 ! AI mars 2017 195 ! print *, 'Allocating memory for gridbox type...' 196 195 197 !! AI 196 198 ! call construct_cosp_gridbox(dble(itap),radar_freq,surface_radar,use_mie_tables,use_gas_abs,do_ray,melt_lay,k2, & … … 215 217 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 216 218 217 print *, 'Populating input structure...'219 ! print *, 'Populating input structure...' 218 220 gbx%longitude = lon 219 221 gbx%latitude = lat … … 299 301 ! Define new vertical grid 300 302 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 301 print *, 'Defining new vertical grid...'303 ! print *, 'Defining new vertical grid...' 302 304 call construct_cosp_vgrid(gbx,Nlr,use_vgrid,csat_vgrid,vgrid) 303 305 … … 305 307 ! Allocate memory for other types 306 308 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 307 print *, 'Allocating memory for other types...'309 ! print *, 'Allocating memory for other types...' 308 310 call construct_cosp_subgrid(Npoints, Ncolumns, Nlevels, sgx) 309 311 call construct_cosp_sgradar(cfg,Npoints,Ncolumns,Nlevels,N_HYDRO,sgradar) … … 333 335 ! Call simulator 334 336 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 335 print *, 'Calling simulator...'337 ! print *, 'Calling simulator...' 336 338 !! AI 337 339 ! call cosp(overlap,Ncolumns,cfg,vgrid,gbx,sgx,sgradar,sglidar,isccp,misr,stradar,stlidar) … … 347 349 !!!!!!!!!!!!!!!!!! Ecreture des sorties Cosp !!!!!!!!!!!!!!r!!!!!!:!!!!! 348 350 349 print *, 'Calling write output'351 ! print *, 'Calling write output' 350 352 call cosp_output_write(Nlevlmdz, Npoints, Ncolumns, itap, dtime, freq_COSP, missing_val, & 351 353 cfg, gbx, vgrid, sglidar, sgradar, stlidar, stradar, & … … 355 357 ! Deallocate memory in derived types 356 358 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 357 print *, 'Deallocating memory...'359 ! print *, 'Deallocating memory...' 358 360 call free_cosp_gridbox(gbx) 359 361 call free_cosp_subgrid(sgx)
Note: See TracChangeset
for help on using the changeset viewer.