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/orbite.F90

    r2359 r5105  
    4343
    4444  dist = (1-r_ecc*r_ecc)/(1+r_ecc*cos(pir*(longi-(r_peri+180.0))))
    45   RETURN
     45
    4646END SUBROUTINE orbite
    4747! ======================================================================
     
    9999  END DO
    100100
    101   RETURN
     101
    102102END SUBROUTINE angle
    103103! ====================================================================
     
    291291  END DO
    292292
    293   RETURN
     293
    294294END SUBROUTINE zenith
Note: See TracChangeset for help on using the changeset viewer.