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

    r3884 r4069  
     1      module lwi_mod
     2     
     3      implicit none
     4     
     5      contains
     6     
    17      subroutine lwi(nl,netrad,deltapsi,deltap,temp,coolrate)
    28
    3       use dimphy
    49      use cpdet_phy_mod, only: cpdet
    5       use YOMCST_mod
     10      use tabcontrol_mod, only: dtimerad
     11      use YOMCST_mod, only: RG
     12
    613      implicit none
    714
    8 
    9 c#include "YOMCST.h"
    10 #include "timerad.h"
    11      
    1215CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
    1316C
     
    184187c-------------------------------------------------------------------------
    185188
    186       RETURN
    187       END
     189      end subroutine lwi
     190     
     191      end module lwi_mod
Note: See TracChangeset for help on using the changeset viewer.