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.
 
Back
Top