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/tools/make_sso/make_sso_SpherePack.f90

    r5075 r5087  
    321321!===============================================================================
    322322    WRITE(*,*)'>> Smoothing large and sub-cell scales fields at '//            &
    323              &TRIM(real2str(ffactor*D2/d2r))//' degrees...'
     323              TRIM(real2str(ffactor*D2/d2r))//' degrees...'
    324324    CALL spatial_filter_m(dH       ,ffactor*D2,del2)
    325325    CALL spatial_filter_1(hs(:,:,2),ffactor*D2,del2)
     
    897897  IF(ierr==0) RETURN
    898898  WRITE(*,*)'In routine "'//TRIM(sub)//'": error in the specification of argume&
    899       &nt nr. '//TRIM(int2str(ierr))
     899       nt nr. '//TRIM(int2str(ierr))
    900900  STOP
    901901END SUBROUTINE error
Note: See TracChangeset for help on using the changeset viewer.