Ignore:
Timestamp:
Nov 12, 2018, 1:52:29 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Inclusion of Yann's latest (summer/fall 2018) modifications for
convergence of DYNAMICO/LMDZ physics
YM/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/cosp/phys_cosp.F90

    r3411 r3413  
    330330      !$OMP END MASTER
    331331      !$OMP BARRIER
    332         debut_cosp=.false.
    333332      endif ! debut_cosp
    334333!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
     
    341340!        call cosp(overlap,Ncolumns,cfg,vgrid,gbx,sgx,sgradar,sglidar,isccp,misr,modis,rttov,stradar,stlidar)
    342341!#else
    343        call cosp(overlap,Ncolumns,cfg,vgrid,gbx,sgx,sgradar,sglidar,isccp,misr,modis,stradar,stlidar)
     342     if (.NOT. debut_cosp) call cosp(overlap,Ncolumns,cfg,vgrid,gbx,sgx,sgradar,sglidar,isccp,misr,modis,stradar,stlidar)
    344343!#endif
    345344!!
     
    350349
    351350!       print *, 'Calling write output'
    352        call cosp_output_write(Nlevlmdz, Npoints, Ncolumns, itap, dtime, freq_COSP, missing_val, &
     351     if (.NOT. debut_cosp) call cosp_output_write(Nlevlmdz, Npoints, Ncolumns, itap, dtime, freq_COSP, missing_val, &
    353352                               cfg, gbx, vgrid, sglidar, sgradar, stlidar, stradar, &
    354353                               isccp, misr, modis)
     
    376375!  call system_clock(t1,count_rate,count_max)
    377376!  print *,(t1-t0)*1.0/count_rate
     377    if (debut_cosp) then
     378      debut_cosp=.false.
     379    endif
    378380 
    379381  CONTAINS
Note: See TracChangeset for help on using the changeset viewer.