Hi,
I want to set model levels only I need when making met_em files as below.
in namelist.wps file,
&mod_levs
press_pa = 100000, 92500, 85000, 70000, 60000, 50000, 40000, 30000, 25000, 20000,
15000, 10000, 7000, 5000
/
So I conducted settings with this namelist.wps file as follows.
1. set needed levels as mentioned above in namelist.wps file
2. ./util/mod_levs.exe FILE:$current_date NEW:$current_date
3. ./metgrid.exe with NEW:$current_date files
However, there are some problems. Soil levels disappear. The error message below is from real.exe.
namelist : num_metgrid_soil_levels = 4
input files : NUM_METGRID_SOIL_LEVELS = 0 (from met_em files).
So, how can I set soil levels in this case?
I conducted ungrib.exe with ERA5 reanalysis pressure level and single level data.
Thanks.
I want to set model levels only I need when making met_em files as below.
in namelist.wps file,
&mod_levs
press_pa = 100000, 92500, 85000, 70000, 60000, 50000, 40000, 30000, 25000, 20000,
15000, 10000, 7000, 5000
/
So I conducted settings with this namelist.wps file as follows.
1. set needed levels as mentioned above in namelist.wps file
2. ./util/mod_levs.exe FILE:$current_date NEW:$current_date
3. ./metgrid.exe with NEW:$current_date files
However, there are some problems. Soil levels disappear. The error message below is from real.exe.
namelist : num_metgrid_soil_levels = 4
input files : NUM_METGRID_SOIL_LEVELS = 0 (from met_em files).
So, how can I set soil levels in this case?
I conducted ungrib.exe with ERA5 reanalysis pressure level and single level data.
Thanks.