Hi all,
at the moment I am trying to start a WRF-LES run for a real scenario, with a spatial resolution of 200m using WRF 4.0.2 with the set up as you can see in the attached namelist.
Short overview: 4 Domains (9km, 3km, 1km and 200m) for 15 days in May/June 2018 in Europe, with the inner domain being run with LES.
For setting up the 4th Domain I have tried two different ways, 1.) start a full run starting at D01, using one-way nesting, and 2.) using ndown using the output from D03 as boundary. Both approaches lead to two different errors.
1.) Full run:
For the full run I am starting the attached namelist.input.full_run, after ~20sec run time the run stops with the following output:
Trying to allocate more memory (I am already using ulimit -s to increase the stack size) for the job and decreasing the time step both yield the same result.
2.) NDOWN:
The second way I tried is to first run all Meso-scale Domains (D01 – D03) and afterwards run the 4th Domain creating wrfbdy and wrfinput via ndown looking at the tutorial (http://www2.mmm.ucar.edu/wrf/OnLineTutorial/CASES/NestRuns/ndown.htm)
Creating all meso-scale Domains works fine and give expected results, also running ndown works fine and creates the needed files. Staring wrf for the LES Domain now also crashes after about 5sec of runtime. Everytime at the same point:
This holds for the namelist.input.LES as attached to this post. I was trying to use another option for sf_surcafe_physics and setting it to 1 instead of 2 makes the model run till the end. But I have almost no variation of temperature over day (i.e., no diurnal cycle whatsoever, which is unrealistic in this case) in this run, anyways I would like to use the Option used before, so 2.
Has anyone a hint what causes this error and how I could solve it? I would prefer a way using ndown, but getting the full run to work would also be very nice.
Thanks a lot,
Sarah
at the moment I am trying to start a WRF-LES run for a real scenario, with a spatial resolution of 200m using WRF 4.0.2 with the set up as you can see in the attached namelist.
Short overview: 4 Domains (9km, 3km, 1km and 200m) for 15 days in May/June 2018 in Europe, with the inner domain being run with LES.
For setting up the 4th Domain I have tried two different ways, 1.) start a full run starting at D01, using one-way nesting, and 2.) using ndown using the output from D03 as boundary. Both approaches lead to two different errors.
1.) Full run:
For the full run I am starting the attached namelist.input.full_run, after ~20sec run time the run stops with the following output:
Code:
[…]
INITIALIZE THREE Noah LSM RELATED TABLES
d03 2018-05-24_00:00:00 start_domain_em: After call to phy_init
start_em: initializing avgflx on domain 4
d03 2018-05-24_00:00:00 start_em: calling lightning_init
d03 2018-05-24_00:00:00 start_em: after calling lightning_init
d03 2018-05-24_00:00:00 calling inc/HALO_EM_INIT_1_inline.inc
d03 2018-05-24_00:00:00 calling inc/HALO_EM_INIT_2_inline.inc
d03 2018-05-24_00:00:00 calling inc/HALO_EM_INIT_3_inline.inc
d03 2018-05-24_00:00:00 calling inc/HALO_EM_INIT_4_inline.inc
d03 2018-05-24_00:00:00 calling inc/HALO_EM_INIT_5_inline.inc
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
wrf.exe 000000000316841D for__signal_handl Unknown Unknown
[...]
Trying to allocate more memory (I am already using ulimit -s to increase the stack size) for the job and decreasing the time step both yield the same result.
2.) NDOWN:
The second way I tried is to first run all Meso-scale Domains (D01 – D03) and afterwards run the 4th Domain creating wrfbdy and wrfinput via ndown looking at the tutorial (http://www2.mmm.ucar.edu/wrf/OnLineTutorial/CASES/NestRuns/ndown.htm)
Creating all meso-scale Domains works fine and give expected results, also running ndown works fine and creates the needed files. Staring wrf for the LES Domain now also crashes after about 5sec of runtime. Everytime at the same point:
Code:
[…]
INPUT LandUse = "USGS"
LANDUSE TYPE = "USGS" FOUND 33 CATEGORIES 2 SEASONS WATER CATEGORY = 16 SNOW CATEGORY = 24
returning from of landuse_init
Do not have ozone. Must read it in.
Broadcast ozone to other ranks.
INITIALIZE THREE Noah LSM RELATED TABLES
forrtl: severe (66): output statement overflows record, unit -5, file Internal List-Directed Write
Image PC Routine Line Source
wrf.exe 000000000315E2AE for__io_return Unknown Unknown
wrf.exe 00000000031AE67A for_write_int_lis Unknown Unknown
[...]
This holds for the namelist.input.LES as attached to this post. I was trying to use another option for sf_surcafe_physics and setting it to 1 instead of 2 makes the model run till the end. But I have almost no variation of temperature over day (i.e., no diurnal cycle whatsoever, which is unrealistic in this case) in this run, anyways I would like to use the Option used before, so 2.
Has anyone a hint what causes this error and how I could solve it? I would prefer a way using ndown, but getting the full run to work would also be very nice.
Thanks a lot,
Sarah