Skip to content

Commit bbc2a56

Browse files
committed
Update to newer ocean mask for 0.25 deg
1 parent 377ea07 commit bbc2a56

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

grid_generation/pbs_make_cice_grids.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ python3 make_cice_grid.py /g/data/ik11/inputs/access-om2/input_20201102/mom_1deg
1818
mkdir 1deg
1919
mv grid.nc kmt.nc 1deg
2020

21-
2221
echo "0.25 deg"
23-
24-
python3 make_cice_grid.py /g/data/ik11/inputs/access-om2/input_20201102/mom_025deg/ocean_hgrid.nc /g/data/ik11/inputs/access-om2/input_20201102/mom_025deg/ocean_mask.nc
22+
python3 make_cice_grid.py /g/data/ik11/inputs/access-om2/input_20230515_025deg_topog/mom_025deg/ocean_hgrid.nc /g/data/ik11/inputs/access-om2/input_20230515_025deg_topog/mom_025deg/ocean_mask.nc
2523

2624
mkdir 025deg
2725
mv grid.nc kmt.nc 025deg

0 commit comments

Comments
 (0)