- 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+simple/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:44 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 … … 202 202 ! 203 203 ! File : chem_gasphase_mod_Global.f90 204 ! Time : Fri Mar 15 1 6:28:262019204 ! Time : Fri Mar 15 17:37:44 2019 205 205 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 206 206 ! Equation file : chem_gasphase_mod.kpp … … 273 273 ! 274 274 ! File : chem_gasphase_mod_JacobianSP.f90 275 ! Time : Fri Mar 15 1 6:28:262019275 ! Time : Fri Mar 15 17:37:44 2019 276 276 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 277 277 ! Equation file : chem_gasphase_mod.kpp … … 325 325 ! 326 326 ! File : chem_gasphase_mod_Monitor.f90 327 ! Time : Fri Mar 15 1 6:28:262019327 ! Time : Fri Mar 15 17:37:44 2019 328 328 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 329 329 ! Equation file : chem_gasphase_mod.kpp … … 399 399 ! 400 400 ! File : chem_gasphase_mod_Initialize.f90 401 ! Time : Fri Mar 15 1 6:28:262019401 ! Time : Fri Mar 15 17:37:44 2019 402 402 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 403 403 ! Equation file : chem_gasphase_mod.kpp … … 425 425 ! 426 426 ! File : chem_gasphase_mod_Integrator.f90 427 ! Time : Fri Mar 15 1 6:28:262019427 ! Time : Fri Mar 15 17:37:44 2019 428 428 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 429 429 ! Equation file : chem_gasphase_mod.kpp … … 483 483 ! 484 484 ! File : chem_gasphase_mod_LinearAlgebra.f90 485 ! Time : Fri Mar 15 1 6:28:262019485 ! Time : Fri Mar 15 17:37:44 2019 486 486 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 487 487 ! Equation file : chem_gasphase_mod.kpp … … 510 510 ! 511 511 ! File : chem_gasphase_mod_Jacobian.f90 512 ! Time : Fri Mar 15 1 6:28:262019512 ! Time : Fri Mar 15 17:37:44 2019 513 513 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 514 514 ! Equation file : chem_gasphase_mod.kpp … … 537 537 ! 538 538 ! File : chem_gasphase_mod_Function.f90 539 ! Time : Fri Mar 15 1 6:28:262019539 ! Time : Fri Mar 15 17:37:44 2019 540 540 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 541 541 ! Equation file : chem_gasphase_mod.kpp … … 566 566 ! 567 567 ! File : chem_gasphase_mod_Rates.f90 568 ! Time : Fri Mar 15 1 6:28:262019568 ! Time : Fri Mar 15 17:37:44 2019 569 569 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 570 570 ! Equation file : chem_gasphase_mod.kpp … … 592 592 ! 593 593 ! File : chem_gasphase_mod_Util.f90 594 ! Time : Fri Mar 15 1 6:28:262019594 ! Time : Fri Mar 15 17:37:44 2019 595 595 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 596 596 ! Equation file : chem_gasphase_mod.kpp … … 727 727 ! 728 728 ! Following line is just to avoid compiler message about unused variables 729 IF ( lu_crow(1) == 1 .OR. lu_icol(1) == 1 .OR. lu_irow(1) == 1 ) CONTINUE729 IF ( lu_crow(1) == 1 .OR. lu_icol(1) == 1 .OR. lu_irow(1) == 1 ) CONTINUE 730 730 ! 731 731 … … 815 815 816 816 ! Following line is just to avoid compiler message about unused variables 817 IF ( f(nfix) > 0.0_dp ) CONTINUE817 IF ( f(nfix) > 0.0_dp ) CONTINUE 818 818 ! 819 819 ! Computation of equation rates … … 888 888 ! 889 889 ! Following line is just to avoid compiler message about unused variables 890 IF ( f(nfix) > 0.0_dp ) CONTINUE890 IF ( f(nfix) > 0.0_dp ) CONTINUE 891 891 892 892 ! B(1) = dA(1)/dV(10) … … 1129 1129 ! 1130 1130 ! Following line is just to avoid compiler message about unused variables 1131 IF ( incx == 0 ) CONTINUE1131 IF ( incx == 0 ) CONTINUE 1132 1132 1133 1133 IF (alpha .eq. one)RETURN … … 1195 1195 ! 1196 1196 ! Following line is just to avoid compiler message about unused variables 1197 IF ( incx == 0 .OR. incy == 0 ) CONTINUE1197 IF ( incx == 0 .OR. incy == 0 ) CONTINUE 1198 1198 IF (alpha .eq. zero)RETURN 1199 1199 IF (n .le. 0)RETURN … … 1930 1930 ! 1931 1931 ! Following line is just to avoid compiler message about unused variables 1932 IF ( pivot(1) == 0 ) CONTINUE1932 IF ( pivot(1) == 0 ) CONTINUE 1933 1933 1934 1934 #ifdef full_algebra
Note: See TracChangeset
for help on using the changeset viewer.