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

CESM 2.1: Writing one variable to multiple streams (monthly and daily averaged files)

sur23beeb

ST
Member
I am trying to write out the variable WTT in both the monthly averaged and daily averaged files. As per this documentation I thought adding a _2 suffix is required if you want to write out the same variable in multiple output streams. For example, I have lines like these in the file tx0.1v3_tavg_contents:

1 SHF_QSW
2 SHF_QSW_2

The above two lines did not cause any problem but the following lines do as I get an error message saying the requested field WTT_2 is unknown:

1 WTT
2 WTT_2

Any ideas on what am I doing wrong here?
 

dbailey

CSEG and Liaisons
Staff member
This is a POP related question, so I have moved it. The tag "WTT_2" needs to be explicitly defined in the POP code. Only fields that have already been set for the daily stream work this way. It is relatively easy to add fields in POP though. See the FAQ here:

 
Top