First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
hello everyone, I want to get value of DELT (time step) in fortran, however using CALL DSRVAL('DELT', INDX, RVAL, IERR) has a problem. main purpose is simple, just want to use this function as a record time at certain condition example [The plus-equals operator in python (+=) which provides a convenient way to add a value to an existing variable and assign the new value back to the same variable]
--> i += DELT -->if i > a: ------>certain condition
is there any other way to simulate this condition using FORTRAN?