Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Computer Resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Computer Resources
Merge requests
!6
Kuglerl93 master patch 60541
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Kuglerl93 master patch 60541
kuglerl93-master-patch-60541
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Lukas Kugler
requested to merge
kuglerl93-master-patch-60541
into
master
5 months ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
Dart Compiling Tips. Pipeline failed ?!
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d2aec10e
4 commits,
5 months ago
1 file
+
28
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
DART.md
0 → 100644
+
28
−
0
Options
# Data Assimilation Research Testbed
A complete documentation can be found here:
[
https://docs.dart.ucar.edu
](
https://docs.dart.ucar.edu
)
.
## Compiling on jet
(as of 2024-10-12)
Go into the
`DART/build_templates`
folder.
Copy a template file, e.g.
`mkmf.template.rttov.gfortran`
to a file named
`mkmf.template`
.
Load modules.
```
sh
module purge
module load gcc-stack/12.2.0 rttov/v13.2-gcc-12.2.0
```
Set variables within
`mkmf.template`
:
```
sh
HDF5
=
/jetfs/spack/opt/spack/linux-rocky8-skylake_avx512/gcc-12.2.0/hdf5-1.10.10-cnot2wbq45guuozot6n4j3fjbg6tmwyy
RTTOV
=
/jetfs/manual/rttov/v13.2-gcc-12.2.0/
NETCDF
=
/jetfs/spack/opt/spack/linux-rocky8-skylake_avx512/gcc-12.2.0/netcdf-fortran-4.6.1-eicuxhegbfmjwqfnu35pqyvlpxoqaowr
```
Go to folder
`DART/models/wrf/work`
.
Execute
`./quickbuild`
.
The build process was successful when programs like
`filter`
were built and can be seen in this folder.
Loading