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/lwxd.F

    r3726 r3757  
     1      module lwxd_mod
     2     
     3      implicit none
     4     
     5      contains
     6     
    17      subroutine lwxd (ig0,kdlon,kflev,emis
    28     .                ,aer_t,co2_u,co2_up)
     
    3541      use yomlw_h, only: nlaylte, xi, xi_emis
    3642      use callkeys_mod, only: callemis
     43      use lwtt_mod, only: lwtt
    3744      implicit none
    3845
     
    247254
    248255c----------------------------------------------------------------------
    249       end
     256      end subroutine lwxd
     257     
     258      end module lwxd_mod
Note: See TracChangeset for help on using the changeset viewer.