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

Resolution of clim_p_trop.nc

wrunyu

wrunyu
New Member
Hi all,

The code I used to build the case :./create_newcase --case Fcase --mach=test --res f09_f09_mg17 --compset FCnudged --run-unsupported in cesm2.2.0.I ran into a problem after the model was submitted.
1742021704168.png


In cesm.log.54982.250314-215436:
Opened existing file
/home/wrunyu2023/cesm/inputdata/atm/cam/chem/trop_mozart/ub/clim_p_trop.nc
79
ERROR: FLDLST: 23 errors found, see log
ERROR: FLDLST: 23 errors found, see log
ERROR: FLDLST: 23 errors found, see log
······
Abort(1001) on node 363 (rank 363 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1001) - process 363

I checked clim_p_trop.nc and the resolution is 2.5×2.5 while I set it to 0.9×1.25.But my nc file was indeed downloaded from the official website.Looking forward to your reply.

Regards,
Runyu
 
Solution
The FLDLST error suggests that you're trying to output some variables in CAM that don't exist through specification of the fincl's in user_nl_cam. It should be clearer in the CAM log file which requested outputs are causing you problems.

islas

Moderator
Staff member
The FLDLST error suggests that you're trying to output some variables in CAM that don't exist through specification of the fincl's in user_nl_cam. It should be clearer in the CAM log file which requested outputs are causing you problems.
 
Vote Upvote 0 Downvote
Solution

wrunyu

wrunyu
New Member
The FLDLST error suggests that you're trying to output some variables in CAM that don't exist through specification of the fincl's in user_nl_cam. It should be clearer in the CAM log file which requested outputs are causing you problems.
Thank you very much for your reply. The thoughts you have provided are very true. My case works fine. I wish you have a wonderful day!
 
Vote Upvote 0 Downvote
Top