Commit 11949b5d authored by jelt's avatar jelt
Browse files

update/add SBC scripts

parent 529f0301
module load anaconda/2.1.0
module load nco/gcc/4.4.2.ncwa
echo " nco/gcc/4.4.2.ncwa ?"
echo " anaconda/2.1.0 ? "
echo "Have a quick check to see if the modules which preceed this message"
echo "are in the list given subsequent to this message"
module list
. cut_mask.sh
python Generate_NEMO_Forcing.py
python python_mask.py
mv ERA5_LSM.nc FORCING
cd $SBC/FORCING
cp $GFILE/SURFACE_FORCING/namelist_reshape_bicubic_atmos .
cp $GFILE/SURFACE_FORCING/namelist_reshape_bilin_atmos .
cp $DOMAIN/coordinates.nc .
$TDIR/WEIGHTS/scripgrid.exe namelist_reshape_bilin_atmos
$TDIR/WEIGHTS/scrip.exe namelist_reshape_bilin_atmos
$TDIR/WEIGHTS/scripshape.exe namelist_reshape_bilin_atmos
$TDIR/WEIGHTS/scripgrid.exe namelist_reshape_bicubic_atmos
$TDIR/WEIGHTS/scrip.exe namelist_reshape_bicubic_atmos
$TDIR/WEIGHTS/scripshape.exe namelist_reshape_bicubic_atmos
cd $WDIR
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