Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (2 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phydev/phys_state_var_mod.F90

    r5116 r5117  
    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
    2424!    WRITE(*,*) "phys_state_var_init: warning, rlat already allocated"
    25 endif
     25ENDIF
    2626 
    2727  END SUBROUTINE phys_state_var_init
Note: See TracChangeset for help on using the changeset viewer.