Skip to content

Commit

Permalink
Updated output file name & added NPD JRA55v1 variable inventory .csv …
Browse files Browse the repository at this point in the history
…file.
  • Loading branch information
oj-tooth committed Jan 16, 2025
1 parent 248823c commit 27d8e2c
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jasmin_os/intake/create_npd_variable_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
df_inv.loc[len(df_inv)] = [var, attrs['standard_name'].lower(), attrs['long_name'].lower(), attrs['units'], ds[var].dims, model, grid, freq, url]

# Save inventory DataFrame to CSV file:
df_inv.to_csv('.../NOC_Near_Present_Day/jasmin_os/intake/npd_variable_inventory.csv', index=False)
df_inv.to_csv('.../NOC_Near_Present_Day/jasmin_os/intake/npd_v1_variable_inventory.csv', index=False)
Loading

0 comments on commit 27d8e2c

Please sign in to comment.