Skip to content

Commit f930ece

Browse files
committed
added clarification to "sample exe input" file about requirement of matching cs tile space when using surface met forcing on cs grid (ldas_setup)
1 parent 5d40715 commit f930ece

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)