Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
BoBEAS
Commits
11949b5d
Commit
11949b5d
authored
5 years ago
by
jelt
Browse files
Options
Download
Email Patches
Plain Diff
update/add SBC scripts
parent
529f0301
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
SCRIPTS/make_SBC.sh
SCRIPTS/make_SBC.sh
+22
-0
SCRIPTS/make_SBC_weights.sh
SCRIPTS/make_SBC_weights.sh
+16
-0
No files found.
SCRIPTS/make_SBC.sh
0 → 100755
View file @
11949b5d
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
This diff is collapsed.
Click to expand it.
SCRIPTS/make_SBC_weights.sh
0 → 100755
View file @
11949b5d
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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment