MrIgnition
Member
I am performing land-only simulations using projection datasets on CLM5. For more than once, using different projection datasets I have come across this error:
ERROR: One or more of the output from CLM to t
he coupler are NaN
# of NaNs = 1
Which are NaNs = F F F F F F T F F F F F F F F F F F F F F F F F F F F F F F F
F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F
# of NaNs = 1
Which are NaNs = F F F F F F T F F F F F F F F F F F F F F F F F F F F F F F F
F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F
# of NaNs = 1
Which are NaNs = F F F F F F T F F F F F F F F F F F F F F F F F F F F F F F F
F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F
latdeg: 19.6900000000000
londeg: 347.276133603239
Sl_t
gridcell index = 21299
latdeg: 19.6900000000000
londeg: 347.276133603239
ENDRUN:
Following the advice here: Model stopped due to methane flux errors i have been able to add longitudes and latitudes to the error message using:
"write(iulog,*)'latdeg: ',grc%latdeg(g)
write(iulog,*)'londeg: ',grc%londeg(g)
You'd also need to add this to the lnd_import_export module:
use GridcellType , only : grc"
I like to proceed and know the variables available at the grid cells but I did not find the "point_of_interest.F90" tool in my clm5.0/src/utils directory. Does anyone know where to get it? or an alternative tool if it exists?
My log files are attached.
Thanks in advance
ERROR: One or more of the output from CLM to t
he coupler are NaN
# of NaNs = 1
Which are NaNs = F F F F F F T F F F F F F F F F F F F F F F F F F F F F F F F
F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F
# of NaNs = 1
Which are NaNs = F F F F F F T F F F F F F F F F F F F F F F F F F F F F F F F
F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F
# of NaNs = 1
Which are NaNs = F F F F F F T F F F F F F F F F F F F F F F F F F F F F F F F
F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F
latdeg: 19.6900000000000
londeg: 347.276133603239
Sl_t
gridcell index = 21299
latdeg: 19.6900000000000
londeg: 347.276133603239
ENDRUN:
Following the advice here: Model stopped due to methane flux errors i have been able to add longitudes and latitudes to the error message using:
"write(iulog,*)'latdeg: ',grc%latdeg(g)
write(iulog,*)'londeg: ',grc%londeg(g)
You'd also need to add this to the lnd_import_export module:
use GridcellType , only : grc"
I like to proceed and know the variables available at the grid cells but I did not find the "point_of_interest.F90" tool in my clm5.0/src/utils directory. Does anyone know where to get it? or an alternative tool if it exists?
My log files are attached.
Thanks in advance