We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d40715 commit f930eceCopy full SHA for f930ece
GEOSldas_App/ldas_setup
@@ -1504,6 +1504,11 @@ def _printExeInputKeys(rqdExeInpKeys):
1504
print ('# #')
1505
print ('# Surface meteorological forcing time step is in seconds. #')
1506
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 ('# #')
1512
print ('# For more information, see: #')
1513
print ('# GEOSldas/doc/README.MetForcing_and_BCS.md #')
1514
0 commit comments