Skip to content

Commit

Permalink
Add PIRE 1yr and SHiELD 40d v wind verification (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaKwa authored Jun 21, 2022
1 parent e62038a commit f59deea
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
34 changes: 34 additions & 0 deletions external/vcm/vcm/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,22 @@ sources:
urlpath: "gs://vcm-ml-intermediate/2020-05-coarsen-c384-diagnostics/coarsen_diagnostics/atmos_8xdaily_add_vars_corrected_wind.zarr"
consolidated: True

40day_c48_atmos_vwinds:
description: Additional v wind 2D dycore variables interpolated to pressure levels from 40-day nudged simulation (May 27 2020 SHiELD),
coarsened to C48 resolution. Created by script https://github.com/ai2cm/explore/blob/master/annak/2022-06-17-save-vwind-verif/save_vwind_netcdfs_shield_40d.py
driver: zarr
metadata:
grid: c48
simulation: 40day_may2020
category: 2d
variables:
- VGRD500
- VGRD850
- VGRD1000
args:
urlpath: "gs://vcm-ml-intermediate/2020-05-coarsen-c384-diagnostics/coarsen_diagnostics/shield_40d_additional_northward_wind_plev.zarr"
consolidated: True

40day_c48_fine_res_apparent_sources_15min_may2020:
description: >-
Fine res apparent sources of heat and moisture, coarsened to C48 resolution, with time coordinate shifted to beginning of 15-minute
Expand All @@ -292,6 +308,7 @@ sources:
urlpath: 'gs://vcm-ml-intermediate/2021-09-09-fine-res-Q1-Q2-from-40-day-X-SHiELD-simulation-2020-05-27.zarr'
consolidated: True


40day_c48_fine_res_apparent_sources_3hrly_may2020:
description: >-
Fine res apparent sources of heat and moisture, coarsened to C48 resolution, and time-averaged over 3-hourly intervals
Expand Down Expand Up @@ -717,6 +734,23 @@ sources:
urlpath: "gs://vcm-ml-intermediate/2021-10-12-PIRE-c48-post-spinup-verification/pire_atmos_phys_3h_coarse.zarr"
consolidated: True

2020_1yr_pire_vwinds:
description: Additional v wind 2D dycore variables interpolated to pressure levels from 1 year PIRE simulation post-spinup,
coarsened to C48 resolution. Created by script https://github.com/ai2cm/explore/blob/master/annak/2022-06-17-save-vwind-verif/save_vwind_netcdfs_pire.py
driver: zarr
metadata:
grid: c48
simulation: 1yr_pire_postspinup
category: 2d
variables:
- VGRD500
- VGRD850
- VGRD1000
args:
urlpath: "gs://vcm-ml-intermediate/2021-10-12-PIRE-c48-post-spinup-verification/additional_northward_wind_plev.zarr"
consolidated: True


2020_1yr_pire_dyn_plev:
description: 2D dycore variables interpolated to pressure levels from 1 year PIRE simulation post-spinup, coarsened to C48 resolution.
driver: zarr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,15 @@ variables:
float32 q500(time, tile, y, x) ;
q500:long_name = specific humidity ;
q500:units = kg / kg ;
float32 VGRD1000(time, tile, y, x) ;
VGRD1000:long_name = VGRD1000 ;
VGRD1000:units = unspecified ;
float32 VGRD500(time, tile, y, x) ;
VGRD500:long_name = VGRD500 ;
VGRD500:units = unspecified ;
float32 VGRD850(time, tile, y, x) ;
VGRD850:long_name = VGRD850 ;
VGRD850:units = unspecified ;

// global attributes:
}

0 comments on commit f59deea

Please sign in to comment.