Ignore:
Timestamp:
Aug 2, 2024, 2:12:03 PM (3 months ago)
Author:
abarral
Message:

Add missing klon on strataer_emiss_mod.F90
Correct various missing explicit declarations
Replace tabs by spaces (tabs are not part of the fortran charset)
Continue cleaning modules
Removed unused arguments and variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/ecrad_ifs_driver.F90

    r4773 r5158  
    369369  tstart = omp_get_wtime()
    370370#endif
    371   do jrepeat = 1,driver_config%nrepeat
     371  DO jrepeat = 1,driver_config%nrepeat
    372372
    373373!    if (driver_config%do_parallel) then
     
    379379
    380380      !$OMP PARALLEL DO PRIVATE(istartcol, iendcol) SCHEDULE(RUNTIME)
    381       do jblock = 1, nblock
     381      DO jblock = 1, nblock
    382382        ! Specify the range of columns to process.
    383383        istartcol = (jblock-1) * driver_config%nblocksize &
Note: See TracChangeset for help on using the changeset viewer.