Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (2 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/divergf_loc.f90

    r5116 r5117  
    4545  ijb=ij_begin
    4646  ije=ij_end
    47   if (pole_nord) ijb=ij_begin+iip1
     47  IF (pole_nord) ijb=ij_begin+iip1
    4848  IF(pole_sud)  ije=ij_end-iip1
    4949
     
    6868  ! ....  calcul  aux poles  .....
    6969  !
    70     if (pole_nord) THEN
     70    IF (pole_nord) THEN
    7171      DO  ij  = 1,iim
    7272       aiy1(ij) =    cuvsurcv(    ij       ) * y(     ij     , l )
     
    8181    endif
    8282
    83     if (pole_sud) THEN
     83    IF (pole_sud) THEN
    8484      DO  ij  = 1,iim
    8585       aiy2(ij) =    cuvsurcv( ij+ ip1jmi1 ) * y( ij+ ip1jmi1, l )
     
    9999    jjb=jj_begin
    100100    jje=jj_end
    101     if (pole_sud) jje=jj_end-1
     101    IF (pole_sud) jje=jj_end-1
    102102
    103103    CALL filtreg_p( div,jjb_u,jje_u,jjb,jje, jjp1, &
Note: See TracChangeset for help on using the changeset viewer.