Skip to content

Commit ddeabca

Browse files
Merge branch 'develop' into feature/rreichle/rename_pfaf
2 parents 0a60096 + c8925c9 commit ddeabca

File tree

3 files changed

+310
-7
lines changed

3 files changed

+310
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

GEOSldas_App/ldas_setup

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ('# #')

0 commit comments

Comments
 (0)