Greetings! I really appreciate the huge effort to share the CESM2 to a wider community.
I was inspecting the `fsurdat` file:
The `ht_roof` has the following details:
When I looked at the values, they tend to be integer values greater than 100 in some regions. I used the `ncdump` function and `ncview` to inspect the values. I guess there is a specific source code that scales this down to more realistic values? Is it possible to know the module that scales this?
Thank you.
I was inspecting the `fsurdat` file:
Code:
/gs/hs1/tga-wrf-guc/share/CESM2/cesm/inputdata/lnd/clm2/surfdata_map/release-clm5.0.18/surfdata_0.9x1.25_hist_78pfts_CMIP6_simyr1850_c190214.nc
The `ht_roof` has the following details:
Code:
double HT_ROOF(numurbl, lsmlat, lsmlon) ;
HT_ROOF:long_name = "height of roof" ;
HT_ROOF:units = "meters" ;
When I looked at the values, they tend to be integer values greater than 100 in some regions. I used the `ncdump` function and `ncview` to inspect the values. I guess there is a specific source code that scales this down to more realistic values? Is it possible to know the module that scales this?
Thank you.