Ignore:
Timestamp:
May 9, 2025, 9:22:41 AM (4 weeks ago)
Author:
emillour
Message:

Mars PCM:
More code tidying: puting routines in modules and modernizing some old
constructs. Tested to not change results with respect to previous version.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/lwb.F

    r1266 r3757  
     1      module lwb_mod
     2     
     3      implicit none
     4     
     5      contains
     6     
    17      subroutine lwb (kdlon,kflev,tlev,tlay,dt0
    28     .               ,bsurf,btop,blay,blev,dblay,dbsublay)
     
    132138c----------------------------------------------------------------------
    133139
    134       return
    135       end
     140      end subroutine lwb
     141
     142      end module lwb_mod
Note: See TracChangeset for help on using the changeset viewer.