|
248 | 248 |
|
249 | 249 | <entry id="Nudge_SpectralNring" type="integer" category="nudging" |
250 | 250 | group="nudging_nl" valid_values="" > |
251 | | - Set size of local-area grid used to suppress Samping Errors. |
| 251 | + Set size of local-area grid used to suppress Sampling Errors. |
252 | 252 |
|
253 | 253 | Nudge_SpectralNring - INT The number of sampling rings used for local area averaging |
254 | 254 | of spherical harmonic modes, to suppress sampling errors. |
|
258 | 258 | in this sampling domain. |
259 | 259 | Each ring (kk) contains 8*(kk-1) sample points. |
260 | 260 |
|
261 | | - Nudge_SpectralNring Number of Samping Points |
| 261 | + Nudge_SpectralNring Number of Sampling Points |
262 | 262 | ------------------- ------------------------- |
263 | 263 | 1 1 (DEFAULT SampleGrid NOT used) |
264 | 264 | 2 9 |
|
354 | 354 | 0 == OFF (No Nudging of this variable) |
355 | 355 | 1 == CONSTANT (Spatially Uniform Nudging) |
356 | 356 | 2 == HEAVISIDE WINDOW FUNCTION |
| 357 | + 3 == HEAVISIDE WINDOW FUNCTION IN VERTICAL |
| 358 | + and USER SPECIFIED HORIZONAL DOMAIN |
| 359 | + (Specified by user via Nudge_Bwindow_File) |
357 | 360 | Default: 0 |
358 | 361 | </entry> |
359 | 362 |
|
|
370 | 373 | 0 == OFF (No Nudging of this variable) |
371 | 374 | 1 == CONSTANT (Spatially Uniform Nudging) |
372 | 375 | 2 == HEAVISIDE WINDOW FUNCTION |
| 376 | + 3 == HEAVISIDE WINDOW FUNCTION IN VERTICAL |
| 377 | + and USER SPECIFIED HORIZONAL DOMAIN |
| 378 | + (Specified by user via Nudge_Bwindow_File) |
373 | 379 | Default: 0 |
374 | 380 | </entry> |
375 | 381 |
|
|
386 | 392 | 0 == OFF (No Nudging of this variable) |
387 | 393 | 1 == CONSTANT (Spatially Uniform Nudging) |
388 | 394 | 2 == HEAVISIDE WINDOW FUNCTION |
| 395 | + 3 == HEAVISIDE WINDOW FUNCTION IN VERTICAL |
| 396 | + and USER SPECIFIED HORIZONAL DOMAIN |
| 397 | + (Specified by user via Nudge_Bwindow_File) |
389 | 398 | Default: 0 |
390 | 399 | </entry> |
391 | 400 |
|
|
402 | 411 | 0 == OFF (No Nudging of this variable) |
403 | 412 | 1 == CONSTANT (Spatially Uniform Nudging) |
404 | 413 | 2 == HEAVISIDE WINDOW FUNCTION |
| 414 | + 3 == HEAVISIDE WINDOW FUNCTION IN VERTICAL |
| 415 | + and USER SPECIFIED HORIZONAL DOMAIN |
| 416 | + (Specified by user via Nudge_Bwindow_File) |
405 | 417 | Default: 0 |
406 | 418 | </entry> |
407 | 419 |
|
|
414 | 426 |
|
415 | 427 | <entry id="Nudge_PSprof" type="integer" category="nudging" |
416 | 428 | group="nudging_nl" valid_values="" > |
417 | | - Profile index for PS nudging. |
| 429 | + Profile index for PS nudging.(Horizontal Only) |
418 | 430 | 0 == OFF (No Nudging of this variable) |
419 | 431 | 1 == CONSTANT (Spatially Uniform Nudging) |
420 | 432 | 2 == HEAVISIDE WINDOW FUNCTION |
| 433 | + 3 == USER SPECIFIED HORIZONAL DOMAIN |
| 434 | + (Specified by user via Nudge_Bwindow_File) |
421 | 435 | Default: 0 |
422 | 436 | </entry> |
423 | 437 |
|
|
428 | 442 | Default: 0. |
429 | 443 | </entry> |
430 | 444 |
|
| 445 | +<entry id="Nudge_PSscal" type="real" category="nudging" |
| 446 | + group="nudging_nl" valid_values="" > |
| 447 | + Coeffcient controling the vertical influence function. |
| 448 | + Nudge_PSscal < 1.0 : P'(n) = [ B(n) ]*(Target_Ps - Model_Ps) |
| 449 | + Nudge_PSscal > 1.0 : P'(n) = [(Pref/P0)**scl]*(Target_Ps - Model_Ps) |
| 450 | + Default: 0. |
| 451 | + </entry> |
| 452 | + |
431 | 453 | <entry id="Nudge_Hwin_lat0" type="real" category="nudging" |
432 | 454 | group="nudging_nl" valid_values="" > |
433 | 455 | LAT0 center of Horizontal Window in degrees [-90.,90.]. |
|
508 | 530 | Default: FALSE |
509 | 531 | </entry> |
510 | 532 |
|
| 533 | +<entry id="Nudge_Bwindow_File" type="char*256" input_pathname="abs" category="nudging" |
| 534 | + group="nudging_nl" valid_values="" > |
| 535 | + Filename for the Horizonal Boundary Window to use for nudging with profile option 3. |
| 536 | + (e.g. '/$DIN_LOC_ROOT/atm/cam/nudging/BoundaryWindowFile.nc') |
| 537 | + Default: 'BoundaryWindowFile.nc' |
| 538 | + </entry> |
| 539 | + |
511 | 540 | <entry id="Nudge_ZonalFilter" type="logical" category="nudging" |
512 | 541 | group="nudging_nl" valid_values="" > |
513 | 542 | Switch to turn on zonal mean filtering nudging. If TRUE, the nudging scheme |
|
0 commit comments