Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix variable name in iceberg climatologies #721

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

xylar
Copy link
Collaborator

@xylar xylar commented Oct 18, 2023

bergFreshWaterFluxData --> bergFreshwaterFluxData

Checklist

  • Document (in a comment titled Testing in this PR) any testing that was used to verify the changes

bergFreshWaterFluxData --> bergFreshwaterFluxData
@xylar xylar added bug Something isn't working ocean labels Oct 18, 2023
@xylar xylar self-assigned this Oct 18, 2023
@xylar
Copy link
Collaborator Author

xylar commented Oct 18, 2023

Testing

I ran through files_for_e3sm using the QU240 mesh and see:

$  pwd
/lcrc/group/e3sm/ac.xylar/compass_1.2/chrysalis/test_20231018/qu240-fix-iceberg/ocean/global_ocean/QU240/WOA23/files_for_e3sm/assembled_files/inputdata/ice/mpas-seaice/QU240E3r1
$ ncdump -h Iceberg_Climatology_Merino.QU240E3r1.20231018.nc | more
netcdf Iceberg_Climatology_Merino.QU240E3r1.20231018 {
dimensions:
	Time = UNLIMITED ; // (12 currently)
	nCells = 7404 ;
	StrLen = 64 ;
variables:
	double lat(nCells) ;
		lat:long_name = "Latitude of Grid Cell Centers" ;
		lat:standard_name = "latitude" ;
		lat:units = "degrees_north" ;
		lat:axis = "Y" ;
		lat:valid_min = -90. ;
		lat:valid_max = 90. ;
		lat:bounds = "lat_vertices" ;
	double lon(nCells) ;
		lon:long_name = "Longitude of Grid Cell Centers" ;
		lon:standard_name = "longitude" ;
		lon:units = "degrees_east" ;
		lon:axis = "X" ;
		lon:valid_min = 0. ;
		lon:valid_max = 360. ;
		lon:bounds = "lon_vertices" ;
	double area(nCells) ;
		area:long_name = "Solid angle subtended by gridcell" ;
		area:standard_name = "solid_angle" ;
		area:units = "steradian" ;
		area:cell_mathods = "lat, lon: sum" ;
		area:coordinates = "lat lon" ;
	float bergFreshwaterFluxData(Time, nCells) ;
		bergFreshwaterFluxData:units = "Kg/m2/s" ;
		bergFreshwaterFluxData:cell_measures = "area: area" ;
		bergFreshwaterFluxData:coordinates = "lat lon" ;
	char xtime(Time, StrLen) ;
...

@xylar xylar merged commit b372d6f into MPAS-Dev:main Oct 18, 2023
4 checks passed
@xylar xylar deleted the fix-iceberg-var-name branch October 18, 2023 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ocean
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant