Hi all,
I am creating a new stream module in CLMU with CESM2.1.3.
When I ran ./case.submit, there was an error in reading stream data. I attached the cesm.log and lnd.log.
In the end of cesm log, the error is
[0] pio_support::pio_die:: myrank= -1 : ERROR: nf_mod.F90: 730 : NetCDF: Variable not found
[0] application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
In the end of lnd.log,:
(shr_dmodel_readstrm) open : /home/yuansun/projects/cesm/inputdata/lnd/clm2/urbandata/CLM50_DynUrbanAlbedo_YuanSun_2023_0.9x1.25_simyr1849-2106_c20231005.nc
(shr_dmodel_readstrm) file lb: /home/yuansun/projects/cesm/inputdata/lnd/clm2/urbandata/CLM50_DynUrbanAlbedo_YuanSun_2023_0.9x1.25_simyr1849-2106_c20231005.nc 155
I read the nf_mod.F90 and the 730 line is : call check_netcdf(File, ierr,__PIO_FILE__,__LINE__). Then I guessed there might be a PIO_noerr.
I am confused about what is wrong and uncertain if it is an input data issue (nc file is already in classic format) or a module code issue. Also I do not know what '155' mean.
Thank you for taking an insight and offering any comments.
Best,
Yuan
I am creating a new stream module in CLMU with CESM2.1.3.
When I ran ./case.submit, there was an error in reading stream data. I attached the cesm.log and lnd.log.
In the end of cesm log, the error is
[0] pio_support::pio_die:: myrank= -1 : ERROR: nf_mod.F90: 730 : NetCDF: Variable not found
[0] application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
In the end of lnd.log,:
(shr_dmodel_readstrm) open : /home/yuansun/projects/cesm/inputdata/lnd/clm2/urbandata/CLM50_DynUrbanAlbedo_YuanSun_2023_0.9x1.25_simyr1849-2106_c20231005.nc
(shr_dmodel_readstrm) file lb: /home/yuansun/projects/cesm/inputdata/lnd/clm2/urbandata/CLM50_DynUrbanAlbedo_YuanSun_2023_0.9x1.25_simyr1849-2106_c20231005.nc 155
I read the nf_mod.F90 and the 730 line is : call check_netcdf(File, ierr,__PIO_FILE__,__LINE__). Then I guessed there might be a PIO_noerr.
I am confused about what is wrong and uncertain if it is an input data issue (nc file is already in classic format) or a module code issue. Also I do not know what '155' mean.
Thank you for taking an insight and offering any comments.
Best,
Yuan