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

Daily wind stress output

Hi, there     I am running CESM1.1.1.     I would like to get daily outputs of wind stress (TAUX, TAUY), but meanwhile would like to keep the monthly output of these two variables.Shall I modify the gx1v6_tavg_contents by adding two options ?2 TAUX_22 TAUY_2make it look like1 TAUX2 TAUX_21 TAUY2 TAUY_2    Please confirm or direct me how to do this. Thanks a lot! BestW
 

njn01

Member
W,It turns out I did not give you complete information in my previous answer!  When I answered your question, I had assumed that we already had support in the POP2 code for TAUX_2 and TAUY_2. However, an alert colleague just pointed out to me that we do not. 
Because there is not already support for the TAUX_2 and TAUY_2 variables in the POP2 code, you will need to do some extra work in order to get the output that you want.  So in addition to the necessary modifications to your tavg_contents file as discussed above, you will also need to modify a copy of the forcing.F90 file in your $CASE/SourceMods/src.pop2 directory.  See the POP2 FAQ for information on how to do this:http://www.cesm.ucar.edu/models/cesm1.1/pop2/doc/faq/#developer
 
Top