Problems encountered while studying the Note2 tutorial #231
Unanswered
Dylan-leo1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Looks like something is wrong with your input forcing file path. Have you checked if your forcing file path is correct and also the file "2000010100.LDASIN_DOMAIN1" reads fine using ncview or nco? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In namelist.hrldas,my path is set to
HRLDAS_SETUP_FILE = "/home/dylan/NLDAS_forcing/LDASINHRLDAS_setup_2000010100_d1"
INDIR = "/home/dylan/NLDAS_forcing/"
OUTDIR = "/home/dylan/NLDAS_forcing/LDASOU/"
Results when running the hrldas.exe
[root@localhost run]# ./hrldas.exe
wrfinput_flnm: '/home/dylan/NLDAS_forcing/LDASINHRLDAS_setup_2000010100_d1'
wrfinput_flnm: '/home/dylan/NLDAS_forcing/LDASINHRLDAS_setup_2000010100_d1'
wrfinput_flnm: '/home/dylan/NLDAS_forcing/LDASINHRLDAS_setup_2000010100_d1'
MODULE_HRLDAS_NETCDF_IO: Problem finding variable 'CROPTYPE' in NetCDF file. U
sing default values.
MODULE_HRLDAS_NETCDF_IO: Problem finding variable 'PLANTING' in NetCDF file. U
sing default values.
MODULE_HRLDAS_NETCDF_IO: Problem finding variable 'HARVEST' in NetCDF file. Us
ing default values.
MODULE_HRLDAS_NETCDF_IO: Problem finding variable 'SEASON_GDD' in NetCDF file.
Using default values.
netcdf_flnm: '/home/dylan/NLDAS_forcing/LDASINHRLDAS_setup_2000010100_d1'
LDASIN TITLE attribute: OUTPUT FROM CONSOLIDATE_GRIB v20150518
ldasin_version = 20150518
LDASIN MMNINLU attribute: MODIFIED_IGBP_MODIS_NOAH
layer_bottom(1:nsoil) = 0.1000 0.4000 1.0000 2.0000
layer_top(1:nsoil) = 0.0000 0.1000 0.4000 1.0000
Soil depth = 0.100000 0.300000 0.600000 1.000000
k, dst_centerpoint(k) = 1 5.0000001E-02
k, dst_centerpoint(k) = 2 0.2500000
k, dst_centerpoint(k) = 3 0.7000000
k, dst_centerpoint(k) = 4 1.500000
k, src_centerpoint(k) = 1 4.9999997E-02
k, src_centerpoint(k) = 2 0.2500000
k, src_centerpoint(k) = 3 0.7000000
k, src_centerpoint(k) = 4 1.500000
(Near) match for destination layer: Taking destination layer at 0.0500 from source layer at 0.0500
(Near) match for destination layer: Taking destination layer at 0.2500 from source layer at 0.2500
(Near) match for destination layer: Taking destination layer at 0.7000 from source layer at 0.7000
(Near) match for destination layer: Taking destination layer at 1.5000 from source layer at 1.5000
k, dst_centerpoint(k) = 1 5.0000001E-02
k, dst_centerpoint(k) = 2 0.2500000
k, dst_centerpoint(k) = 3 0.7000000
k, dst_centerpoint(k) = 4 1.500000
k, src_centerpoint(k) = 1 4.9999997E-02
k, src_centerpoint(k) = 2 0.2500000
k, src_centerpoint(k) = 3 0.7000000
k, src_centerpoint(k) = 4 1.500000
(Near) match for destination layer: Taking destination layer at 0.0500 from source layer at 0.0500
(Near) match for destination layer: Taking destination layer at 0.2500 from source layer at 0.2500
(Near) match for destination layer: Taking destination layer at 0.7000 from source layer at 0.7000
(Near) match for destination layer: Taking destination layer at 1.5000 from source layer at 1.5000
SNOW HEIGHT NOT FOUND - VALUE DEFINED IN LSMINIT
NTIME = 8760 KHOUR= 8760 dtbl = 3600.000
A) Problem opening netcdf file: '/home/dylan/NLDAS_forcing//2000010100.LDASIN_DOMAIN1'
Beta Was this translation helpful? Give feedback.
All reactions