ufs-community / UFS_UTILS

Utilities for the NCEP models.
Other
20 stars 104 forks source link

Add soil color to chgres_cube #804

Open barlage opened 1 year ago

barlage commented 1 year ago

Need to add soil color input data to cold start files. The data are being produced from sfc_climo_gen but not being added to the sfc_data tiles.

GeorgeGayno-NOAA commented 1 year ago

@HelinWei-NOAA is adding this field to sfcsub.F. Do we still want this field output to the cold start files?

HelinWei-NOAA commented 1 year ago

@GeorgeGayno-NOAA I prefer to have the same way to treat soil color as soil/veg types. If soil/veg types are included in the cold start files, then let's do the same to soil color.

GeorgeGayno-NOAA commented 1 year ago

@GeorgeGayno-NOAA I prefer to have the same way to treat soil color as soil/veg types. If soil/veg types are included in the cold start files, then let's do the same to soil color.

Yes. soil/veg types are read in from the 'fixed' directory, then output by chgres to the cold start files. If soil color is a static field, it really only needs to be in the cold start file. sfcsub.F would not need to process it.

GeorgeGayno-NOAA commented 11 months ago

@HelinWei-NOAA you recently added processing of this data to the UFS, correct? Do we still need chgres to process it as well? If not, I will close this issue.

HelinWei-NOAA commented 11 months ago

@GeorgeGayno-NOAA Yes. We use sfcsub.f to process it for the coldstart. However, like the other soil/veg parameters, it is better to have this function in chgres too.