Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (2 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/gr_int_dyn.f90

    r5113 r5116  
    1212
    1313  INTEGER :: iim
    14   integer :: ip1, jp1
     14  INTEGER :: ip1, jp1
    1515  REAL :: champin(iim, jp1)
    1616  REAL :: champdyn(iim+1, jp1)
    1717
    1818  INTEGER :: i, j
    19   real :: polenord, polesud
     19  REAL :: polenord, polesud
    2020
    2121  !-----------------------------------------------------------------------
     
    3434  do j = 1, jp1
    3535    do i = 1, iim
    36       if (j == 1) then
     36      if (j == 1) THEN
    3737        champdyn(i, j) = polenord
    38       else if (j == jp1) then
     38      else if (j == jp1) THEN
    3939        champdyn(i, j) = polesud
    4040      else
Note: See TracChangeset for help on using the changeset viewer.