Skip to content

Commit

Permalink
Add M21C surface met forcing (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle authored Jan 27, 2025
2 parents fe4fbb7 + f930ece commit c8925c9
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- New update_type for joint 3d soil moisture and 1d snow analysis (Tb+sfmc+sfds+SCF obs)
- New update_type for joint 3d soil moisture and 1d snow analysis (Tb+sfmc+sfds+SCF obs).
- Use M21C surface met forcing.

### Changed

Expand Down
5 changes: 5 additions & 0 deletions GEOSldas_App/ldas_setup
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,11 @@ def _printExeInputKeys(rqdExeInpKeys):
print ('# #')
print ('# Surface meteorological forcing time step is in seconds. #')
print ('# #')
print ('# NOTE: #')
print ('# When forcing is on cube-sphere (CS) grid, must use: #')
print ('# - Model tile space (BCS) derived from same CS grid. #')
print ('# - Nearest-neighbor interpolation (MET_HINTERP: 0). #')
print ('# #')
print ('# For more information, see: #')
print ('# GEOSldas/doc/README.MetForcing_and_BCS.md #')
print ('# #')
Expand Down
Loading

0 comments on commit c8925c9

Please sign in to comment.