NCAR / amwg_dev

Repo to store model sandboxes and cases used for CAM development
9 stars 2 forks source link

New topography file (with no "leaking" into ocean" #116

Closed PeterHjortLauritzen closed 2 years ago

PeterHjortLauritzen commented 2 years ago

Description of the run

We have produced a new topography file where we use a Laplacian smoother (instead of the default distance weighted smoother) and turn off smoothing where the land fraction is 0 (i.e. no smoothing over ocean points; partial ocean points are still smoothed). We are curious if not smoothing over ocean points has an impact in coupled model setup since the temperatures passed to the ocean, where previously the topography was "leaking into the ocean", could be biased cold (assuming temperature decreasing with height on average).

The Figure below shows energy spectra for different topographies:

Screen Shot 2022-05-16 at 9 44 07 AM

A couple of observations regarding the energy spectra:

The next two plots show Greenland area and South America topographies (all mapped to fv 1 degree grid):

The cross section plots (lower right) are though 30S and 65N.

Screen Shot 2022-05-16 at 10 04 26 AM

Screen Shot 2022-05-16 at 10 04 45 AM

The following observations are made:

Global plot from @adamrher showing difference between new PHIS minus the current namelists_defaults file:

raster

As expected lower topography near coastlines. However, another difference is the use of bedmachine topography dataset so that added changes over Greenland.

Some mathematical details on the smoothing operator:

Screen Shot 2022-05-16 at 10 35 07 AM

Suffix in the casename

Suffix

Namelist modifications

Please use settings from latest run coupled run except for new topo file in use_nl_cam:

bnd_topo = "/glade/p/cgd/amp/pel/topo/files/ne30pg3_gmted2010_bedmachine_nc3000_Laplace0100_20220516.nc"

Source modifications

Please use all source code modifications from the latest coupled run (i.e. topo mods etc.)

Sandbox

Please use code base from latest coupled run

Contact info

@PeterHjortLauritzen @JulioTBacmeister @adamrher

Any other relevant information

Thank you!

cecilehannay commented 2 years ago

I am starting this run using the baseline: https://github.com/NCAR/amwg_dev/issues/112

This is the code we have been using for the coupled run.

adamrher commented 2 years ago

wondering if this thread should be xfer'd to https://github.com/NCAR/Topo issues ... or amwg_deg/discussions ... it has a lot of good info to save, and these run requests are usually deleted to keep the issues in amwg_dev to the actual runs.

cecilehannay commented 2 years ago

The run requests are not deleted. They are just closed and still accessible. And there is also a link in the run itself.

But I agree that there is plenty of great info in that thread. I was saying the same thing to Peter. It is a great idea to copy to the amwg_dev (I can do that) or to the Topo GitHub.

On May 16, 2022, at 5:15 PM, Adam Herrington @.***> wrote:

 wondering if this thread should be xfer'd to https://github.com/NCAR/Topo issues ... or amwg_deg/discussions ... it has a lot of good info to save, and these run requests are usually deleted to keep the issues in amwg_dev to the actual runs.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.

cecilehannay commented 2 years ago

Run started: #117

JulioTBacmeister commented 2 years ago

Were the odd diffs over the Himalayas resolved/understood ?

PeterHjortLauritzen commented 2 years ago

No. Will look at it ...