Skip to content

Commit

Permalink
Fix SF test write componant grid
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Jul 28, 2023
1 parent bc93660 commit 1d0f4e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ task_run_fcst:
WRTCMP_output_grid: lambert_conformal
WRTCMP_cen_lon: '{{ task_make_grid.ESGgrid_LON_CTR }}'
WRTCMP_cen_lat: '{{ task_make_grid.ESGgrid_LAT_CTR }}'
WRTCMP_lon_lwr_left: -125.48337893
WRTCMP_lat_lwr_left: 35.35354227
WRTCMP_lon_lwr_left: -125.79
WRTCMP_lat_lwr_left: 35.1
WRTCMP_stdlat1: '{{ task_make_grid.ESGgrid_LAT_CTR }}'
WRTCMP_stdlat2: '{{ task_make_grid.ESGgrid_LAT_CTR }}'
WRTCMP_nx: 597
Expand Down

0 comments on commit 1d0f4e0

Please sign in to comment.