Skip to content

Commit

Permalink
download core2 grid files
Browse files Browse the repository at this point in the history
  • Loading branch information
boryasbora authored Dec 22, 2023
1 parent 870f6e9 commit 155289c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ fint ${FILE} ${MESH} ${INFL} -t 0 -d 500:3000 --interp nn --target mask.nc
fint ${FILE} ${MESH} ${INFL} -t 0 -d 500:3000 --interp nn --target mask.nc --no_shape_mask

# interpolate to a fesom (unstructured) grid
export TARGET="/work/ab0995/a270226/swift.dkrz.de/core2/"
if [ ! -d "./test/mesh/core2" ]; then
mkdir "./test/mesh/core2"
wget -O ./test/mesh/core2/core2_old_griddes_elements_IFS.nc https://gitlab.awi.de/fesom/core2_old/-/raw/master/core2_old_griddes_elements_IFS.nc
wget -O ./test/mesh/core2/core2_old_griddes_nodes_IFS.nc https://gitlab.awi.de/fesom/core2_old/-/raw/master/core2_old_griddes_nodes_IFS.nc
fi
export TARGET="/test/mesh/core2/"
fint ${FILE} ${MESH} ${INFL} -d -1 --target ${TARGET} --to_fesom_mesh
fint ${FILE} ${MESH} ${INFL} -t 0 -d 0:10 --target ${TARGET} --to_fesom_mesh --interp mtri_linear
fint ${FILE} ${MESH} ${INFL} -d 0:50 --target ${TARGET} --to_fesom_mesh --interp cdo_remapcon
Expand Down

0 comments on commit 155289c

Please sign in to comment.