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
bc346d94
Commit
bc346d94
authored
2 years ago
by
Oriol Tintó Prims
Browse files
Options
Downloads
Patches
Plain Diff
Adapt namelists
parent
d200c67f
No related branches found
No related tags found
2 merge requests
!2
Split prepare_rundir.sh into three different stages for the whole experiment,...
,
!1
Cast checkpoint time to integer, add 10 minutes to the simulation to guarantee...
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
namelists/icon_atmosphere_real-from-dwd-ana.namelist
+11
-11
11 additions, 11 deletions
namelists/icon_atmosphere_real-from-dwd-ana.namelist
namelists/icon_master_real-from-dwd-ana.namelist
+3
-3
3 additions, 3 deletions
namelists/icon_master_real-from-dwd-ana.namelist
with
14 additions
and
14 deletions
namelists/icon_atmosphere_real-from-dwd-ana.namelist
+
11
−
11
View file @
bc346d94
...
...
@@ -12,11 +12,11 @@
/
&time_nml
dt_restart =
${
checkpoint_time
}
dt_restart =
%
checkpoint_time
%
/
&io_nml
dt_checkpoint =
${
checkpoint_time
}
dt_checkpoint =
%
checkpoint_time
%
/
&nwp_phy_nml
...
...
@@ -25,20 +25,20 @@
&grid_nml
dynamics_parent_grid_id = 0
dynamics_grid_filename = '
${
dynamics_grid_filename
}
'
radiation_grid_filename = '
${
radiation_grid_filename
}
'
dynamics_grid_filename = '
%
dynamics_grid_filename
%
'
radiation_grid_filename = '
%
radiation_grid_filename
%
'
lredgrid_phys = .true.
/
&extpar_nml
itopo = 1
extpar_filename = '
${
external_parameters_filename
}
'
extpar_filename = '
%
external_parameters_filename
%
'
/
&initicon_nml
init_mode = 1,
dwdfg_filename = '
$FG_FILE
'
dwdana_filename = '
$AN_FILE
'
dwdfg_filename = '
%first_guess_filename%
'
dwdana_filename = '
%analysis_filename%
'
lconsistency_checks = .false.
ana_varnames_map_file = 'ana_varnames_map_file.txt'
/
...
...
@@ -69,8 +69,8 @@
! LATBC files, these files will be used as input for the next example.
&output_nml
file_interval = 'PT3600S'
output_start = '
${
Chunk_START_DATE
}
'
output_end = '
${
Chunk_END_DATE
}
'
output_start = '
%
Chunk_START_DATE
%
'
output_end = '
%
Chunk_END_DATE
%
'
output_filename = "latbc"
output_interval = 'PT3600S'
include_last = .true.
...
...
@@ -80,8 +80,8 @@
! First Guess file
&output_nml
file_interval = 'PT3600S'
output_start = '
${
Chunk_START_DATE
}
'
output_end = '
${
Chunk_END_DATE
}
'
output_start = '
%
Chunk_START_DATE
%
'
output_end = '
%
Chunk_END_DATE
%
'
output_filename = "init"
output_interval = 'PT3600S'
include_last = .true.
...
...
This diff is collapsed.
Click to expand it.
namelists/icon_master_real-from-dwd-ana.namelist
+
3
−
3
View file @
bc346d94
&master_nml
lrestart =
${
is_restart
}
lrestart =
"%
is_restart
%"
lrestart_write_last = .true.
/
...
...
@@ -11,6 +11,6 @@
&master_time_control_nml
calendar = "proleptic gregorian"
experimentStartDate = '
${
Chunk_START_DATE
}
'
experimentStopDate = '
${
Chunk_END_DATE
}
'
experimentStartDate = '
%
Chunk_START_DATE
%
'
experimentStopDate = '
%
Chunk_END_DATE
%
'
/
\ No newline at end of file
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