Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

WRF running error when using pnetcdf

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Sylvia

New member
Hello,

I'm running WRF 3.6.1 using pnetcdf. And I met some errors when I set "io_form_history = 11". Followed are the error messages in rsl.error.0000.

-----------
taskid: 0 hostname: cu13
Ntasks in X 8 , ntasks in Y 8
--- WARNING: traj_opt is zero, but num_traj is not zero; setting num_traj to zero.
--- NOTE: grid_fdda is 0 for domain 1, setting gfdda interval and ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain 1, setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain 1, setting obs nudging interval and ending time to 0 for that domain.
bl_pbl_physics /= 4, implies mfshconv must be 0, resetting
--- NOTE: num_soil_layers has been set to 4
WRF V3.6.1 MODEL
*************************************
Parent domain
ids,ide,jds,jde 1 555 1 425
ims,ime,jms,jme -4 77 -4 60
ips,ipe,jps,jpe 1 70 1 53
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 140389664 bytes allocated
med_initialdata_input: calling input_input
Resetting the hypsometric_opt from default value of 2 to 1
Timing for processing wrfinput file (stream 0) for domain 1: 1.65431 elapsed seconds
INPUT LandUse = "USGS"
LANDUSE TYPE = "USGS" FOUND 33 CATEGORIES 2 SEASONS WATER CATEGORY = 16 SNOW CATEGORY = 24
INITIALIZE THREE Noah LSM RELATED TABLES
LANDUSE TYPE = USGS FOUND 27 CATEGORIES
INPUT SOIL TEXTURE CLASSIFICATION = STAS
SOIL TEXTURE CLASSIFICATION = STAS FOUND 19 CATEGORIES
NetCDF error: Unknown error in file operation
NetCDF error in ext_pnc_open_for_write_begin wrf_io.F90, line 1269
Warning FILE NOT OPENED in wrf_io.F90, line 2393
Warning FILE NOT OPENED in wrf_io.F90, line 2393
Warning FILE NOT OPENED in wrf_io.F90, line 2393
Warning FILE NOT OPENED in wrf_io.F90, line 2393
Warning FILE NOT OPENED in wrf_io.F90, line 2393
Warning FILE NOT OPENED in wrf_io.F90, line 2393
Timing for Writing wrfout_d01_2015-09-07_00:00:00 for domain 1: 0.00679 elapsed seconds
Input data processed for aux input 4 for domain 1
Timing for processing lateral boundary for domain 1: 0.20473 elapsed seconds
WRF NUMBER OF TILES FROM OMP_GET_MAX_THREADS = 4
Tile Strategy is not specified. Assuming 1D-Y
WRF TILE 1 IS 1 IE 70 JS 1 JE 14
WRF TILE 2 IS 1 IE 70 JS 15 JE 27
WRF TILE 3 IS 1 IE 70 JS 28 JE 40
WRF TILE 4 IS 1 IE 70 JS 41 JE 53
WRF NUMBER OF TILES = 4
Timing for main: time 2015-09-07_00:01:00 on domain 1: 0.41416 elapsed seconds
Timing for main: time 2015-09-07_00:02:00 on domain 1: 0.08877 elapsed seconds
Timing for main: time 2015-09-07_00:03:00 on domain 1: 0.08825 elapsed seconds
Timing for main: time 2015-09-07_00:04:00 on domain 1: 0.08780 elapsed seconds
Timing for main: time 2015-09-07_00:05:00 on domain 1: 0.08860 elapsed seconds
Warning FILE NOT OPENED in ext_pnc_ioclose wrf_io.F90, line 1388
NetCDF error: NetCDF: Not a valid ID
NetCDF error in ext_pnc_ioclose wrf_io.F90, line 1410
wrf: SUCCESS COMPLETE WRF


But I could run wrf.exe successfully using the following options:
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 11

Any ideas?
Thanks
 

Attachments

  • rsl.error.0000.txt
    19.1 KB · Views: 16
Hi,
The rsl file gives those error messages, but it also says that WRF was run successfully. Are you able to get the wrfout* files, and if so, do they look reasonable? If so, then I think you can ignore the error you're seeing.

Otherwise, can you please try your case with the latest version of the code (WRFV4.3.3) to see if you still see the issue? Thanks!
 
Top