Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

point_of_interest.F90

Status
Not open for further replies.

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
 

Attachments

  • lnd.log.5946370.220728-124628.txt
    126.9 KB · Views: 2
  • cpl.log.5946370.220728-124628.txt
    63.7 KB · Views: 3
  • cesm.log.5946370.220728-124628.txt
    981.7 KB · Views: 3
  • atm.log.5946370.220728-124628.txt
    236.7 KB · Views: 2
Status
Not open for further replies.
Top