Ignore:
Timestamp:
Sep 20, 2022, 4:09:50 PM (2 years ago)
Author:
lguez
Message:

Bug fix: split too long lines

The Fortran 2003 standard says a line may contain no more than 132
characters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/tracco2i_mod.F90

    r4249 r4260  
    226226
    227227      DO i=1, klon 
    228           fco2_ocean_cor(i)=(var_fco2_ocean_cor*(RMCO2/RMC)*(pctsrf(i,is_oce)+pctsrf(i,is_sic))/ocean_area_tot/(secinday*year_len))*1.e12
     228         fco2_ocean_cor(i)=(var_fco2_ocean_cor*(RMCO2/RMC) &
     229              *(pctsrf(i,is_oce)+pctsrf(i,is_sic))/ocean_area_tot &
     230              /(secinday*year_len))*1.e12
    229231      ENDDO
    230232
Note: See TracChangeset for help on using the changeset viewer.