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/dyn3dmem/diverg_p.f90

    r5105 r5116  
    4444  ije=ij_end
    4545  if (pole_nord) ijb=ij_begin+iip1
    46   if(pole_sud)  ije=ij_end-iip1
     46  IF(pole_sud)  ije=ij_end-iip1
    4747
    4848!$OMP DO SCHEDULE(STATIC,OMP_CHUNK)
     
    6565  ! ....  calcul  aux poles  .....
    6666  !
    67     if (pole_nord) then
     67    if (pole_nord) THEN
    6868      DO  ij  = 1,iim
    6969       aiy1(ij) =    cuvsurcv(    ij       ) * y(     ij     , l )
     
    7676    endif
    7777
    78    if (pole_sud) then
     78   if (pole_sud) THEN
    7979      DO  ij  = 1,iim
    8080       aiy2(ij) =    cuvsurcv( ij+ ip1jmi1 ) * y( ij+ ip1jmi1, l )
Note: See TracChangeset for help on using the changeset viewer.