Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 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/phy_common/lmdz_phys_omp_data.F90

    r5112 r5116  
    8888!$OMP BARRIER
    8989
    90    if ((is_north_pole_dyn) .AND. (omp_rank == 0 )) then
     90   if ((is_north_pole_dyn) .AND. (omp_rank == 0 )) THEN
    9191      is_north_pole_phy = .TRUE.
    9292    else
    9393      is_north_pole_phy = .FALSE.
    9494    endif
    95     if ((is_south_pole_dyn) .AND. (omp_rank == omp_size-1)) then
     95    if ((is_south_pole_dyn) .AND. (omp_rank == omp_size-1)) THEN
    9696      is_south_pole_phy = .TRUE.
    9797    else
Note: See TracChangeset for help on using the changeset viewer.