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

Topography data in "ARRM10to60E2r1" test case #6513

Open
dinghao1995 opened this issue Jul 17, 2024 · 1 comment
Open

Topography data in "ARRM10to60E2r1" test case #6513

dinghao1995 opened this issue Jul 17, 2024 · 1 comment

Comments

@dinghao1995
Copy link

Hi,
I download "ARRM10to60E2r1" test data from
And I get some information from "init_mode_forcing_data.nc" file, see below:

             :config_global_ocean_topography_source = "latlon_file" ;
	:config_global_ocean_topography_file = "topography.nc" ;
	:config_global_ocean_topography_nlat_dimname = "lat" ;
	:config_global_ocean_topography_nlon_dimname = "lon" ;
	:config_global_ocean_topography_latlon_degrees = "YES" ;
	:config_global_ocean_topography_lat_varname = "lat" ;
	:config_global_ocean_topography_lon_varname = "lon" ;
	:config_global_ocean_topography_varname = "bathymetry" ;
	:config_global_ocean_topography_has_ocean_frac = "NO" ;
	:config_global_ocean_topography_ocean_frac_varname = "ocean_mask" ;
	:config_global_ocean_topography_method = "bilinear_interpolation" ;
	:config_global_ocean_fill_bathymetry_holes = "YES" ;
	:config_global_ocean_topography_smooth_iterations = 6 ;
	:config_global_ocean_topography_smooth_weight = 0.9 ;
	:config_global_ocean_deepen_critical_passages = "NO" ;
	:config_global_ocean_depress_by_land_ice = "NO" ;

I want to know where can I get the "topography.nc" file or how to make it.

Thanks

@dinghao1995
Copy link
Author

Hi, I download "ARRM10to60E2r1" test data from:
https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/mpas-o/ARRM10to60E2r1/)
And I get some information from "init_mode_forcing_data.nc" file, see below:

             :config_global_ocean_topography_source = "latlon_file" ;
	:config_global_ocean_topography_file = "topography.nc" ;
	:config_global_ocean_topography_nlat_dimname = "lat" ;
	:config_global_ocean_topography_nlon_dimname = "lon" ;
	:config_global_ocean_topography_latlon_degrees = "YES" ;
	:config_global_ocean_topography_lat_varname = "lat" ;
	:config_global_ocean_topography_lon_varname = "lon" ;
	:config_global_ocean_topography_varname = "bathymetry" ;
	:config_global_ocean_topography_has_ocean_frac = "NO" ;
	:config_global_ocean_topography_ocean_frac_varname = "ocean_mask" ;
	:config_global_ocean_topography_method = "bilinear_interpolation" ;
	:config_global_ocean_fill_bathymetry_holes = "YES" ;
	:config_global_ocean_topography_smooth_iterations = 6 ;
	:config_global_ocean_topography_smooth_weight = 0.9 ;
	:config_global_ocean_deepen_critical_passages = "NO" ;
	:config_global_ocean_depress_by_land_ice = "NO" ;

I want to know where can I get the "topography.nc" file or how to make it.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant