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

precipitation partitioning in CLM offline

Status
Not open for further replies.

mizukami

New Member
I am running off-line CLM with my own forcing data, and trying to check my input/output to make sure I am running correctly. I am checking precipitation partitioning (snow and rainfall).

Based on the CLM technical documents, precipitation is separated into snow and rain at each CLM dtime using

Psnow = P*(1-f)
Prain = P*f
where f = 0< 0.5*(Tatm-Tfreeze)
 

slevis

Moderator
Staff member
Dear Naoki,

I wonder whether you used the right temperature variable in your scatter plot. I think that Tatm corresponds to TBOT in the clm history file. If this does not explain the discrepancy, then consider using write statements in the code to investigate this behavior. Pls let us know what you find out.

Thanks,
Sam Levis
 

mizukami

New Member
Hi Sam,

Thank for the reply. I found out that I was looking at hourly average outputs (TBOT, SNOWATM and RAINATM) from 15min simulation. My data is hourly and the coupler takes hourly data and interpolate all the forcing at every 15min I believe. That was why I got some scatter around the line. I output every 15min and made the same plot, and I got all the points on 0.5 slope straight line.

I got further questions...

-I think I would like to run the model every hour (not 15min) to match up with forcing. I tried it but the simulation stopped after it ran for the first few years ( I was running 20years over 9x 15 grid with 1/16th degree resolution in Colorado). Is it some numerical stability issue (time step is too large)?

-Since I am running CLM over a particular river basin in Colorado, I would like to put basin mask over the grid if I can to save computation time (so running the model only inside the basin). I have not quite figured out this, but I am thinking of replacing land fraction grid in the domain grid (i.e., outside the basin is sea and inside is the land). I am wondering if there is better or appropriate way.

thanks,
Naoki
 

slevis

Moderator
Staff member
- Could be numerical instability. Not sure.

- This makes sense. I hope it works.

Sam Levis
 
Status
Not open for further replies.
Top