E3SM-Project / E3SM

Energy Exascale Earth System Model source code. NOTE: use "maint" branches for your work. Head of master is not validated.
https://docs.e3sm.org/E3SM
Other
344 stars 351 forks source link

Topography data in "ARRM10to60E2r1" test case #6513

Open dinghao1995 opened 1 month ago

dinghao1995 commented 1 month ago

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 commented 1 month ago

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