- Timestamp:
- Mar 28, 2019 3:04:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_salsagas/chem_gasphase_mod.f90
r3820 r3833 60 60 !SAVE ! note: occurs again in automatically generated code ... 61 61 62 ! PUBLIC :: IERR_NAMES 63 64 ! PUBLIC :: SPC_NAMES,EQN_NAMES,EQN_TAGS,REQ_HET,REQ_AEROSOL,REQ_PHOTRAT & 65 ! ,REQ_MCFCT,IP_MAX,jname 66 62 ! Public variables 63 PUBLIC :: atol 67 64 PUBLIC :: cs_mech 68 PUBLIC :: eqn_names, phot_names, spc_names 65 PUBLIC :: eqn_names 66 PUBLIC :: fakt 69 67 PUBLIC :: nmaxfixsteps 70 PUBLIC :: atol, rtol 71 PUBLIC :: nspec, nreact 68 PUBLIC :: nphot 69 PUBLIC :: nreact 70 PUBLIC :: nspec 71 PUBLIC :: nvar 72 PUBLIC :: qvap 73 PUBLIC :: phot 74 PUBLIC :: phot_names 75 PUBLIC :: rconst 76 PUBLIC :: rtol 77 PUBLIC :: spc_names 72 78 PUBLIC :: temp 73 PUBLIC :: qvap 74 PUBLIC :: fakt 75 PUBLIC :: phot 76 PUBLIC :: rconst 77 PUBLIC :: nvar 78 PUBLIC :: nphot 79 PUBLIC :: vl_dim ! PUBLIC to ebable other MODULEs to distiguish between scalar and vec 80 81 PUBLIC :: initialize, integrate, update_rconst 79 PUBLIC :: vl_dim !< PUBLIC to enable other MODULEs to distiguish between scalar and vec 80 81 ! Public routines 82 82 PUBLIC :: chem_gasphase_integrate 83 PUBLIC :: get_mechanism_name 84 PUBLIC :: initialize 83 85 PUBLIC :: initialize_kpp_ctrl 84 PUBLIC :: get_mechanism_name 86 PUBLIC :: integrate 87 PUBLIC :: update_rconst 85 88 86 89 ! END OF MODULE HEADER TEMPLATE … … 114 117 ! 115 118 ! File : chem_gasphase_mod_Parameters.f90 116 ! Time : Wed Mar 27 09:51:36 2019119 ! Time : Thu Mar 28 15:59:26 2019 117 120 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 118 121 ! Equation file : chem_gasphase_mod.kpp … … 192 195 ! 193 196 ! File : chem_gasphase_mod_Global.f90 194 ! Time : Wed Mar 27 09:51:36 2019197 ! Time : Thu Mar 28 15:59:26 2019 195 198 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 196 199 ! Equation file : chem_gasphase_mod.kpp … … 259 262 ! 260 263 ! File : chem_gasphase_mod_JacobianSP.f90 261 ! Time : Wed Mar 27 09:51:36 2019264 ! Time : Thu Mar 28 15:59:26 2019 262 265 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 263 266 ! Equation file : chem_gasphase_mod.kpp … … 303 306 ! 304 307 ! File : chem_gasphase_mod_Monitor.f90 305 ! Time : Wed Mar 27 09:51:36 2019308 ! Time : Thu Mar 28 15:59:26 2019 306 309 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 307 310 ! Equation file : chem_gasphase_mod.kpp … … 367 370 ! 368 371 ! File : chem_gasphase_mod_Initialize.f90 369 ! Time : Wed Mar 27 09:51:36 2019372 ! Time : Thu Mar 28 15:59:26 2019 370 373 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 371 374 ! Equation file : chem_gasphase_mod.kpp … … 393 396 ! 394 397 ! File : chem_gasphase_mod_Integrator.f90 395 ! Time : Wed Mar 27 09:51:36 2019398 ! Time : Thu Mar 28 15:59:26 2019 396 399 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 397 400 ! Equation file : chem_gasphase_mod.kpp … … 451 454 ! 452 455 ! File : chem_gasphase_mod_LinearAlgebra.f90 453 ! Time : Wed Mar 27 09:51:36 2019456 ! Time : Thu Mar 28 15:59:26 2019 454 457 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 455 458 ! Equation file : chem_gasphase_mod.kpp … … 478 481 ! 479 482 ! File : chem_gasphase_mod_Jacobian.f90 480 ! Time : Wed Mar 27 09:51:36 2019483 ! Time : Thu Mar 28 15:59:26 2019 481 484 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 482 485 ! Equation file : chem_gasphase_mod.kpp … … 505 508 ! 506 509 ! File : chem_gasphase_mod_Function.f90 507 ! Time : Wed Mar 27 09:51:36 2019510 ! Time : Thu Mar 28 15:59:26 2019 508 511 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 509 512 ! Equation file : chem_gasphase_mod.kpp … … 534 537 ! 535 538 ! File : chem_gasphase_mod_Rates.f90 536 ! Time : Wed Mar 27 09:51:36 2019539 ! Time : Thu Mar 28 15:59:26 2019 537 540 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 538 541 ! Equation file : chem_gasphase_mod.kpp … … 560 563 ! 561 564 ! File : chem_gasphase_mod_Util.f90 562 ! Time : Wed Mar 27 09:51:36 2019565 ! Time : Thu Mar 28 15:59:26 2019 563 566 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190327/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 564 567 ! Equation file : chem_gasphase_mod.kpp … … 594 597 INTEGER, PARAMETER, PUBLIC :: nkppctrl = 20 595 598 ! 596 INTEGER, DIMENSION(nkppctrl), PUBLIC :: icntrl = 0 599 ! steering PARAMETERs for chemistry solver (see kpp domumentation) 600 INTEGER, DIMENSION(nkppctrl), PUBLIC :: icntrl = 0 597 601 REAL(dp), DIMENSION(nkppctrl), PUBLIC :: rcntrl = 0.0_dp 602 ! t_steps: fixed time steps in vector mode 598 603 REAL(dp), DIMENSION(nmaxfixsteps), PUBLIC :: t_steps = 0.0_dp 599 604
Note: See TracChangeset
for help on using the changeset viewer.