Ignore:
Timestamp:
Oct 19, 2017, 11:26:24 PM (7 years ago)
Author:
bclmd
Message:

Adding photochemistry to LMDZ Generic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90

    r1715 r1801  
    366366     write(*,*) "ok_slab_heat_transp = ",ok_slab_heat_transp
    367367
     368! Photochemistry and chemistry in the thermosphere
     369
     370     write(*,*) "Use photochemistry ?"
     371     photochem=.false.         ! default value
     372     call getin_p("photochem",photochem)
     373     write(*,*) "photochem = ",photochem
     374
     375     write(*,*)"Production of haze ?"
     376     haze=.false. ! default value
     377     call getin_p("haze",haze)
     378     write(*,*)" haze = ",haze
    368379
    369380
     
    763774  ! allocate "comsoil_h" arrays
    764775  call ini_comsoil_h(ngrid)
    765      
     776   
    766777  END SUBROUTINE inifis
    767778
Note: See TracChangeset for help on using the changeset viewer.