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/phylmd/nuage.F90

    r5103 r5105  
    256256  END DO
    257257
    258   RETURN
     258
    259259END SUBROUTINE nuage
    260260SUBROUTINE diagcld1(paprs, pplay, rain, snow, kbot, ktop, diafra, dialiq)
     
    338338  END DO
    339339
    340   RETURN
     340
    341341END SUBROUTINE diagcld1
    342342SUBROUTINE diagcld2(paprs, pplay, t, q, diafra, dialiq)
     
    428428  END DO
    429429
    430   RETURN
     430
    431431END SUBROUTINE diagcld2
Note: See TracChangeset for help on using the changeset viewer.