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/phydev/phys_state_var_mod.F90

    r5101 r5116  
    1919!  use dimphy, ONLY: klon
    2020
    21 !  if (.not.allocated(rlat)) then
     21!  if (.not.allocated(rlat)) THEN
    2222!    ALLOCATE(rlat(klon),rlon(klon))
    2323!  else
    24 !    write(*,*) "phys_state_var_init: warning, rlat already allocated"
     24!    WRITE(*,*) "phys_state_var_init: warning, rlat already allocated"
    2525!  endif
    2626 
Note: See TracChangeset for help on using the changeset viewer.