Questions about RRTMG scheme‘s code

Taro

New member
Dear all
I modified the code in the WRF/phys/module_ra_rrtmg_sw.F,and completely compile it, However,the PBLH in the wrfout didn't change,
here are my module_ra_rrtmg_sw.F and the diff between the module_ra_rrtmg_sw.F which are not modified.
Maybe the reason why my wrfout file doesn't change is the function doesn‘t work?I can’t resolve it by myself.
Thanks for your attention!


TARO,
 

Attachments

It seems that the code
> tauaer(ncol,k,nb) = tauaerin(ncol,k,nb)
> ssaaer(ncol,k,nb) = ssaaerin(ncol,k,nb)
doesn't work ,because i used to set the print code in it ,but it didn't print in the rsl.out.0000
 
Hi,
Are you trying to add new variables to output, or just making changes to modify an existing output variable (PBLH)?
 
Dear kwerner,
I'm making changes to modify an existing output variable and add the aod and ssa to thr rrtmg ,and get the changes in PBLH temp SWDOWN and tke.
Thanks for your reply! I finally found that its the time I set is in the night ,so the rrtmg is closed. Now I get the wrfout file.
 
Back
Top