-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix soil temperature/mositure read from RRFS warm-start r… (#683)
**DUE DATE for merger of this PR into `develop` is 2/27/2024 (six weeks after PR creation).** **Description** - Undefined soil_temp and soil_moist for regional because they are not correctly read in from the RRFS' warm-sart restart file as described in the issue#677. - Undefined or zero value of soil temp and moist will affect the calculation of surface emissivity. Surface emissivity is a factor to calculate the microwave surface channel radiance. Resolves #677 **Fix** In gsi_rfv3io_mod.f90, replace 'STC' with 'tslb', replace 'SMC' as 'smois **How has this need tested?** - This has been tested on Hera. The values of soil_temp and soil_moisture have been verified are correct now from the RRFS restart file.
- Loading branch information
Showing
1 changed file
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters