Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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
 
Hi,

I'm not sure I understand. I don't see "mytr" in the Registry, so you must have made some changes to the code to include it.
 
Top