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/open_climoz_m.F90

    r5075 r5087  
    6464    IF(daily.AND.ntim/=year_len) THEN
    6565      WRITE(msg,'(a,3(i4,a))')TRIM(sub)//': Expecting a daily ozone file with',&
    66      &year_len,' records (year ',year_cur,') ; found ',ntim,' instead'
     66  year_len,' records (year ',year_cur,') ; found ',ntim,' instead'
    6767      CALL abort_physic(sub, msg, 1)
    6868    ELSE IF(ALL([360,14]/=ntim)) THEN
    6969      WRITE(msg,'(a,i4,a)')TRIM(sub)//': Expecting an ozone file with 14 (mont'&
    70      &//'hly case) or 360 (old style files) records ; found ',ntim,' instead'
     70  //'hly case) or 360 (old style files) records ; found ',ntim,' instead'
    7171      CALL abort_physic(sub, msg, 1)
    7272    ELSE
Note: See TracChangeset for help on using the changeset viewer.