Ignore:
Timestamp:
Mar 2, 2012, 9:53:27 AM (13 years ago)
Author:
emillour
Message:

Mars GCM:

bug fix in "aeronomars/moldiff_red.F90" (wrong mmol array size in included

subroutine) + adapted extreme limit test for H to altitudes of ~4000km
(compatble with 50 layer model).

bug fix in "nirco2abs.F" index of "co2" and "o" tracers were hard coded as

1 and 3!

updates from FGG of euvheat.F, callkeys.h and inifis.F to have the

"euveff" parameter read from callphys.def

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/inifis.F

    r551 r552  
    249249     $              "1-> new correction",
    250250     $              "(matters only if callnirco2=T)"
    251          nircorr=0
     251         nircorr=1      !default value
    252252         call getin("nircorr",nircorr)
    253253         write(*,*) " nircorr = ",nircorr
     
    594594         write(*,*) " solarcondate = ",solarcondate
    595595         
     596         write(*,*) "UV heating efficiency:",
     597     &   "measured values between 0.19 and 0.23 (Fox et al. 1996)",
     598     &   "lower values may be used to compensate low 15 um cooling"
     599         euveff=0.21 !default value
     600         call getin("euveff",euveff)
     601         write(*,*) " euveff = ", euveff
    596602
    597603         if (.not.callthermos) then
Note: See TracChangeset for help on using the changeset viewer.