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/tabcontrol.F90

    r3875 r4069  
    77INTEGER,SAVE :: radpas ! rate of computation of radiative transfert, in physics steps
    88!$OMP THREADPRIVATE(radpas)
     9
     10REAL,SAVE :: dtimerad ! radiative time step (s) , set by physiq
     11!$OMP THREADPRIVATE(dtimerad)     
    912
    1013INTEGER,SAVE :: chimpas ! rate of computation of chemistry, in physics steps
Note: See TracChangeset for help on using the changeset viewer.