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

new coupled variable

Hi, I am trying to add a new variable to be passed between atmosphere, land, and ocean. I have added the appropriate new variables in each component and the following modules:atm_import_export.F90cam_cpl_indices.F90clm_cpl_indices.F90lnd_import_export.F90POP_CplIndices.F90ocn_import_export.F90ocn_comp_mct.F90 I can run the model version, yet the output shows that my new variables are not initialized at all, they have missing values.I know it is a very general question but is there another major place in the code where i have to introduce the new coupled variables? Thanks,Altug
 
Top