arthur_panch@gmail_com
New Member
Hi,
Now I want to turn off the radiative effect of ozone over the Tibet Plateau (TP). I define the TP region in the area of 25°~40°N, 75°~105°E. I add several lines after the line “call radinp(ncol, state%pmid, state%pint, pbr, pnm, eccf) ” in the radiation.F90 file. The modification is as follows:
!==================================================
pi=pi/180.0_r8
do k=1, pver
do i=1, ncol
if ( state%lat(i) >= 25.0_r8*pi .and. state%lat(i) = 75.0_r8*pi .and. state%lon(i)
Now I want to turn off the radiative effect of ozone over the Tibet Plateau (TP). I define the TP region in the area of 25°~40°N, 75°~105°E. I add several lines after the line “call radinp(ncol, state%pmid, state%pint, pbr, pnm, eccf) ” in the radiation.F90 file. The modification is as follows:
!==================================================
pi=pi/180.0_r8
do k=1, pver
do i=1, ncol
if ( state%lat(i) >= 25.0_r8*pi .and. state%lat(i) = 75.0_r8*pi .and. state%lon(i)