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/dyn3d_common/gr_int_dyn.f90

    r5117 r5158  
    2626  polenord = 0.
    2727  polesud = 0.
    28   do i = 1, iim
     28  DO i = 1, iim
    2929    polenord = polenord + champin (i, 1)
    3030    polesud = polesud + champin (i, jp1)
     
    3232  polenord = polenord / iim
    3333  polesud = polesud / iim
    34   do j = 1, jp1
    35     do i = 1, iim
     34  DO j = 1, jp1
     35    DO i = 1, iim
    3636      IF (j == 1) THEN
    3737        champdyn(i, j) = polenord
Note: See TracChangeset for help on using the changeset viewer.