- 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_salsagas/chem_gasphase_mod.f90
r3799 r3800 114 114 ! 115 115 ! File : chem_gasphase_mod_Parameters.f90 116 ! Time : Fri Mar 15 1 6:28:252019116 ! Time : Fri Mar 15 17:37:42 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 … … 192 192 ! 193 193 ! File : chem_gasphase_mod_Global.f90 194 ! Time : Fri Mar 15 1 6:28:252019194 ! Time : Fri Mar 15 17:37:42 2019 195 195 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 196 196 ! Equation file : chem_gasphase_mod.kpp … … 259 259 ! 260 260 ! File : chem_gasphase_mod_JacobianSP.f90 261 ! Time : Fri Mar 15 1 6:28:252019261 ! Time : Fri Mar 15 17:37:42 2019 262 262 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 263 263 ! Equation file : chem_gasphase_mod.kpp … … 303 303 ! 304 304 ! File : chem_gasphase_mod_Monitor.f90 305 ! Time : Fri Mar 15 1 6:28:252019305 ! Time : Fri Mar 15 17:37:42 2019 306 306 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 307 307 ! Equation file : chem_gasphase_mod.kpp … … 367 367 ! 368 368 ! File : chem_gasphase_mod_Initialize.f90 369 ! Time : Fri Mar 15 1 6:28:252019369 ! Time : Fri Mar 15 17:37:42 2019 370 370 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 371 371 ! Equation file : chem_gasphase_mod.kpp … … 393 393 ! 394 394 ! File : chem_gasphase_mod_Integrator.f90 395 ! Time : Fri Mar 15 1 6:28:252019395 ! Time : Fri Mar 15 17:37:42 2019 396 396 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 397 397 ! Equation file : chem_gasphase_mod.kpp … … 451 451 ! 452 452 ! File : chem_gasphase_mod_LinearAlgebra.f90 453 ! Time : Fri Mar 15 1 6:28:252019453 ! Time : Fri Mar 15 17:37:42 2019 454 454 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 455 455 ! Equation file : chem_gasphase_mod.kpp … … 478 478 ! 479 479 ! File : chem_gasphase_mod_Jacobian.f90 480 ! Time : Fri Mar 15 1 6:28:252019480 ! Time : Fri Mar 15 17:37:42 2019 481 481 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 482 482 ! Equation file : chem_gasphase_mod.kpp … … 505 505 ! 506 506 ! File : chem_gasphase_mod_Function.f90 507 ! Time : Fri Mar 15 1 6:28:252019507 ! Time : Fri Mar 15 17:37:42 2019 508 508 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 509 509 ! Equation file : chem_gasphase_mod.kpp … … 534 534 ! 535 535 ! File : chem_gasphase_mod_Rates.f90 536 ! Time : Fri Mar 15 1 6:28:252019536 ! Time : Fri Mar 15 17:37:42 2019 537 537 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 538 538 ! Equation file : chem_gasphase_mod.kpp … … 560 560 ! 561 561 ! File : chem_gasphase_mod_Util.f90 562 ! Time : Fri Mar 15 1 6:28:252019562 ! Time : Fri Mar 15 17:37:42 2019 563 563 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 564 564 ! Equation file : chem_gasphase_mod.kpp … … 695 695 ! 696 696 ! Following line is just to avoid compiler message about unused variables 697 IF ( lu_crow(1) == 1 .OR. lu_icol(1) == 1 .OR. lu_irow(1) == 1 ) CONTINUE697 IF ( lu_crow(1) == 1 .OR. lu_icol(1) == 1 .OR. lu_irow(1) == 1 ) CONTINUE 698 698 ! 699 699 … … 783 783 784 784 ! Following line is just to avoid compiler message about unused variables 785 IF ( f(nfix) > 0.0_dp ) CONTINUE785 IF ( f(nfix) > 0.0_dp ) CONTINUE 786 786 ! 787 787 ! Computation of equation rates … … 828 828 ! 829 829 ! Following line is just to avoid compiler message about unused variables 830 IF ( f(nfix) > 0.0_dp ) CONTINUE830 IF ( f(nfix) > 0.0_dp ) CONTINUE 831 831 832 832 ! B(1) = dA(1)/dV(2) … … 969 969 ! 970 970 ! Following line is just to avoid compiler message about unused variables 971 IF ( incx == 0 ) CONTINUE971 IF ( incx == 0 ) CONTINUE 972 972 973 973 IF (alpha .eq. one)RETURN … … 1035 1035 ! 1036 1036 ! Following line is just to avoid compiler message about unused variables 1037 IF ( incx == 0 .OR. incy == 0 ) CONTINUE1037 IF ( incx == 0 .OR. incy == 0 ) CONTINUE 1038 1038 IF (alpha .eq. zero)RETURN 1039 1039 IF (n .le. 0)RETURN … … 1770 1770 ! 1771 1771 ! Following line is just to avoid compiler message about unused variables 1772 IF ( pivot(1) == 0 ) CONTINUE1772 IF ( pivot(1) == 0 ) CONTINUE 1773 1773 1774 1774 #ifdef full_algebra
Note: See TracChangeset
for help on using the changeset viewer.