Skip to content

Commit

Permalink
cast arrays to strings for the moment pt3
Browse files Browse the repository at this point in the history
  • Loading branch information
garciampred committed Nov 12, 2024
1 parent 70b1700 commit 620e28b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdsobs/data/insitu-observations-ndacc/service_definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -934,11 +934,11 @@ sources:
units: '1'
ozone_number_density_altitude_resolution_df_transfer_function:
description: Transfer Function of Digital Filter used.
dtype: float32
dtype: object
units: '1'
ozone_number_density_altitude_resolution_distance_from_impulse:
description: Distance from impulse to use with Impulse Response (0 at location of Impulse).
dtype: float32
dtype: object
units: '1'
ozone_number_density_altitude_resolution_impulse_response:
description: 'Vertical resolution: impulse response.'
Expand Down
3 changes: 3 additions & 0 deletions tests/scripts/upgrade_service_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@ def get_dtype(cdm_name) -> str:
"methane_total_column_averaging_kernel",
"carbon_monoxide_total_column_averaging_kernel",
"carbon_monoxide_volume_mixing_ratio_averaging_kernel",
"ozone_number_density_altitude_resolution_df_transfer_function",
"ozone_number_density_altitude_resolution_distance_from_impulse",
"air_pressure_source",
]
vars_datetime = [
"report_timestamp",
Expand Down

0 comments on commit 620e28b

Please sign in to comment.