Changeset 2464 for trunk/LMDZ.VENUS/libf/phyvenus/hrtherm.F
- Timestamp:
- Feb 22, 2021, 4:43:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/hrtherm.F
r1530 r2464 1 1 c********************************************************************** 2 2 3 subroutine hrtherm(ig,euvmod,rm,nespeuv,tx,iz,zenit, zday,jtot)3 subroutine hrtherm(ig,euvmod,rm,nespeuv,tx,iz,zenit,jtot) 4 4 5 5 … … 9 9 c********************************************************************** 10 10 use dimphy 11 use conc 11 use param_v4_h, only: ninter,nabs,jfotsout,fluxtop,freccen 12 12 13 implicit none 13 14 … … 15 16 16 17 17 #include "param.h"18 #include "param_v4.h"19 18 #include "clesphys.h" 20 19 … … 38 37 real zenit 39 38 real iz(klev) 40 real zday41 39 42 40 ! tracer indexes for the EUV heating: … … 95 93 96 94 !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) 105 96 106 97 !Total photoabsorption coefficient ! erg/(s*cm3)
Note: See TracChangeset
for help on using the changeset viewer.