Ignore:
Timestamp:
Feb 12, 2026, 5:28:54 PM (5 weeks ago)
Author:
emillour
Message:

Venus PCM:
Code cleanup: Turn radlwsw.F, lw_venus_ve.F and lwi.F into modules
and remove timerad.h, including its variable "dtimerad" in
module tabcontrol_mod, alongside "radpas".
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/radlwsw.F

    r3884 r4069  
    1 !
    2 ! $Header: /home/cvsroot/LMDZ4/libf/phylmd/radlwsw.F,v 1.2 2004/10/27 10:14:46 lmdzadmin Exp $
    3 !
     1      MODULE radlwsw_mod
     2     
     3      IMPLICIT NONE
     4     
     5      CONTAINS
     6     
    47      SUBROUTINE radlwsw(dist, rmu0, fract, zzlev,
    58     .                  paprs, pplay,tsol, t)
     
    3437      use write_field_phy
    3538      use radinc_h, only: ini_radinc_h
    36       use clesphys_mod
    37       use YOMCST_mod
     39      use clesphys_mod, only: cycle_diurne, callnlte,
     40     &                        nbapp_rad, solarchoice
     41      use YOMCST_mod, only: RPI
     42      use LW_venus_ve_mod, only: LW_venus_ve
    3843
    3944#ifdef CPP_XIOS     
     
    4247
    4348      IMPLICIT none
    44 !      include "YOMCST.h"
    45 !      include "clesphys.h"
    4649      include "comcstVE.h"
    4750      include "nlteparams.h"
     
    749752      firstcall = .false.
    750753
    751       END
     754      END SUBROUTINE radlwsw
     755
     756      END MODULE radlwsw_mod
Note: See TracChangeset for help on using the changeset viewer.