Changeset 315 in PSPA


Ignore:
Timestamp:
Feb 7, 2013, 8:25:16 AM (11 years ago)
Author:
lemeur
Message:

fichier parin.input0

Location:
parmelaPSPA/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • parmelaPSPA/trunk/input.f

    r18 r315  
    1       subroutine input
     1      subroutine input(lonnom, work_path)
    22c-------last modification date 03/27/95
    33c          generalized input routine
     
    6868      include 'ucom.h'
    6969c
     70      character*256 nomfic
     71      character*256  work_path
     72      character*256  nomf
     73      integer  lonnom
     74c
    7075      parameter (igun=31)
    7176      common/cf/fmax
     
    100105     * .4987,.4990,.4993,.4995,.4997,.49975,.4998,.49985,.4999,.49995,
    101106     * .5/
    102 
     107      print *, ' PARMELA ENTREE INPUT '
    103108      do  1 i=1,imaa  ! mcd
    104109      zcath(i)=0.     ! mcd
     
    125130c
    126131      if(ntype.eq.0)then
    127          open(unit=3,file='parin.input0',status='old',err=10)
     132         nomf = nomfic(work_path(1:lonnom),'parin.input0')
     133         print *, ' parmela file : fichier parin : ', nomf
     134
     135         open(unit=3,file=nomf,status='old',err=10)
    128136         npoints=vv(2)+1
    129137         cor(5,1)=0.
  • parmelaPSPA/trunk/parmelamainv503.f

    r80 r315  
    596596c---after input:  vv parameters depend on input subroutine
    597597 1200 continue
    598       call input
     598      call input(lonnom, work_path)
    599599      ngood=npoints
    600600      do 8006 i=1,ngood
Note: See TracChangeset for help on using the changeset viewer.