Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
178b64a6
Commit
178b64a6
authored
1 year ago
by
Natasha Pavlovikj
Browse files
Options
Downloads
Patches
Plain Diff
Update instructions for WRFv4
parent
452145c0
Branches
Branches containing commit
No related tags found
1 merge request
!374
Update instructions for WRFv4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/applications/app_specific/building_wrf.md
+13
-2
13 additions, 2 deletions
content/applications/app_specific/building_wrf.md
with
13 additions
and
2 deletions
content/applications/app_specific/building_wrf.md
+
13
−
2
View file @
178b64a6
...
...
@@ -33,7 +33,7 @@ in real-time forecasting configurations at laboratories, universities, and compa
The WRF/WPS compile process requires a signficant amount of resources. Builds
**_must_**
be
run as
[
Interactive Jobs
](
{{
<relref
"
creating_an_interactive_job
"
>
}}) to avoid errors.
To start an interactive job suitable for building WRF/WPS, run
`srun --nodes=1 --ntasks-per-node=4 --mem=
8
g --time=3:00:00 --qos=short --pty $SHELL`
.
`srun --nodes=1 --ntasks-per-node=4 --mem=
10
g --time=3:00:00 --qos=short --pty $SHELL`
.
{{% /notice %}}
...
...
@@ -324,6 +324,17 @@ If the build finishes successfully a message will be printed, and the four execu
### Building WRF version 4.x
{{% notice tip %}}
If you encounter compile errors with some WRFv4 versions, make sure you run compile
in serial mode (i.e. ./compile -j 1 em_real).
{{% /notice %}}
{{% notice note %}}
Since WRFv4.4 the NoahMP code has been moved to an external repository.
If downloading the source code from GitHub,
**DO NOT**
choose the releases
named "Source Code" because they do not include the mandatory NoahMP submodule.
{{% /notice %}}
The following example commands show how to compile WRF v4.x.
{{% panel theme="info" header="Building WRFv4" %}}
...
...
@@ -528,7 +539,7 @@ NetCDF built with PnetCDF: no
This build of WRF will use NETCDF4 with HDF5 compression
*****************************************************************************
[demo01@c0604.crane WRF]$ ./compile -j
4
em_real
[demo01@c0604.crane WRF]$ ./compile -j
1
em_real
Neither WRF_EM_CORE nor WRF_PLUS_CORE
are explicitly specified in shell environment....
copying Registry/Registry.EM to Registry/Registry
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment