Commit 1ce87d69 authored by Dr Jeff Polton's avatar Dr Jeff Polton
Browse files

revert to Ash source directories

parent 9aad9dba
svn co http://forge.ipsl.jussieu.fr/nemo/svn/trunk/NEMOGCM@8395 $NEMO/trunk_NEMOGCM_r8395
cp $GITCLONE/ARCH/arch-XC_ARCHER_INTEL.fcm $CDIR/../ARCH/
#cp $GITCLONE/ARCH/arch-XC_ARCHER_INTEL.fcm $CDIR/../ARCH/
cp $ARCH/arch-XC_ARCHER_INTEL.fcm $CDIR/../ARCH/
cd $CDIR
......@@ -9,8 +10,10 @@ printf 'y\nn\nn\nn\nn\nn\nn\nn\n' | ./makenemo -n $CONFIG -m XC_ARCHER_INTEL -j
./makenemo -n $CONFIG -m XC_ARCHER_INTEL -j 10 clean
cp $GITCLONE/MY_SRC/* $CDIR/$CONFIG/MY_SRC/.
cp $GITCLONE/cpp_file.fcm $CONFIG/cpp_$CONFIG.fcm
#cp $GITCLONE/MY_SRC/* $CDIR/$CONFIG/MY_SRC/.
cp $GFILE/f_files/* $CDIR/$CONFIG/MY_SRC/.
#cp $GITCLONE/cpp_file.fcm $CONFIG/cpp_$CONFIG.fcm
cp $GFILE/cpp_file.fcm $CONFIG/cpp_$CONFIG.fcm
./makenemo -n $CONFIG -m XC_ARCHER_INTEL -j 10
......
export CONFIG=INDIAN_OCEAN_AUTO
export WORK=/work/n01/n01/$USER
export AWORK=/work/n01/n01/ashbre
export WDIR=$WORK/$CONFIG
export NEMO=$WORK/NEMO/
export DOMAIN=$WDIR/DOMAIN
......@@ -11,7 +12,7 @@ export CDIR=$NEMO/trunk_NEMOGCM_r8395/CONFIG
export TDIR=$NEMO/trunk_NEMOGCM_r8395/TOOLS
export RUND=$WDIR/RUN_DIRECTORY/
export EXP=$RUND/$CONFIG
export GFILE=$WORK/GENERIC_NEMO_FILES
export GFILE=$AWORK/GENERIC_NEMO_FILES
export ARCH=$GFILE/ARCH
export XIOS_DIR=$WORK/xios-2.0_r1242
export BATHY=global_merged2.nc
......
......@@ -3,7 +3,8 @@ cd $WORK
svn co -r1242 http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk $XIOS_DIR
cd $XIOS_DIR
cp $GITCLONE/ARCH/arch-XC30_ARCHER* arch/.
#cp $GITCLONE/ARCH/arch-XC30_ARCHER* arch/.
cp $ARCH/arch-XC30_ARCHER* arch/.
./make_xios --full --prod --arch XC30_ARCHER --netcdf_lib netcdf4_par
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment