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?
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?