Ignore:
Timestamp:
Jul 23, 2024, 7:14:34 PM (8 weeks ago)
Author:
abarral
Message:

Replace 1DUTILS.h by module lmdz_1dutils.f90
Replace 1DConv.h by module lmdz_old_1dconv.f90 (it's only used by old_* files)
Convert *.F to *.f90
Fix gradsdef.h formatting
Remove unnecessary "RETURN" at the end of functions/subroutines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/vlsplt.F90

    r5103 r5105  
    102102  enddo
    103103
    104   RETURN
     104
    105105END SUBROUTINE vlsplt
    106106RECURSIVE SUBROUTINE vlx(q,pente_max,masse,u_m,iq)
     
    419419  enddo
    420420
    421   RETURN
     421
    422422END SUBROUTINE vlx
    423423RECURSIVE SUBROUTINE vly(q,pente_max,masse,masse_adv_v,iq)
     
    746746  ! !write(*,*) 'vly 853: sortie'
    747747
    748   RETURN
     748
    749749END SUBROUTINE vly
    750750RECURSIVE SUBROUTINE vlz(q,pente_max,masse,w,iq)
     
    889889  enddo
    890890
    891   RETURN
     891
    892892END SUBROUTINE vlz
    893893
     
    901901  real :: zq(ip1jmp1,llm)
    902902  real :: zzq(iip1,jjp1,llm)
    903   return
     903
    904904END SUBROUTINE  minmaxq
    905905
Note: See TracChangeset for help on using the changeset viewer.