esroskesafos
New member
Hello,
I am new to the group
I wonder something
I use some equations to change solve em code
e.g.
IF ( config_flags%tracer_opt == 2 ) THEN
IF (grid%id == 2 ) THEN
DO j = jde - 90, jde - 30, 1
DO i = ide - 40, ide - 30, 1
IF (ips .LE. i .and. ipe .GE. i .and. jps .LE. j .and. jpe .GE. j ) THEN
tracer(i,1,j,P_mytr)=1.*((1./2)**0.93)
END IF
END DO
END DO
END IF
END IF
this eqn always goes to 10**-30 and 10**36 min and max values
what is wrong with me
I could not understand with wrf chem
thanks
I am new to the group
I wonder something
I use some equations to change solve em code
e.g.
IF ( config_flags%tracer_opt == 2 ) THEN
IF (grid%id == 2 ) THEN
DO j = jde - 90, jde - 30, 1
DO i = ide - 40, ide - 30, 1
IF (ips .LE. i .and. ipe .GE. i .and. jps .LE. j .and. jpe .GE. j ) THEN
tracer(i,1,j,P_mytr)=1.*((1./2)**0.93)
END IF
END DO
END DO
END IF
END IF
this eqn always goes to 10**-30 and 10**36 min and max values
what is wrong with me
I could not understand with wrf chem
thanks