-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The inclusion of the observations with mixed surface type (water percentage, sfcpct<1) into GSI/NSST analysis #339
Comments
The observations from ships, coast buoys and others (GSI type 196, a type of moored buoy) are actually not used even if they pass all the Quality Control tests, because of a if block in setupsst.f90, where only a observation with dominant water surface type, see: |
A cycling run, oprcst10, starting from operational initial conditions at 2021102400, with the operational GFS version plus the NSST package and the above change on the inclusion of the mixed surface type in situ sea water observations, has been running. about 14-day has been done and the too warm NSST Tf analysis over the Pamlico Sounds area are gone. The more critical period, around the middle of November of 2021 is coming. |
A more detailed diagnosis has shown that the threshold of (O-B)/oberr is too tight (corresponding O - B 1.5 K), and it is the cause some coast in situ data are rejected and led to too warm NSST analysis near the coast of Pamlico Sound and nearby areas. The test with the looser QC (corresponding O - B becomes 3.0 to 3.5 K) shows the too warm issue (in a dramatically cooling period). |
…urface in situ observations fro GSI/NSST and modify global_convinfo.txt to loose O-B QC test for in situ observations
…urface in situ observations, modify global_convinfo.txt to loose O-B QC test for in situ observations, and modify exglobal_atmos_analysis.sh for smaller dmesh for surface sensetive radiances for GSI/NSST
…urface in situ observations, modify global_convinfo.txt to loose O-B QC test for in situ observations, and modify exglobal_atmos_analysis.sh for smaller dmesh for surface sensetive radiances for GSI/NSST
GitHub Issue #339. The inclusion of the mixed surface type in situ observations and looser QC for in situ observations
GitHub Issue NOAA-EMC/GSI#339. The inclusion of the mixed surface type in situ observations and looser QC for in situ observations
…-B QC test for in situ observations.
…urface in situ observations, modify global_convinfo.txt to loose O-B QC test for in situ observations, and modify exglobal_atmos_analysis.sh for smaller dmesh for surface sensetive radiances for GSI/NSST
GitHub Issue NOAA-EMC/GSI#339. The inclusion of the mixed surface type in situ observations and looser QC for in situ observations
…-B QC test for in situ observations.
…urface in situ observations, modify global_convinfo.txt to loose O-B QC test for in situ observations, and modify exglobal_atmos_analysis.sh for smaller dmesh for surface sensetive radiances for GSI/NSST
GitHub Issue NOAA-EMC/GSI#339. The inclusion of the mixed surface type in situ observations and looser QC for in situ observations
…urface in situ observations, modify global_convinfo.txt to loose O-B QC test for in situ observations, and modify exglobal_atmos_analysis.sh for smaller dmesh for surface sensetive radiances for GSI/NSST
GitHub Issue NOAA-EMC/GSI#339. The inclusion of the mixed surface type in situ observations and looser QC for in situ observations
It has been found out some in situ observations are not assimilated since their mixed surface type, i.e., sfcpct < 1 (water percentage determined with the surface mask from background surface file) in the GSI/NSST foundation temperature analysis.
It happens near the coast areas, such as Pamlico Sound.
It is not an issue for the satellite observations, since the surface type dependent signal from the observation can be assimilated.
One solution to the inclusion of the in situ observations with mixed surface type has been proposed and is in test.
The text was updated successfully, but these errors were encountered: