Skip to content
Snippets Groups Projects
Commit 6ff21e62 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

update namelist

parent df8766e4
No related branches found
No related tags found
No related merge requests found
Pipeline #19133 canceled
...@@ -10,6 +10,8 @@ simulation: ...@@ -10,6 +10,8 @@ simulation:
# Path to the namelists # Path to the namelists
master: "%HPCROOTDIR%/proj/namelists/common/icon_master.namelist" master: "%HPCROOTDIR%/proj/namelists/common/icon_master.namelist"
atmosphere: "%HPCROOTDIR%/proj/namelists/real-from-d2-ana/icon_atmosphere.namelist" atmosphere: "%HPCROOTDIR%/proj/namelists/real-from-d2-ana/icon_atmosphere.namelist"
ana_map: "%HPCROOTDIR%/proj/namelists/real-from-d2-ana/map_file.ana"
lbc_map: "%HPCROOTDIR%/proj/namelists/real-from-d2-ana/map_file.lbc"
# List of output file names that will be copied (Wildcards * allowed) # List of output file names that will be copied (Wildcards * allowed)
output_file_names: "idfrf*.nc" output_file_names: "idfrf*.nc"
......
...@@ -270,7 +270,6 @@ ...@@ -270,7 +270,6 @@
&output_nml &output_nml
filetype = 4 filetype = 4
output_time_unit = 1 ! 1: seconds output_time_unit = 1 ! 1: seconds
file_interval = 'PT3600S'
output_interval = 'PT3600S' output_interval = 'PT3600S'
output_start = '#OUTPUT_START#' output_start = '#OUTPUT_START#'
output_end = '#OUTPUT_END#' output_end = '#OUTPUT_END#'
...@@ -297,7 +296,6 @@ ...@@ -297,7 +296,6 @@
&output_nml &output_nml
filetype = 4 filetype = 4
output_time_unit = 1 ! 1: seconds output_time_unit = 1 ! 1: seconds
file_interval = 'PT3600S'
output_interval = 'PT3600S' output_interval = 'PT3600S'
output_start = '#OUTPUT_START#' output_start = '#OUTPUT_START#'
output_end = '#OUTPUT_END#' output_end = '#OUTPUT_END#'
...@@ -323,7 +321,6 @@ ...@@ -323,7 +321,6 @@
&output_nml &output_nml
filetype = 4 filetype = 4
output_time_unit = 1 ! 1: seconds output_time_unit = 1 ! 1: seconds
file_interval = 'PT3600S'
output_interval = 'PT3600S' output_interval = 'PT3600S'
output_start = '#OUTPUT_START#' output_start = '#OUTPUT_START#'
output_end = '#OUTPUT_END#' output_end = '#OUTPUT_END#'
......
# internal name GRIB2 shortName
theta_v THETA_V
theta THETA
rho DEN
vn VN
u U
v V
w W
tke TKE
temp T
pres P
qv QV
qc QC
qi QI
qr QR
qs QS
qg QG
rh RH
t_g T_G
qv_s QV_S
fr_seaice FR_ICE
t_ice T_ICE
h_ice H_ICE
t_snow T_SNOW
freshsnow FRESHSNW
snowfrac_lc SNOWC
w_snow W_SNOW
rho_snow RHO_SNOW
h_snow H_SNOW
w_i W_I
w_so W_SO
w_so_ice W_SO_ICE
t_so T_SO
smi SMI
gz0 Z0
pres_sfc PS
z_ifc z_ifc
t_mnw_lk T_MNW_LK
t_wml_lk T_WML_LK
h_ml_lk H_ML_LK
t_bot_lk T_BOT_LK
c_t_lk C_T_LK
t_b1_lk T_B1_LK
h_b1_lk H_B1_LK
relhum RH
hhl FI
# Dictionary for mapping between internal names and GRIB2 shortNames
# needed by GRIB2 read procedures.
#
# internal name GRIB2 shortName
u U
v V
w W
temp T
pres P
qv QV
qc QC
qi QI
qr QR
qs QS
pres_sfc LNPS
z_ifc HHL
vn VN
GEOSP GEOP_SFC
GEOP_ML GEOP_ML
theta_v THETA_V
rho DEN
...@@ -45,5 +45,8 @@ ln -sf "${ICON_DATA_PATH}/dmin_wetgrowth_graupelhail_cosmo5.nc" "dmin_wetgrowth_ ...@@ -45,5 +45,8 @@ ln -sf "${ICON_DATA_PATH}/dmin_wetgrowth_graupelhail_cosmo5.nc" "dmin_wetgrowth_
ln -sf "${ICON_DATA_PATH}/ECHAM6_CldOptProps.nc" . ln -sf "${ICON_DATA_PATH}/ECHAM6_CldOptProps.nc" .
ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" . ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" .
cp "%simulation.namelist_paths.ana_map%" .
cp "%simulation.namelist_paths.lbc_map%" .
# Change permissions to read only. # Change permissions to read only.
chmod 440 ./* chmod 440 ./*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment