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

Issues during running point scale simulation

ruparati.chakraborti@list

Ruparati Chakraborti
New Member
I am running point scale simulation for crop module with ctsm 5.3. .but not being able to get the output files. Attached the cesm.log and atm.log.
 

Attachments

  • atmlog.txt
    8 KB · Views: 6
  • cesmlog.jpg
    cesmlog.jpg
    259.2 KB · Views: 7

slevis

Moderator
Staff member
The error in your cesm.log says "variable not found"
This is how I would troubleshoot if I were you:
I suggest looking for a missing variable in one of the custom files that you introduced to the simulation.
For example if you are using custom datm files, then compare your files against datm files that work and see what is missing in yours.
 
Vote Upvote 0 Downvote

ruparati.chakraborti@list

Ruparati Chakraborti
New Member
Thanks a lot for your reply.
I am creating the case as described below:
./create_newcase --case $SCRATCH/clm5_runs/$CTSM_case --machine $mach_name --res CLM_USRDAT --compset $compsetname --run-unsupported --compiler gnu
I have attached the screen shot of the error I am getting during running the point scale simulation for the crop module using reanalysis data for creating forcing files.
 

Attachments

  • 1739272683934.png
    1739272683934.png
    140.4 KB · Views: 7
Vote Upvote 0 Downvote

ruparati.chakraborti@list

Ruparati Chakraborti
New Member
This is to clarify again, I am using the compset as I1PtClm60Bgc (Point scale simulation for crop using reanalysis data for forcing).

I have created the surface data and datm using the below command. .

./subset_data point --lat 50.86 --lon 6.44 --site 1x1_testcrop --create-surface --surf-year 2000 --create-user-mods --create-datm --datm-syr 1917 --datm-eyr 1918 --create-domain --dompft 50 --crop --inputdata-dir /ec/res4/scratch/lums/cesm/inputdata --overwrite
 
Vote Upvote 0 Downvote

slevis

Moderator
Staff member
Thank you for sending the new error message. This is how I would troubleshoot if I were you:
What if you changed the streamname in your case's user_nl_datm_streams to the first of the "valid streamnames" listed in the error? I don't now if it will work, but it's something to try.
 
Vote Upvote 0 Downvote
Top