NOAA-PSL / land-offline_workflow

Creative Commons Zero v1.0 Universal
1 stars 9 forks source link

Mapping the perturbation pattern onto vector format #2

Closed zhichang-guo closed 2 years ago

zhichang-guo commented 2 years ago

The UFS stochastic physics unit test creates the perturbation pattern which is stored in 24 files (4 files for each FV3 tile). A conversion is needed to map the perturbation onto the UFS land driver vector format. We intent to implement the format conversion in the currently existing land-vector2tile capability with the following steps and the current issue is related to the first step and the current issue will implement the second and third steps:

  1. Implement the current vector2tile capability as a module;
  2. Implement the perturbation mapping as a separate module;
  3. Implement the main program to control the pathway for vector2tile and perturbation mapping capabilities;