- Timestamp:
- Mar 15, 2019 4:40:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_salsa+phstat/chem_gasphase_mod.f90
r3799 r3800 114 114 ! 115 115 ! File : chem_gasphase_mod_Parameters.f90 116 ! Time : Fri Mar 15 1 6:28:262019116 ! Time : Fri Mar 15 17:37:43 2019 117 117 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 118 118 ! Equation file : chem_gasphase_mod.kpp … … 190 190 ! 191 191 ! File : chem_gasphase_mod_Global.f90 192 ! Time : Fri Mar 15 1 6:28:262019192 ! Time : Fri Mar 15 17:37:43 2019 193 193 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 194 194 ! Equation file : chem_gasphase_mod.kpp … … 264 264 ! 265 265 ! File : chem_gasphase_mod_JacobianSP.f90 266 ! Time : Fri Mar 15 1 6:28:262019266 ! Time : Fri Mar 15 17:37:43 2019 267 267 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 268 268 ! Equation file : chem_gasphase_mod.kpp … … 308 308 ! 309 309 ! File : chem_gasphase_mod_Monitor.f90 310 ! Time : Fri Mar 15 1 6:28:262019310 ! Time : Fri Mar 15 17:37:43 2019 311 311 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 312 312 ! Equation file : chem_gasphase_mod.kpp … … 368 368 ! 369 369 ! File : chem_gasphase_mod_Initialize.f90 370 ! Time : Fri Mar 15 1 6:28:262019370 ! Time : Fri Mar 15 17:37:43 2019 371 371 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 372 372 ! Equation file : chem_gasphase_mod.kpp … … 394 394 ! 395 395 ! File : chem_gasphase_mod_Integrator.f90 396 ! Time : Fri Mar 15 1 6:28:262019396 ! Time : Fri Mar 15 17:37:43 2019 397 397 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 398 398 ! Equation file : chem_gasphase_mod.kpp … … 452 452 ! 453 453 ! File : chem_gasphase_mod_LinearAlgebra.f90 454 ! Time : Fri Mar 15 1 6:28:262019454 ! Time : Fri Mar 15 17:37:43 2019 455 455 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 456 456 ! Equation file : chem_gasphase_mod.kpp … … 479 479 ! 480 480 ! File : chem_gasphase_mod_Jacobian.f90 481 ! Time : Fri Mar 15 1 6:28:262019481 ! Time : Fri Mar 15 17:37:43 2019 482 482 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 483 483 ! Equation file : chem_gasphase_mod.kpp … … 506 506 ! 507 507 ! File : chem_gasphase_mod_Function.f90 508 ! Time : Fri Mar 15 1 6:28:262019508 ! Time : Fri Mar 15 17:37:43 2019 509 509 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 510 510 ! Equation file : chem_gasphase_mod.kpp … … 535 535 ! 536 536 ! File : chem_gasphase_mod_Rates.f90 537 ! Time : Fri Mar 15 1 6:28:262019537 ! Time : Fri Mar 15 17:37:43 2019 538 538 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 539 539 ! Equation file : chem_gasphase_mod.kpp … … 561 561 ! 562 562 ! File : chem_gasphase_mod_Util.f90 563 ! Time : Fri Mar 15 1 6:28:262019563 ! Time : Fri Mar 15 17:37:43 2019 564 564 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 565 565 ! Equation file : chem_gasphase_mod.kpp … … 696 696 ! 697 697 ! Following line is just to avoid compiler message about unused variables 698 IF ( lu_crow(1) == 1 .OR. lu_icol(1) == 1 .OR. lu_irow(1) == 1 ) CONTINUE698 IF ( lu_crow(1) == 1 .OR. lu_icol(1) == 1 .OR. lu_irow(1) == 1 ) CONTINUE 699 699 ! 700 700 … … 784 784 785 785 ! Following line is just to avoid compiler message about unused variables 786 IF ( f(nfix) > 0.0_dp ) CONTINUE786 IF ( f(nfix) > 0.0_dp ) CONTINUE 787 787 ! 788 788 ! Computation of equation rates … … 829 829 ! 830 830 ! Following line is just to avoid compiler message about unused variables 831 IF ( f(nfix) > 0.0_dp ) CONTINUE831 IF ( f(nfix) > 0.0_dp ) CONTINUE 832 832 833 833 ! B(1) = dA(1)/dV(3) … … 971 971 ! 972 972 ! Following line is just to avoid compiler message about unused variables 973 IF ( incx == 0 ) CONTINUE973 IF ( incx == 0 ) CONTINUE 974 974 975 975 IF (alpha .eq. one)RETURN … … 1037 1037 ! 1038 1038 ! Following line is just to avoid compiler message about unused variables 1039 IF ( incx == 0 .OR. incy == 0 ) CONTINUE1039 IF ( incx == 0 .OR. incy == 0 ) CONTINUE 1040 1040 IF (alpha .eq. zero)RETURN 1041 1041 IF (n .le. 0)RETURN … … 1772 1772 ! 1773 1773 ! Following line is just to avoid compiler message about unused variables 1774 IF ( pivot(1) == 0 ) CONTINUE1774 IF ( pivot(1) == 0 ) CONTINUE 1775 1775 1776 1776 #ifdef full_algebra
Note: See TracChangeset
for help on using the changeset viewer.