NCAR / cesm-lens-aws

Examples of analysis of CESM LENS data publicly available on Amazon S3 (us-west-2 region) using xarray and dask
https://doi.org/10.26024/wt24-5j82
BSD 3-Clause "New" or "Revised" License
43 stars 23 forks source link

Change non ocean data to match ocean data #54

Closed andersy005 closed 4 years ago

andersy005 commented 4 years ago

As part of #34 we factored out common arrays for the ocean data copied to AWS and put these common arrays into a grid zarr store. We need to repeat this process for variables from other components

Once all data variables have been updated, the Kay et al. notebook needs to be updated as well.

andersy005 commented 4 years ago

@jeffdlb, I just noticed that I inadvertently produced and published to S3 more variables than what we have listed on the AWS webpage. The extra variables are for the following prefixes:

Let me know if having these extra variables is problematic and I will delete them from AWS S3.

jeffdlb commented 4 years ago

Don't delete! We have not used up our allocation so volume is not a concern. In fact, I think we may be missing some 6-hourly data...

In the atm/hourly6-year1-year2/CESM-LE-* category we claim ( https://doi.org/10.26024/wt24-5j82) to have 2D variables PRECT, PS, PSL, QREFHT, TREFHT, and TS, and 3D T, U, V, Q, and Z3. However, in https://s3.console.aws.amazon.com/s3/buckets/ncar-cesm-lens/atm/hourly6-1990-2005/ I am not seeing PRECT, PS, REFHT, or V, but I am seeing the addition of FLNS and FSNS. This seems to also be the case for the other two time periods.

-Jeff

On Tue, Aug 25, 2020 at 2:46 PM Anderson Banihirwe notifications@github.com wrote:

@jeffdlb https://github.com/jeffdlb, I just noticed that I inadvertently produced and published to S3 more variables than what ywe have listed on the AWS webpage. The extra variables are for the following prefixes:

  • atm/hourly6-1990-2005/CESM-LE-*
  • atm/hourly6-2026-2035/CESM-LE-*
  • atm/hourly6-2071-2080/CESM-LE-*

Let me know if having these extra variables is problematic and I will delete them from AWS S3.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NCAR/cesm-lens-aws/issues/54#issuecomment-680261194, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABF4W4Q23SAXKEX7KJNUA2LSCQPLTANCNFSM4OJXFMJQ .

andersy005 commented 4 years ago

I am not seeing PRECT, PS, REFHT, or V, but I am seeing the addition of FLNS and FSNS. This seems to also be the case for the other two time periods.

Yeah, I noticed this too... I am currently producing the stores for these variables, and will publish them ASAP.