File tree Expand file tree Collapse file tree 3 files changed +310
-7
lines changed
Expand file tree Collapse file tree 3 files changed +310
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Added
1313
14- - New update_type for joint 3d soil moisture and 1d snow analysis (Tb+sfmc+sfds+SCF obs)
14+ - New update_type for joint 3d soil moisture and 1d snow analysis (Tb+sfmc+sfds+SCF obs).
15+ - Use M21C surface met forcing.
1516
1617### Changed
1718
Original file line number Diff line number Diff line change @@ -1504,6 +1504,11 @@ def _printExeInputKeys(rqdExeInpKeys):
15041504 print ('# #' )
15051505 print ('# Surface meteorological forcing time step is in seconds. #' )
15061506 print ('# #' )
1507+ print ('# NOTE: #' )
1508+ print ('# When forcing is on cube-sphere (CS) grid, must use: #' )
1509+ print ('# - Model tile space (BCS) derived from same CS grid. #' )
1510+ print ('# - Nearest-neighbor interpolation (MET_HINTERP: 0). #' )
1511+ print ('# #' )
15071512 print ('# For more information, see: #' )
15081513 print ('# GEOSldas/doc/README.MetForcing_and_BCS.md #' )
15091514 print ('# #' )
You can’t perform that action at this time.
0 commit comments