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/dyn3d_common/ugeostr.F90

    r5113 r5116  
    1111  ! levels are pressure levels.
    1212
    13   use comconst_mod, only: omeg, rad
     13  use comconst_mod, ONLY: omeg, rad
    1414 
    1515  IMPLICIT NONE
     
    2929  DO j=1,jjm
    3030
    31      if (abs(sin(rlatv(j)))<1.e-4) then
     31     if (abs(sin(rlatv(j)))<1.e-4) THEN
    3232        zlat=1.e-4
    3333     else
Note: See TracChangeset for help on using the changeset viewer.