Ignore:
Timestamp:
Oct 21, 2011, 11:31:28 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE : Preparatory commit for the ultimate option mars=42 which

would allow mesoscale modeling with photochemistry.

[see r76 method to add 'mars' options]
Modified module_lmd_driver.F and Registry.EM and runmeso
Modified readmeteo.F90 and introduced an option -DPHOTOCHEM
...
Transparent to the casual user
Option mars=42 not yet finished though -- so do not use!

Location:
trunk/LMDZ.MARS/libf/phymars
Files:
2 edited

Legend:

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

    r283 r324  
    342342          count=count+1
    343343        endif
     344        if (noms(iq).eq."ch4") then
     345          igcm_ch4=iq
     346          mmol(igcm_ch4)=16.
     347          count=count+1
     348        endif
    344349        if (noms(iq).eq."ar") then
    345350          igcm_ar=iq
     
    347352          count=count+1
    348353        endif
    349         if (noms(iq).eq."n") then
     354        if (noms(iq).eq."n") then
    350355          igcm_n=iq
    351356          mmol(igcm_n)=14.
     
    402407          count=count+1
    403408        endif
    404         if (noms(iq).eq."n2plus") then
     409        if (noms(iq).eq."n2plus") then
    405410          igcm_n2plus=iq
    406411          mmol(igcm_n2plus)=28.
     
    433438          count=count+1
    434439        endif
    435        
     440
    436441
    437442      enddo ! of do iq=1,nqmx
  • trunk/LMDZ.MARS/libf/phymars/tracer.h

    r171 r324  
    5050      integer :: igcm_no2
    5151      integer :: igcm_n2d
     52      integer :: igcm_ch4
    5253      ! Ions
    5354      integer :: igcm_co2plus
     
    7475     & igcm_o2,igcm_o3,igcm_h,igcm_h2,igcm_oh,igcm_ho2,igcm_h2o2,       &
    7576     & igcm_n2,igcm_ar,igcm_n,igcm_no,igcm_no2,igcm_n2d,                &
     77     & igcm_ch4,                                                        &
    7678     & igcm_co2plus,igcm_oplus,igcm_o2plus,igcm_coplus,igcm_cplus,      &
    7779     & igcm_nplus,igcm_noplus,igcm_n2plus,igcm_hplus,igcm_elec,         &
Note: See TracChangeset for help on using the changeset viewer.