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

Sending more variables to CLM from CAM

I needed to send more physics variables from CAM (chunk) to the land model (clump) to be used in surface flux computations. These variables will only need to be sent from CAM, not received back by CAM. Should I modify the lp_coupling..alltoall_chunk_to_clump routine? I noticed that it is not that easy due to variables (npes, etc.) referenced from the spmd_dyn module. :confused:
 

bundy

New Member
I think lp_coupling is probably the right place to do this. But it isn't easy! My best advice is to find a field with similar dimensions to yours and follow that example as closely as possible. Not very helpful, I know.

If you haven't already, I suggest posting this under the land model section of the BB also.
 
Top