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

Question about a few errors in the log files in CLM5?

Status
Not open for further replies.

mengqi

mj
Member
Hi,

I am working on code development in CLM5. Specifically, I activated three new PFTs by changing a parameter named “mergetoclmpft” in the parameter file. In addition, I also changed the surface dataset file accordingly.

After that, I tried to run a regional case in the U.S. Midwest. However, it failed. I tried to check the log files but I did not understand what it meant. Could anyone give me some insights about the log files? I attached these log files.

Many thanks in advance!
 

Attachments

  • cesm.log.3784789.chadmin1.ib0.cheyenne.ucar.edu.231010-014703.txt
    32.2 KB · Views: 2
  • lnd.log.3784789.chadmin1.ib0.cheyenne.ucar.edu.231010-014703.txt
    217.7 KB · Views: 2

oleson

Keith Oleson
CSEG and Liaisons
Staff member
The error is pointing to this line in lnd_import_export.F90

call state_setexport_1d(exportState, Sl_t , lnd2atm_inst%t_rad_grc(begg:), &
init_spval=.true., rc=rc)

and the error is indicating a NaN (not a number) for that field (t_rad_grc).
If you haven't modified CLM source code, then this generally can mean that there is some bad atmospheric forcing or a problem in how the atmospheric forcing is mapped to the grid cell. You'll want to identify the grid cell in question and see why t_rad_grc is NaN.
 
Status
Not open for further replies.
Top