Ignore:
Timestamp:
Jul 20, 2024, 12:00:23 PM (4 months ago)
Author:
abarral
Message:

remove fixed-form \s+& remaining in .f90,.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/lmdz_thermcell_alim.F90

    r4590 r5087  
    4545            if (ztv(ig,l)> ztv(ig,l+1) .and. ztv(ig,1)>=ztv(ig,l) ) then
    4646               alim_star(ig,l)=MAX((ztv(ig,l)-ztv(ig,l+1)),0.)  &
    47      &                       *sqrt(zlev(ig,l+1))
     47                         *sqrt(zlev(ig,l+1))
    4848               lalim(ig)=l+1
    4949               alim_star_tot(ig)=alim_star_tot(ig)+alim_star(ig,l)
Note: See TracChangeset for help on using the changeset viewer.