UMD-AOSC / UMD-SST

Testbed sea surface analysis system
Apache License 2.0
1 stars 2 forks source link

Rossby radius based horizontal correlation lengths #73

Closed travissluka closed 3 years ago

travissluka commented 3 years ago

This PR adds the ability to use the local Rossby radius in the calculation of the horizontal correlation lengths. The following options are now added to the yaml, with their default values shown.

correlation lengths:
  base value: 0.0
  rossby mult: 0.0
  min grid mult: 0.0
  min value: 0.0
  max value: 1.79769e+308

correlation lengths are equal to base_value + rossby_mult * rossby_radius, and are then clamped to be no smaller than min_value and min_grid_mult * grid_box_size, and no larger than max_value.

@loganchen39 For your cycling experiments, I would start off with the values I have placed in the cycling/config/staticbinit.yaml file, which will use the Rossby radius as the correlation length, with a minimum value in the extratropics that are slightly larger than an individual gridbox.