File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ program topogtools
116116 case (' fill_fraction' )
117117 call set_args(' --input:i "unset" --output:o "unset" --fraction 0.0' , help_fill_fraction, version_text)
118118 case (' fix_nonadvective' )
119- call set_args(' --input:i "unset" --output:o "unset" --vgrid "ocean_vgrid.nc" --potholes T --coastal-cells F' , &
119+ call set_args(' --input:i "unset" --output:o "unset" --vgrid "ocean_vgrid.nc" --potholes F --coastal-cells F' , &
120120 help_fix_nonadvective, version_text)
121121 case (' check_nonadvective' )
122- call set_args(' --input:i "unset" --vgrid "ocean_vgrid.nc" --potholes T --coastal-cells F' , &
122+ call set_args(' --input:i "unset" --vgrid "ocean_vgrid.nc" --potholes F --coastal-cells F' , &
123123 help_check_nonadvective, version_text)
124124 case (' mask' )
125125 call set_args(' --input:i "unset" --output:o "unset"' , help_mask, version_text)
You can’t perform that action at this time.
0 commit comments