Skip to content

Commit

Permalink
change input.nml for filter topo to fix task failure (#547)
Browse files Browse the repository at this point in the history
## DESCRIPTION OF CHANGES: 
Remove "refine_ratio = ${refine_ratio}" in scripts/exregional_make_orog.sh to fix filter_topo failure

## TESTS CONDUCTED: 

regional ESG grids/topography

## DEPENDENCIES:


## DOCUMENTATION:


## ISSUE (optional): 
Fixes issue mentioned in #546
  • Loading branch information
JiliDong-NOAA authored Jul 15, 2021
1 parent 9f0d3e1 commit 8b53fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/exregional_make_orog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ cat > "${filter_dir}/input.nml" <<EOF
mask_field = "land_frac"
regional = .true.
stretch_fac = ${STRETCH_FAC}
refine_ratio = ${refine_ratio}
res = $res
/
EOF
Expand Down

0 comments on commit 8b53fa9

Please sign in to comment.