Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 1ramirez1

    problem with subroutines input/output - application: ODE solver

    Another problem is that a namelist that contains all the parameters is not global available to the subroutines. I define and read the namelist in the main program as follows: REAL :: alpha, vmaxNP, vmaxPZ, Ks, mP, mZ, Phalf, Pzero INTEGER :: dt, tend NAMELIST /NPZNAME/ alpha, vmaxNP, vmaxPZ...
  2. 1ramirez1

    problem with subroutines input/output - application: ODE solver

    Dear Forum, I tried to use a Runge-Kutta method to solve a system of three ODEs (dNdt, dPdt, dZdt). The code is splitted in the main program, the ODE subroutine and a solver subroutine. I am very new to Fortran (90), therefore my problem could be very basic and resulting from misunderstanding...

Part and Inventory Search

Back
Top