BETR assignments by urban category (like AH, ALH, FRC_URB)

SyogoHarada

New member
I am a graduate student in Japan, sorry for my poor English.

As the title suggests, I'd like to assign BETR by urban category.
Although I have rewritten module_sf_urban.F and URBPARM_LCZ.TBL as in the attached file and run the calculation, only BETR is not loaded.
(I've already confirmed that FRC_URB is loaded.)
(and the calculation starts even if I change #BETR in URBPARM_LCZ.TBL.)

How do I rewrite module_sf_urban.F?
 

Attachments

If you look at the code "phys/module_sf_urban.F:, you will find that BETR is calculated depending on various conditions. You can always modify its value in this code.
 
If you look at the code "phys/module_sf_urban.F:, you will find that BETR is calculated depending on various conditions. You can always modify its value in this code.
Thank you for replying...!

As you say I think so, too.
But there are no temperature difference between when BETR value set to 0 and when BETR value set to 0.7.
(BETR = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 and BETR = 0.7, 0.7, 0.7, 0.7, 0.7, 0.7 )

I think BETR is defined in the module_sf_urban.F, what is wrong?
If you have a better way, please let me know that.
 
Back
Top