Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WRFotron
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MBEES
WRFotron
Compare revisions
fa8f94210bea50edb50a77dbfa71244e67d19ecd to c45eb9311409605aa0f0a2af75d778b58e3eedd9
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
mbees/wrfotron
Select target project
No results found
c45eb9311409605aa0f0a2af75d778b58e3eedd9
Select Git revision
Swap
Target
mbees/wrfotron
Select target project
mbees/wrfotron
1 result
fa8f94210bea50edb50a77dbfa71244e67d19ecd
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fix more bugs
· c72de724
Christoph Knote
authored
2 years ago
c72de724
Even more fixes
· c45eb931
Christoph Knote
authored
2 years ago
c45eb931
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
blueprints/test_chemistry/namelist.wrf
+0
-2
0 additions, 2 deletions
blueprints/test_chemistry/namelist.wrf
machine_profiles/alcc_spack/batch_preambles/spinup
+1
-1
1 addition, 1 deletion
machine_profiles/alcc_spack/batch_preambles/spinup
with
1 addition
and
3 deletions
blueprints/test_chemistry/namelist.wrf
View file @
c45eb931
...
...
@@ -55,8 +55,6 @@
parent_grid_ratio = 1, 9, 5,
parent_time_step_ratio = 1, 9, 5,
feedback = 0,
nproc_x = 3,
nproc_y = 3,
/
&physics
...
...
This diff is collapsed.
Click to expand it.
machine_profiles/alcc_spack/batch_preambles/spinup
View file @
c45eb931
...
...
@@ -3,7 +3,7 @@
#SBATCH -o __runDir__/__spinupJobName__.%j.%N.out
#SBATCH -D __runDir__
#SBATCH -J __spinupJobName__
#SBATCH --ntasks=__nTask__
#SBATCH --ntasks=__nTask
s
__
#SBATCH --mem-per-cpu=2500
#SBATCH --mail-type=FAIL
#SBATCH --mail-user=christoph.knote@med.uni-augsburg.de
...
...
This diff is collapsed.
Click to expand it.