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

atmospheric data

Hi Sam!
You know the NCEP T62 atmospheric data of CLM is at 3-hr resolution.Now I want the model to read the 6-hr resolution atmospheric data,is that feasible and how can I do that?

Thanks a lot!
Stone
 

slevis

Moderator
Staff member
If you mean the original 6-hr ncep data, then you would need to bring that data into the same format as our 3-hr data, so that the clm would read the 6-hr data and understand it. You would probably write a fortran, ncl, matlab, idl, or equivalent script to do this. I think that the clm would then know what to do with the different time resolution, although this hasn't really been tested recently... In general you may find it useful to go over and understand the parts of clm that read and handle the atmosphere data.

I wonder if a simpler way of approaching this is to create files with 6-hr data by sub-sampling or interpolating our 3-hr files. Again you would have to write a fortran, ncl, matlab, idl, or equivalent script to do this. And the clm should know what to do with the different resolution, but, if not, you would need to go inside the code that reads and handles the atm data to figure out what to do.

I hope you find my suggestions helpful.

Good luck,
Sam
 
Top