NCAR / hrldas

HRLDAS (High Resolution Land Data Assimilation System)
Other
50 stars 53 forks source link

Add read-in capability for urban 2d fraction #131

Closed cenlinhe closed 10 months ago

cenlinhe commented 12 months ago

Originally, there is no input capability for HRLDAS to read in FRC_URB2D variable. This PR adds this capability to read in FRC_URB2D directly from hrldas_setup file along with other static 2D maps. If no FRC_URB2D variable is provided in hrldas_setup file, the model will use the values from URBPARM.TBL table.

cenlinhe commented 11 months ago

@tslin2 Yes, you are right. However, I do not have time right now to include all those urban parameters, so I create this urban fraction capability first and later we could add the other urban parameters based on this capability in a later PR.

cenlinhe commented 11 months ago

@CharlesZheZhang Can you take a look at this PR and approve it if there is no error?