Opened 11 years ago
Closed 11 years ago
#70 closed Support (fixed)
flexwrfv3.1 running problem
Reported by: | rab_h | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | FP other | Version: | FLEXPART-WRF |
Keywords: | Cc: | rstow |
Description
Hi I try running flexwrf V 3.1,
[rabah@localhost flexwrf_v31_testcases]$ ./flexwrf31_intel_serial flexwrf.input
the input file used is flexwrf.input
----------------
INFORMATION: SUBGRIDSCALE TERRAIN EFFECT IS
NOT PARAMETERIZED DURING THIS SIMULATION.
----------------
test_xyindex_to_ll_wrf calling map_set -- map_proj_id, map_set_proj_code = 1 3
test_xyindex_to_ll_wrf -- lgrid, rmserr (km) = 0 1.79E-03
# of vertical levels in WRF data
n_bottom_top & "true" nuvz: 50 50
nwz & "augmented" nuvz: 51 51
nwzmax, nuvzmax, nzmax : 61 61 61
nconvlevmax, nconvlev : 60 49
nx, ny, nxmax, nymax : 149 119 334 334
Mother domain:
east-west range: 0.0 2220000.0 Grid distance: 15000.0
south-north range: 0.0 1770000.0 Grid distance: 15000.0
forrtl: severe (24): end-of-file during read, unit 1, file /home/rabah/disp_project/flexwrf_v3.0/flexwrf_v31_testcases/flexwrf.input
Image PC Routine Line Source
libintlc.so.5 00007F563D2E2F6A Unknown Unknown Unknown
libintlc.so.5 00007F563D2E1AE5 Unknown Unknown Unknown
libifcore.so.5 00007F563E19EB92 Unknown Unknown Unknown
libifcore.so.5 00007F563E11452B Unknown Unknown Unknown
libifcore.so.5 00007F563E113C3E Unknown Unknown Unknown
libifcore.so.5 00007F563E14F0E7 Unknown Unknown Unknown
flexwrf31_intel_s 00000000004E70BB Unknown Unknown Unknown
flexwrf31_intel_s 000000000046B3E3 Unknown Unknown Unknown
flexwrf31_intel_s 00000000004028BC Unknown Unknown Unknown
libc.so.6 00007F563CD69AFD Unknown Unknown Unknown
flexwrf31_intel_s 00000000004027B9 Unknown Unknown Unknown
[rabah@localhost flexwrf_v31_testcases]$
attached the namelist used.
Attachments (1)
Change History (3)
comment:1 Changed 11 years ago by DefaultCC Plugin
- Cc rstow added
Changed 11 years ago by rab_h
comment:2 Changed 11 years ago by jbrioude
- Priority changed from major to minor
- Resolution set to fixed
- Status changed from new to closed
- Type changed from Defect to Support
Line 67, your numpoint value says that there are 2 boxes defined, while you've put only one.
put numpoint=1 and then it should work.