Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial set of utility scripts to support standalone BLOM functionality. #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions utils/HOWTO_standalone
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
########################################
# Quick HOWTO on running BLOM on Betzy #
########################################
#
# (1) create a case directory
mkdir ../../cases/BLOM_channel
# (2) Copy the contents of the utils
# folder to the case folder
cp * ../../cases/BLOM_channel/
#
# (3) Move to the case folder and
# create the namelist.
# If needed, edit the user_nl_blom
# prior to running the limits_from_json.py.
# Note that the script assumes python3.
cd ../../cases/BLOM_channel/
module load Python/3.8.6-GCCcore-10.2.0
python limits_from_json.py
#
# (4) Edit and run the run.sh_normal_betzy.
# Usually the EXPID should match the RUNID
# in the limits file. The run script will
# create a folder under /cluster/work and
# submit the blom exectutable.
./run.sh_normal_betzy
Loading