Ignore:
Timestamp:
Jul 5, 2021, 2:44:34 PM (3 years ago)
Author:
aslmd
Message:

Generic GCM:

Large update of the chemical modules

  • Read chemical network from input files
  • Init chemistry with ModernTrac?
  • Photolysis online calculation

YJ

File:
1 edited

Legend:

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

    r2520 r2542  
    422422     write(*,*) "photochem = ",photochem
    423423
     424     write(*,*) "Use photolysis heat table ?"
     425     photoheat=.false.         ! default value
     426     call getin_p("photoheat",photoheat)
     427     write(*,*) "photoheat = ",photoheat
     428
     429     write(*,*) "Use photolysis online calculation ?"
     430     jonline=.false.         ! default value
     431     call getin_p("jonline",jonline)
     432     write(*,*) "jonline = ",jonline
     433
     434     write(*,*) "Use deposition ?"
     435     depos=.false.         ! default value
     436     call getin_p("depos",depos)
     437     write(*,*) "depos = ",depos
     438
    424439     write(*,*)"Production of haze ?"
    425440     haze=.false. ! default value
Note: See TracChangeset for help on using the changeset viewer.