stıdent question on equations

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

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 :oops:
 
I can say nothing
because I did erase all the changes Ive made to be sure if the eqn is working and Ive seen the eqn always goes between 10^-31 to 10^36 values unfortunately
 
Back
Top