Ignore:
Timestamp:
Sep 11, 2019, 9:13:17 AM (5 years ago)
Author:
emillour
Message:

Mars GCM:

  • Updated chemical core to include ionospheric chemistry

FGG

File:
1 edited

Legend:

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

    r2149 r2158  
    3131     &                      nuice_ref, rho_ice, rho_dust, ref_r0,
    3232     &                      igcm_he, igcm_stormdust_mass,
    33      &                      igcm_stormdust_number 
     33     &                      igcm_stormdust_number
    3434      use comsoil_h, only: inertiedat, ! soil thermal inertia
    3535     &                     tsoil, nsoilmx ! number of subsurface layers
     
    576576         if(callnlte.and.nltemodel.eq.2) call nlte_setup
    577577         if(callnirco2.and.nircorr.eq.1) call NIR_leedat
    578          if(thermochem) call chemthermos_readini
     578
    579579
    580580        IF (tracer.AND.water.AND.(ngrid.NE.1)) THEN
     
    16141614c        photochemistry :
    16151615c        --------------
    1616          IF (photochem .or. thermochem) then
     1616         IF (photochem) then
    16171617
    16181618!           dust and ice surface area
     
    16651665           endif
    16661666
    1667          END IF  ! of IF (photochem.or.thermochem)
     1667         END IF  ! of IF (photochem)
    16681668#endif
    16691669
     
    23962396           endif ! (dustbin.ne.0)
    23972397
    2398            if (thermochem .or. photochem) then
     2398           if (photochem) then
    23992399              do iq=1,nq
    24002400                 if (noms(iq) .ne. "dust_mass" .and.
     
    24282428     &                           (1000*mmol(iq))
    24292429
    2430 !                   call wstats(ngrid,"rho_"//trim(noms(iq)),
    2431 !    $                     "Number density","cm-3",3,rhopart)
    2432 !                   call writediagfi(ngrid,"rho_"//trim(noms(iq)),
    2433 !    $                     "Number density","cm-3",3,rhopart)
     2430                   call wstats(ngrid,"rho_"//trim(noms(iq)),
     2431     $                   "Number density","cm-3",3,rhopart)
     2432                   call writediagfi(ngrid,"rho_"//trim(noms(iq)),
     2433     $                  "Number density","cm-3",3,rhopart)
    24342434
    24352435!                   vertical column (molecule.cm-2)
     
    24612461                 end if ! of if (noms(iq) .ne. "dust_mass" ...)
    24622462              end do ! of do iq=1,nq
    2463            end if ! of if (thermochem .or. photochem)
     2463           end if ! of if (photochem)
    24642464
    24652465           end if ! of if (tracer)
     
    29392939            call WRITEDIAGFI(ngrid,"qnir","NIR heating","K/s",
    29402940     $           3,zdtnirco2)
     2941
     2942!            call wstats(ngrid,"q15um","15 um cooling","K/s",
     2943!     $           3,zdtnlte)
     2944!            call wstats(ngrid,"quv","UV heating","K/s",
     2945!     $           3,zdteuv)
     2946!            call wstats(ngrid,"cond","Thermal conduction","K/s",
     2947!     $           3,zdtconduc)
     2948!            call wstats(ngrid,"qnir","NIR heating","K/s",
     2949!     $           3,zdtnirco2)
    29412950
    29422951         endif  !(callthermos)
Note: See TracChangeset for help on using the changeset viewer.