Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
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
Container 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
w2w
autoicon
Commits
ea91404d
Commit
ea91404d
authored
1 year ago
by
Takumi.Matsunobu
Browse files
Options
Downloads
Patches
Plain Diff
configure run memories
parent
4ae9e65b
No related branches found
No related tags found
No related merge requests found
Pipeline
#19340
canceled
1 year ago
Stage: build
Stage: run_tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/real-from-d2-ana/jobs.yml
+1
-1
1 addition, 1 deletion
conf/real-from-d2-ana/jobs.yml
namelists/real-from-d2-ana/icon_atmosphere.namelist
+14
-14
14 additions, 14 deletions
namelists/real-from-d2-ana/icon_atmosphere.namelist
with
15 additions
and
15 deletions
conf/real-from-d2-ana/jobs.yml
+
1
−
1
View file @
ea91404d
...
...
@@ -54,7 +54,7 @@ JOBS:
DEPENDENCIES
:
PREPARE_NAMELIST
WALLCLOCK
:
12:00
PROCESSORS
:
64
MEMORY
:
81920
MEMORY
:
128G
RUNNING
:
chunk
CUSTOM_DIRECTIVES
:
[
"
#SBATCH
--exclusive"
]
...
...
This diff is collapsed.
Click to expand it.
namelists/real-from-d2-ana/icon_atmosphere.namelist
+
14
−
14
View file @
ea91404d
¶llel_nml
nproma = 64
p_test_run = .false.
l_test_openmp = .true.
l_log_checks = .
true.
num_io_procs =
5
num_io_procs_radar =
25
num_restart_procs = 1
num_prefetch_proc = 1
itype_comm = 1
iorder_sendrecv = 3
num_dist_array_replicas = 4,
proc0_shift = 1
use_omp_input = .true.
!
p_test_run = .false.
!
l_test_openmp = .true.
! unnecessary for LRZ sims since OpenMP is disabled
!
l_log_checks = .
false. ! for debugging only
num_io_procs =
4
!
num_io_procs_radar =
0
!
num_restart_procs = 1
!
num_prefetch_proc = 1
!
itype_comm = 1
!
iorder_sendrecv = 3
!
num_dist_array_replicas = 4,
!
proc0_shift = 1
!
use_omp_input = .true.
/
...
...
@@ -22,7 +22,7 @@
dtime = 20 ! timestep in seconds
ldynamics = .true. ! dynamics
ltransport = .true.
luse_radarfwo = .
true.
luse_radarfwo = .
false. ! if true, --enable-emvorado is necessary for compilation
iforcing = 3 ! NWP forcing
lart = .false. ! ICON-ART main switch
ltestcase = .false. ! false: run with real data
...
...
@@ -177,7 +177,7 @@
/
&transport_nml
ctracer_list = '12345'
!
ctracer_list = '12345'
! deprecated
ivadv_tracer = 3,3,3,3,3,3
itype_hlimit = 3,4,4,4,4,4
ihadv_tracer = 52,2,2,2,2,2
...
...
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