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

Scientifically validate high uniform and high resolution variable resolution MPAS topo files #42

Open
PeterHjortLauritzen opened this issue May 20, 2022 · 2 comments

Comments

@PeterHjortLauritzen
Copy link
Collaborator

PeterHjortLauritzen commented May 20, 2022

I have been generating several MPAS topo files that need to be scientifically validated:

  1. currently doing rrfac manipulation. Should we? (subtract uniform resolution topo files with resolution of low res and high res areas; sanity check)
  2. when MPAS reaches ~3km in refinement region; is the topo "well-behaved"? Would need to do higher resolution intermediate cubed-sphere resolution and check sensitivity to that)

Command used for 60-3km grid:

./cube_to_target --grid_descriptor_file='/glade/work/skamaroc/MPAS_meshes/CESM_MPAS/60-3km/West_Pacific/mpas_x20.835586.wpac.1_esmf.nc' --intermediate_cs_name='/glade/p/cgd/amp/pel/topo/cubedata/gmted2010_modis_bedmahcine-ncube3000-220518.nc' --output_grid='mpas_x20.835586.wpac' -u 'Peter Hjort Lauritzen, pel@ucar' -q 'output/' --smoothing_scale=50.0 -r -y 20 -v -m

-m = smoothing over ocean points
-v = rrfac manipulation
-y = refinement factor

Command used for 60-10km grid:

./cube_to_target --grid_descriptor_file='/glade/work/skamaroc/MPAS_meshes/CESM_MPAS/60-10km/mpas_x6.999426.wpac.1_esmf.nc' --intermediate_cs_name='/glade/p/cgd/amp/pel/topo/cubedata/gmted2010_modis_bedmahcine-ncube3000-220518.nc' --output_grid='mpas_x6.999426.wpac' -u 'Peter Hjort Lauritzen, pel@ucar' -q 'output/' --smoothing_scale=50.0 -r -y 6 -v -m

Screen Shot 2022-05-20 at 2 20 26 PM

Topo files here:

/glade/p/cgd/amp/pel/topo/grids/mpas-60-3km-WestPacific/mpas_x20.835586.wpac_gmted2010_bedmachine_nc3000_Laplace0050_20220520.nc
/glade/p/cgd/amp/pel/topo/grids/mpas-60-10km-WestPacific/mpas_x6.999426.wpac_gmted2010_bedmachine_nc3000_Laplace0050_20220520.nc

@PeterHjortLauritzen
Copy link
Collaborator Author

For reference some plots:

PHIS, SGH and SGH30 for 60-10km mesh

Screen Shot 2022-05-20 at 4 14 59 PM

Screen Shot 2022-05-20 at 4 15 20 PM

Screen Shot 2022-05-20 at 4 15 36 PM

@PeterHjortLauritzen
Copy link
Collaborator Author

Commands have changed (-r now turns ridge finding off) and we recommend not smoothing over ocean (turn off with -m option) and no manipulation of refinement factor for MPAS grids (turn on with -v option):

Recommended command for 60-3km grid:

./cube_to_target --grid_descriptor_file='/glade/work/skamaroc/MPAS_meshes/CESM_MPAS/60-3km/West_Pacific/mpas_x20.835586.wpac.1_esmf.nc' --intermediate_cs_name='/glade/p/cgd/amp/pel/topo/cubedata/gmted2010_modis_bedmachine-ncube3000-220518.nc' --output_grid='mpas_x20.835586.wpac' -u 'Peter Hjort Lauritzen, pel@ucar' -q 'output/' --smoothing_scale=50.0 -y 20

Command used for 60-10km grid:

./cube_to_target --grid_descriptor_file='/glade/work/skamaroc/MPAS_meshes/CESM_MPAS/60-10km/mpas_x6.999426.wpac.1_esmf.nc' --intermediate_cs_name='/glade/p/cgd/amp/pel/topo/cubedata/gmted2010_modis_bedmachine-ncube3000-220518.nc' --output_grid='mpas_x6.999426.wpac' -u 'Peter Hjort Lauritzen, pel@ucar' -q 'output/' --smoothing_scale=50.0 -y 6

@PeterHjortLauritzen PeterHjortLauritzen changed the title Scientifically validate variable resolution MPAS grids Scientifically validate high uniform and high resolution variable resolution MPAS grids Jun 10, 2022
@PeterHjortLauritzen PeterHjortLauritzen changed the title Scientifically validate high uniform and high resolution variable resolution MPAS grids Scientifically validate high uniform and high resolution variable resolution MPAS topo files Jun 10, 2022
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