Skip to content
Snippets Groups Projects
Commit c305cb36 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update.

parent ce2baf15
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ case "${HOSTNAME}" in
--with-libxml2=/usr \
--with-proj=/opt/local \
--with-szlib=$HOME/local"
# --with-ossp-uuid=/opt/local \
# --with-cmor=$HOME/local/cmor-3.3 \
# --with-magics=$HOME/local/Magics-2.25.3 \
if test "$COMP" = intel ; then
......
......@@ -6,13 +6,12 @@ CDO=src/cdo
#
$CDO -V
#
export CDO_REMAP_RADIUS=.1
for N in 3 4 5 6 7 8 9; do
#for N in 3 4 5; do
IFILE=topor2b$N
$CDO -f nc topo,icor2b$N $IFILE
OFILE=${IFILE}ycon
time $CDO -P 8 remapycon,global_0.2 $IFILE ${OFILE}
time $CDO -P 8 --cellsearchmethod spherepart remapycon,global_0.2 $IFILE ${OFILE}
done
#
# CDO version 1.9.5rc2
......@@ -22,11 +21,10 @@ done
#3 spherepart
#4 spherepart 8 cores
# 3 4 5 6 7 8 9 10
#1 24 34 71 194 874 x6680
#2 5 6 11 28 126 2005 6660
#x2*8 3 4 8 22 76 533 1808
#x3 27 29 33 40 59 110 280
#1 24 34 71 194 874 x6680
#2 5 6 11 28 126 2005 6660
#3 28 30 33 41 59 110 262
#4 5 5 6 7 11 23 68
#1 mistral: intel 18.0.1 avx2 (interactiv on login node)
# 3 4 5 6 7 8 9 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment