NOAA-PMEL / LAS

Live Access Server
https://ferret.pmel.noaa.gov/LAS/
The Unlicense
13 stars 5 forks source link

HYCOM curvilinar: define an AVE variable, then compare several months of it as slideSorter anomaly plot #597

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Reported by @AnsleyManke on 16 Oct 2008 19:41 UTC I want to define a variable that is vertically averaged temperature (0 to 50) and then compare several months of it on slideSorter as an anomaly plot.

I can do the averages without the anomaly. Or the anomaly without the averages. But together, they lead to a script error;

http://porter.pmel.noaa.gov:8923/hycom/servlets/constrain?var=4117
Datasets > North Atlantic Datasets > North Atlantic Ocean Prediction System > Best Estimate Time Series 2005/01/01 through 2006/12/31   Variable(s): temp_0to50ave ( from sea_water_potential_temperature.ave(z=0:50) )

**ERROR XY grid of temperature_2_regrid must match XY grid of temperature_1_regrid

go "$1"
 !-> go "/home/porter/jing/tomcat/apache-tomcat-5.5.25/webapps/hycom/WEB-INF/classes/resources/ferret/temp/ferret_operation_1224180010598.jnl"
! Symbols from the server
                        DEFINE SYMBOL data_0_ID = temperature
                                 DEFINE SYMBOL data_0_dataset_ID = hycom_nat_ops_be
                                 DEFINE SYMBOL data_0_dataset_name = hycom_nat_ops_be

Migrated-From: http://dunkel.pmel.noaa.gov/trac/las/ticket/591

karlmsmith commented 6 years ago

Attachment from @AnsleyManke on 16 Oct 2008 19:54 UTC Snapshot of the slide sorter. sorter

karlmsmith commented 6 years ago

Attachment from @AnsleyManke on 16 Oct 2008 19:54 UTC Snapshot of the slide sorter. sorter 2

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 16 Oct 2008 19:56 UTC In fact, I have this working in my test server; I've been working on the scripts over the last month and have solved the interaction of striding and comparing the grids of the different variables. The scripts are checked in, so Jing can update the HYCOM server anytime; right now you can try this on my test server, where there is one global and one regional dataset configured:

http://porter.pmel.noaa.gov:8380/las/servlets/dataset hycom_glb_analysis hycom_pacific_1o12_ecmwf

Jing: I'll leave this open and give it to you, so you can update the test HYCOM server, and we can do more testing.

karlmsmith commented 6 years ago

Comment by steven.c.hankin on 16 Oct 2008 20:14 UTC This capability (averaging then differencing) is one of the things that we promised to HYCOM. (It is something that we have advertised as being true for some time.)

Concern: if the necessary scripts have not migrated to our internal HYCOM test server, does that mean that they are also missing from the HYCOM operational server at FSU?

karlmsmith commented 6 years ago

Modified by @kevin-obrien on 5 Jan 2011 23:40 UTC