Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
4f97d0d
Add H SAF ASCAT SSM reader for H121 CDR and H139 ICDR (v8, 12.5 km)
amfox37 Jun 12, 2026
2e7034e
Use obs_dir_hier=1 in H SAF ASCAT reader flist calls
amfox37 Jun 12, 2026
2ee1126
Update H SAF ASCAT data and flist paths in default ensupd namelist
amfox37 Jun 12, 2026
4e52094
Remove snow/frozen QC from H SAF reader; defer to model-based QC
amfox37 Jun 12, 2026
1a39324
Update H SAF ASCAT FOV metadata
amfox37 Jun 13, 2026
8e21406
Fix fill-value QC in H SAF ASCAT reader; update MetOp-B/C data paths
amfox37 Jun 15, 2026
1889ba3
Accept fill (-128) for subsurface_scattering_probability in H SAF ASC…
amfox37 Jun 16, 2026
dda64f0
Tighten subsfc QC threshold and add SSM sensitivity QC for H SAF ASCA…
amfox37 Jun 21, 2026
a9d0ba8
Reject noisy backscatter (backscatter40_flag bit 4) in H SAF ASCAT re…
amfox37 Jun 21, 2026
41b06ac
Merge branch 'develop' into feature/amfox/ascat-hsaf-v8
amfox37 Jul 20, 2026
d11860f
Document H SAF ASCAT support
amfox37 Jul 21, 2026
3776e08
Merge branch 'develop' into feature/amfox/ascat-hsaf-v8
gmao-rreichle Jul 21, 2026
d6d1348
simplified CHANGELOG.md message about new ASCAT soil moisture product
gmao-rreichle Jul 22, 2026
316ffd4
updated documentation of ASCAT sm products (LDASsa_DEFAULT_inputs_ens…
gmao-rreichle Jul 22, 2026
3f267f3
change FOV (radius!) for H-SAF ASCAT retrievals to 12.5 km (LDASsa_DE…
gmao-rreichle Jul 24, 2026
2063791
added/edited comments; white-space changes, incl. improved vertical a…
gmao-rreichle Jul 24, 2026
9d05ba5
Limit H SAF ASCAT flist entries to hourly granules
amfox37 Jul 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added assimilation of surface soil moisture observations from H-SAF ASCAT H121 CDR v8 and H139 ICDR netcdf products (MetOp-A/B/C).
- Added support for river routing.
- Added optional NetCDF4 output mode for ObsFcstAna, including NetCDF metadata and runtime context. Changed namelist variable "out_ObsFcstAna" from logical to integer.
- Added support for ensemble simulations for routing; for now, landice hardwired to NensLandice=1.
Expand Down Expand Up @@ -183,4 +184,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Inaugural version. 0-diff vs. GEOSldas v18.0.0.

-----------------------------

2 changes: 1 addition & 1 deletion GEOSlandassim_GridComp/clsm_ensupd_glob_param.F90
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module clsm_ensupd_glob_param
! total number of all obs species defined in "ensupd" namelist file
! (regardless of whether "assim" flag is true or false)

integer, parameter :: N_obs_species_nml = 55
integer, parameter :: N_obs_species_nml = 58

! ----------------------------------------------------------------------
!
Expand Down
Loading
Loading