Ignore:
Timestamp:
Feb 22, 2021, 4:43:11 PM (4 years ago)
Author:
slebonnois
Message:

SL: major update related to extension to 250 km. New EUV heating as used in Martian GCM, debug of a few routines, adding He, clean up, updating mmean regularly, modification of the order of processes, add the possibility to use Hedin composition in rad transfer

File:
1 edited

Legend:

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

    r1530 r2464  
    11c**********************************************************************
    22
    3       subroutine hrtherm(ig,euvmod,rm,nespeuv,tx,iz,zenit,zday,jtot)
     3      subroutine hrtherm(ig,euvmod,rm,nespeuv,tx,iz,zenit,jtot)
    44
    55
     
    99c**********************************************************************
    1010      use dimphy
    11       use conc
     11      use param_v4_h, only: ninter,nabs,jfotsout,fluxtop,freccen
     12
    1213      implicit none
    1314
     
    1516
    1617
    17 #include "param.h"
    18 #include "param_v4.h"
    1918#include "clesphys.h"
    2019
     
    3837      real       zenit
    3938      real       iz(klev)
    40       real       zday
    4139
    4240      ! tracer indexes for the EUV heating:
     
    9593
    9694      !Calculation of photoabsortion coefficient
    97       if(solvarmod.eq.0) then
    98          call jthermcalc(ig,euvmod,rm,nespeuv,tx,iz,zenit)
    99       else if (solvarmod.eq.1) then
    100          call jthermcalc_e107(ig,euvmod,rm,nespeuv,tx,iz,zenit,zday)
    101          do indexint=1,ninter
    102             fluxtop(indexint)=1.
    103          enddo
    104       endif
     95      call jthermcalc_e107(ig,klev,euvmod,rm,nespeuv,tx,iz,zenit)
    10596
    10697      !Total photoabsorption coefficient    !  erg/(s*cm3)
Note: See TracChangeset for help on using the changeset viewer.