Hello,
I am modeling thermal discharge into a stratified fresh water lake, and want to capture the fact that deeper water will initially be colder than surface water. I wish to initialize a Telemac3d simulation with tracer concentrations that vary along the water column.
It is my understanding that condim.f initializes tracers with the following piece of code:
! INITIALISES TRACERS
!
IF(NTRAC.GT.0) THEN
DO I=1,NTRAC
CALL OS( 'X=C ', X=TA%ADR(I)%P, C=TRAC0(I))
ENDDO
ENDIF
Can someone offer a simple suggestion regarding how to modify the above code to capture initial stratification? I have limited data on the stratification profiles, and will likely have to assume a vertical temperature distribution based on initial water depth.
Has anyone done something similar with Telemac3d? If so, how? Any suggestions/comments would be most appreciated.
Thanks,
Pat