The CMIP7 data request asks for tracers interpolated to a specific depth of 200m, e.g. thetao200 , bigthetao200
The variables requested at 200m depth include physical variables like Oday.bigthetao200 and Oday.thetao200, as well as BGC variables such as Oday.co3200, Oday.co3satarag200, Oday.o2200, Oday.ph200, Oday.phyc200, and Oday.chl200.
We can leverage the interpolation capability recently added to the remapping class for the t17d diagnostic (see pull request: #1001).
For the t17d diagnostic, depth is defined as the distance from the free-surface, which Baylor argued is most compatible with the products they intend to compare against. The challenge with using this definition for thetao200 is that the 3D mask can vary in time if the ocean column thickness varies above and below 200m. Using z*=-200 instead of z=ssh-200 seems to be little different to an interpolation error, so I suggest we can live with this.
Open questions:
[x] - definition of depth?
[ ] - availability of 200m diagnostic for other scalars?
[ ] - generalization to other depths?
Edit: I did a 180 on the definition of "depth", ending up reversed from OP
The CMIP7 data request asks for tracers interpolated to a specific depth of 200m, e.g.
thetao200,bigthetao200The variables requested at 200m depth include physical variables like Oday.bigthetao200 and Oday.thetao200, as well as BGC variables such as
Oday.co3200,Oday.co3satarag200,Oday.o2200,Oday.ph200,Oday.phyc200, andOday.chl200.We can leverage the interpolation capability recently added to the remapping class for the t17d diagnostic (see pull request: #1001).
For the t17d diagnostic, depth is defined as the distance from the free-surface, which Baylor argued is most compatible with the products they intend to compare against. The challenge with using this definition for
thetao200is that the 3D mask can vary in time if the ocean column thickness varies above and below 200m. Using z*=-200 instead of z=ssh-200 seems to be little different to an interpolation error, so I suggest we can live with this.Open questions:
[x] - definition of depth?
[ ] - availability of 200m diagnostic for other scalars?
[ ] - generalization to other depths?
Edit: I did a 180 on the definition of "depth", ending up reversed from OP