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

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

  • module_ra_rrtmg_sw.F
    574.6 KB · Views: 2
  • module_ra_rrtmg_sw_modified.F
    575.6 KB · Views: 3
  • Snipaste_2024-05-02_15-49-41.png
    Snipaste_2024-05-02_15-49-41.png
    34.2 KB · Views: 4
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.
 
Top