NOAA-EMC / gfs-utils

Utility programs for global-workflow
0 stars 15 forks source link

Update ocean and ice variable lists in csv files #28

Closed GwenChen-NOAA closed 8 months ago

GwenChen-NOAA commented 8 months ago

Ocean and ice variable lists are updated to meet the requirements in the document in the https://github.com/NOAA-EMC/global-workflow/issues/1864.

DeniseWorthen commented 8 months ago

I would tend to agree that anyone looking at output for evaluation purposes (ie, the prototypes or testing a science change etc) might find it useful to have additional variables in the lat/lon netCDF file. What I don't know is how hard that would be for someone to generate themselves.

GwenChen-NOAA commented 8 months ago

I would tend to agree that anyone looking at output for evaluation purposes (ie, the prototypes or testing a science change etc) might find it useful to have additional variables in the lat/lon netCDF file. What I don't know is how hard that would be for someone to generate themselves.

For scalar variables, it is a simple command to convert tripolar grid to latlon grid using cdo:

module load cdo/1.9.8 cdo remapbil,lonlat.grid input.nc output.nc