galileo1972
Technical User
hi,
i have a big problem
in my monte carlo simulations i do have a time warp, how can i convert the integer timer (from another subroutine)to a string timer (character timer) to get the following file output with variable extensions:
integer timer
common timer
open(1,file='hello.dat_'//timer)
do t=1,10
.........
write(1,*) .......
endo
i need e.g. 10 outputs with the same filename hello.dat but with variable extensions according to the timer
hello.dat_timer
please help me
marc
i have a big problem
in my monte carlo simulations i do have a time warp, how can i convert the integer timer (from another subroutine)to a string timer (character timer) to get the following file output with variable extensions:
integer timer
common timer
open(1,file='hello.dat_'//timer)
do t=1,10
.........
write(1,*) .......
endo
i need e.g. 10 outputs with the same filename hello.dat but with variable extensions according to the timer
hello.dat_timer
please help me
marc