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
ebebc631
Commit
ebebc631
authored
1 year ago
by
Takumi.Matsunobu
Browse files
Options
Downloads
Patches
Plain Diff
Include a path to boundary conditions
parent
9fd20b06
No related branches found
No related tags found
No related merge requests found
Pipeline
#18908
failed
1 year ago
Stage: everything
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/real-from-d2-ana/simulation.yml
+26
-0
26 additions, 0 deletions
conf/real-from-d2-ana/simulation.yml
templates/real-from-d2-ana/prepare_experiment.sh
+3
-1
3 additions, 1 deletion
templates/real-from-d2-ana/prepare_experiment.sh
with
29 additions
and
1 deletion
conf/real-from-d2-ana/simulation.yml
0 → 100644
+
26
−
0
View file @
ebebc631
simulation
:
dynamics_grid_filename
:
icon_grid_0047_R19B07_L.nc
radiation_grid_filename
:
icon_grid_0046_R19B06_LR.nc
external_parameters_filename
:
icon_extpar_0047_R19B07_L_20220601_tiles.nc
lateral_boundary_grid_filename
:
icon_grid_0047_R19B07_L_lbc.nc
date_format
:
'
%Y-%m-%dT%H:%M:%SZ'
namelist_paths
:
# Path to the namelists
master
:
"
%HPCROOTDIR%/proj/namelists/common/icon_master.namelist"
atmosphere
:
"
%HPCROOTDIR%/proj/namelists/real-from-d2-ana/icon_atmosphere.namelist"
# List of output file names that will be copied (Wildcards * allowed)
output_file_names
:
"
init_DOM01_ML_*.nc
latbc_DOM01_ML_*.nc"
files_to_clean
:
"
*.nc"
initial_conditions
:
# Where are we getting our initial data from?
local
:
true
parent_folder
:
/archive/meteo/w2w-p2/B3/ICON-D2_oper_ICLBC/
member
:
1
boundary_conditions
:
# Where are we getting our initial data from?
local
:
true
parent_folder
:
/archive/meteo/w2w-p2/B3/ICON-D2_oper_ICLBC/
member
:
1
This diff is collapsed.
Click to expand it.
templates/real-from-d2-ana/prepare_experiment.sh
+
3
−
1
View file @
ebebc631
...
...
@@ -4,6 +4,7 @@
WORKDIR
=
%HPCROOTDIR%
DYNAMICS_GRID_FILENAME
=
%simulation.dynamics_grid_filename%
RADIATION_GRID_FILE
=
%simulation.radiation_grid_filename%
BOUNDARY_GRID_FILE
=
%simulation.lateral_boundary_grid_filename%
EXTERNAL_PARAMETERS_FILE
=
%simulation.external_parameters_filename%
...
...
@@ -33,13 +34,14 @@ function download_file() {
BASEURL
=
http://icon-downloads.mpimet.mpg.de/grids/public/edzw
download_file
$BASEURL
/
${
DYNAMICS_GRID_FILENAME
}
download_file
$BASEURL
/
${
RADIATION_GRID_FILE
}
download_file
$BASEURL
/
${
BOUNDARY_GRID_FILE
}
download_file
$BASEURL
/
${
EXTERNAL_PARAMETERS_FILE
}
# Link input for radiation
ln
-sf
"
${
ICON_DATA_PATH
}
/rrtmg_lw.nc"
.
ln
-sf
"
${
ICON_DATA_PATH
}
/dmin_wetgrowth_lookup.dat"
.
ln
-sf
"
${
ICON_DATA_PATH
}
/ECHAM6_CldOptProps.nc"
.
ln
-sf
"
${
ICON_BASE_PATH
}
/run/ana_varnames_map_file.txt"
.
# Change permissions to read only.
chmod
440 ./
*
\ 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