- 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_passive/chem_gasphase_mod.f90
r3799 r3800 114 114 ! 115 115 ! File : chem_gasphase_mod_Parameters.f90 116 ! Time : Fri Mar 15 1 6:28:222019116 ! Time : Fri Mar 15 17:37:40 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 … … 189 189 ! 190 190 ! File : chem_gasphase_mod_Global.f90 191 ! Time : Fri Mar 15 1 6:28:222019191 ! Time : Fri Mar 15 17:37:40 2019 192 192 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 193 193 ! Equation file : chem_gasphase_mod.kpp … … 254 254 ! 255 255 ! File : chem_gasphase_mod_JacobianSP.f90 256 ! Time : Fri Mar 15 1 6:28:222019256 ! Time : Fri Mar 15 17:37:40 2019 257 257 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 258 258 ! Equation file : chem_gasphase_mod.kpp … … 298 298 ! 299 299 ! File : chem_gasphase_mod_Monitor.f90 300 ! Time : Fri Mar 15 1 6:28:222019300 ! Time : Fri Mar 15 17:37:40 2019 301 301 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 302 302 ! Equation file : chem_gasphase_mod.kpp … … 358 358 ! 359 359 ! File : chem_gasphase_mod_Initialize.f90 360 ! Time : Fri Mar 15 1 6:28:222019360 ! Time : Fri Mar 15 17:37:40 2019 361 361 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 362 362 ! Equation file : chem_gasphase_mod.kpp … … 384 384 ! 385 385 ! File : chem_gasphase_mod_Integrator.f90 386 ! Time : Fri Mar 15 1 6:28:222019386 ! Time : Fri Mar 15 17:37:40 2019 387 387 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 388 388 ! Equation file : chem_gasphase_mod.kpp … … 442 442 ! 443 443 ! File : chem_gasphase_mod_LinearAlgebra.f90 444 ! Time : Fri Mar 15 1 6:28:222019444 ! Time : Fri Mar 15 17:37:40 2019 445 445 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 446 446 ! Equation file : chem_gasphase_mod.kpp … … 469 469 ! 470 470 ! File : chem_gasphase_mod_Jacobian.f90 471 ! Time : Fri Mar 15 1 6:28:222019471 ! Time : Fri Mar 15 17:37:40 2019 472 472 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 473 473 ! Equation file : chem_gasphase_mod.kpp … … 496 496 ! 497 497 ! File : chem_gasphase_mod_Function.f90 498 ! Time : Fri Mar 15 1 6:28:222019498 ! Time : Fri Mar 15 17:37:40 2019 499 499 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 500 500 ! Equation file : chem_gasphase_mod.kpp … … 525 525 ! 526 526 ! File : chem_gasphase_mod_Rates.f90 527 ! Time : Fri Mar 15 1 6:28:222019527 ! Time : Fri Mar 15 17:37:40 2019 528 528 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 529 529 ! Equation file : chem_gasphase_mod.kpp … … 551 551 ! 552 552 ! File : chem_gasphase_mod_Util.f90 553 ! Time : Fri Mar 15 1 6:28:222019553 ! Time : Fri Mar 15 17:37:40 2019 554 554 ! Working directory : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm 555 555 ! Equation file : chem_gasphase_mod.kpp … … 686 686 ! 687 687 ! Following line is just to avoid compiler message about unused variables 688 IF ( lu_crow(1) == 1 .OR. lu_icol(1) == 1 .OR. lu_irow(1) == 1 ) CONTINUE688 IF ( lu_crow(1) == 1 .OR. lu_icol(1) == 1 .OR. lu_irow(1) == 1 ) CONTINUE 689 689 ! 690 690 … … 774 774 775 775 ! Following line is just to avoid compiler message about unused variables 776 IF ( f(nfix) > 0.0_dp ) CONTINUE776 IF ( f(nfix) > 0.0_dp ) CONTINUE 777 777 ! 778 778 ! Computation of equation rates … … 813 813 ! 814 814 ! Following line is just to avoid compiler message about unused variables 815 IF ( f(nfix) > 0.0_dp ) CONTINUE815 IF ( f(nfix) > 0.0_dp ) CONTINUE 816 816 817 817 ! B(1) = dA(1)/dV(1) … … 939 939 ! 940 940 ! Following line is just to avoid compiler message about unused variables 941 IF ( incx == 0 ) CONTINUE941 IF ( incx == 0 ) CONTINUE 942 942 943 943 IF (alpha .eq. one)RETURN … … 1005 1005 ! 1006 1006 ! Following line is just to avoid compiler message about unused variables 1007 IF ( incx == 0 .OR. incy == 0 ) CONTINUE1007 IF ( incx == 0 .OR. incy == 0 ) CONTINUE 1008 1008 IF (alpha .eq. zero)RETURN 1009 1009 IF (n .le. 0)RETURN … … 1740 1740 ! 1741 1741 ! Following line is just to avoid compiler message about unused variables 1742 IF ( pivot(1) == 0 ) CONTINUE1742 IF ( pivot(1) == 0 ) CONTINUE 1743 1743 1744 1744 #ifdef full_algebra
Note: See TracChangeset
for help on using the changeset viewer.