Skip to content

Commit

Permalink
Ref #133
Browse files Browse the repository at this point in the history
Fix nreal values for image gen executables.
  • Loading branch information
EdwardSafford-NOAA committed Apr 22, 2024
1 parent 8efe38e commit b7f287a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Conventional_Monitor/image_gen/ush/mk_horz_hist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@



export nreal_ps=${nreal_ps:-17}
export nreal_q=${nreal_q:-18}
export nreal_t=${nreal_t:-22}
export nreal_uv=${nreal_uv:-21}
export nreal_ps=${nreal_ps:-18}
export nreal_q=${nreal_q:-19}
export nreal_t=${nreal_t:-18}
export nreal_uv=${nreal_uv:-23}


#------------------------------
Expand Down

0 comments on commit b7f287a

Please sign in to comment.