User contributions for Weiyuan.jiang
Results for Weiyuan.jiang talk block log uploads logs
A user with 61 edits. Account created on 13 April 2016.
6 March 2017
- 13:1313:13, 6 March 2017 diff hist +676 Visualizing data in Cubed-Sphere grid No edit summary
- 12:5312:53, 6 March 2017 diff hist +170 Visualizing data in Cubed-Sphere grid No edit summary
- 12:3512:35, 6 March 2017 diff hist +1,927 N Recipe: winds Created page with "<syntaxhighlight lang="IDL"> pro winds_cube_to_latlon, myfile, outfile, myvar, varname set_plot, 'Z' LonBeg = -180 LonEnd = 180 LatBeg = -90 LatEnd = 90 lonCen = 0.5*(Lo..." current
- 12:3312:33, 6 March 2017 diff hist +2,430 N Recipe: cube lat laon Created page with "<syntaxhighlight lang="IDL"> pro cube_to_latlon, myfile, outfile, myvar, varname set_plot, 'Z' LonBeg = -180 LonEnd = 180 LatBeg = -90 LatEnd = 90 lonCen = 0.5*(LonBeg+L..." current
- 12:3112:31, 6 March 2017 diff hist +2,073 N Recipe: pbs script Created page with "<syntaxhighlight lang="csh"> #!/bin/csh -f #SBATCH --job-name=12km_CS_to_LatLon #SBATCH --time=12:00:00 #SBATCH --nodes=1 #SBATCH --tasks-per-node=28 #SBATCH --partition=geosg..." current
- 12:2912:29, 6 March 2017 diff hist +6 Visualizing data in Cubed-Sphere grid →convert_latlon.j
- 12:2812:28, 6 March 2017 diff hist +194 N Recipe: environment Created page with "module load tool/idl-8.1 limit stacksize unlimited limit vmemoryuse unlimited setenv IDL_PATH /discover/nobackup/dqduffy/geos5/IDL3:/discover/nobackup/projects/gmao/osse2/I..." current
- 12:2312:23, 6 March 2017 diff hist +4,090 N Recipe: README Created page with "This directory will use IDL to convert native cubed-sphere into lat-lon. This README file will apply to both the 12KM and 6KM directories. One just needs to change the "12" t..." current
- 12:1512:15, 6 March 2017 diff hist +8 Visualizing data in Cubed-Sphere grid →IDL
- 11:3411:34, 6 March 2017 diff hist +786 N Recipe: python program example2 Created page with "<syntaxhighlight lang="python"> from mpl_toolkits.basemap import Basemap import matplotlib.pyplot as plt import CSnative # llcrnrlat,llcrnrlon,urcrnrlat,urcrnrlon # are the..."
- 11:3211:32, 6 March 2017 diff hist +968 N Recipe: python program example1 Created page with "<syntaxhighlight lang="python"> import matplotlib.pyplot as plt import CSnative def main() : # The subscript starts with 0 in python # User should specify the time, l..."
- 11:2911:29, 6 March 2017 diff hist +33 Recipe: python program reads cubed-sphere data No edit summary current
- 11:2911:29, 6 March 2017 diff hist +2,496 N Recipe: python program reads cubed-sphere data Created page with "import sys from netCDF4 import Dataset import numpy as np def get_csdata(filename,var,Time,Level=None): fh = Dataset(filename, mode='r') Times = fh.dimensions['time'..."
- 11:2711:27, 6 March 2017 diff hist −2,118 Visualizing data in Cubed-Sphere grid →Python
- 09:4909:49, 6 March 2017 diff hist +423 Visualizing data in Cubed-Sphere grid →Python
- 09:3409:34, 6 March 2017 diff hist −1,293 Visualizing data in Cubed-Sphere grid →Matlab
- 09:3409:34, 6 March 2017 diff hist +1,303 N Recipe: Matlab program fills the seam6 Created page with "<syntaxhighlight lang="matlab"> function [lons6 lats6 data6]=exendFace6(lons,lats,cubed_data) % this southern face includes its four-side northern neighbors N=size(lons,1..." current
- 09:3109:31, 6 March 2017 diff hist +574 N Recipe: Matlab program fills the seam4 Created page with "<syntaxhighlight lang="matlab"> function [lons4 lats4 data4]=exendFace4(lons,lats,cubed_data) % Face 4 includes extra east and west neighbors N=size(lons,1); lats4(..." current
- 09:3009:30, 6 March 2017 diff hist −1 Visualizing data in Cubed-Sphere grid →Matlab
- 09:2909:29, 6 March 2017 diff hist +2 Visualizing data in Cubed-Sphere grid →extendFace4.m
- 09:2909:29, 6 March 2017 diff hist +1,300 N Recipe: Matlab program fills the seam3 Created page with "<syntaxhighlight lang="matlab"> function [lons3 lats3 data3]=exendFace3(lons,lats,cubed_data) % This side faces north, it includes extra four southern neighbors N=size(lo..." current
- 09:2809:28, 6 March 2017 diff hist 0 Visualizing data in Cubed-Sphere grid →extendFace3.m
- 09:2509:25, 6 March 2017 diff hist +2 Visualizing data in Cubed-Sphere grid →extendFace3.m
- 09:2309:23, 6 March 2017 diff hist +578 N Recipe: Matlab program fills the seam Created page with "<syntaxhighlight lang="matlab"> function [lons1 lats1 data1]=exendFace1(lons,lats,cubed_data) %face 1 includes extra east and west neighbors N=size(lons,1); lats1(N..." current
- 09:2209:22, 6 March 2017 diff hist +512 N Recipe: Matlab program converts cubed-sphere to latlon Created page with "<syntaxhighlight lang="matlab"> function [lons lats T]= CSnative(fname,varname,time,level) ncid=netcdf.open(fname,'NOWRITE'); vinfo=ncinfo(fname,'T'); S=size(vinfo.Si..."
- 09:1909:19, 6 March 2017 diff hist +51 Recipe: Matlab program driver for visualization No edit summary current
- 09:0409:04, 6 March 2017 diff hist +914 N Recipe: Matlab program driver for visualization Created page with "close all; clear all; %opengl software fname='example_prog.20000414_2200z.nc4'; varname='T'; level=1; time=1; figure; hold on; %read the cs native data [lons lats cubed_dat..."
- 09:0309:03, 6 March 2017 diff hist +429 Visualizing data in Cubed-Sphere grid →Matlab
- 08:4008:40, 6 March 2017 diff hist +27 Visualizing data in Cubed-Sphere grid →Matlab
- 08:2508:25, 6 March 2017 diff hist +439 Visualizing data in Cubed-Sphere grid →Matlab
- 08:1708:17, 6 March 2017 diff hist +553 Visualizing data in Cubed-Sphere grid →Cubed-Sphere grid background
20 October 2016
- 04:1804:18, 20 October 2016 diff hist +10 Visualizing data in Cubed-Sphere grid No edit summary
19 October 2016
- 11:5811:58, 19 October 2016 diff hist +68 Visualizing data in Cubed-Sphere grid No edit summary
- 10:1810:18, 19 October 2016 diff hist −13 Visualizing data in Cubed-Sphere grid →Python
- 10:1810:18, 19 October 2016 diff hist −14 Visualizing data in Cubed-Sphere grid →Matlab
- 10:1510:15, 19 October 2016 diff hist +2,463 Visualizing data in Cubed-Sphere grid No edit summary
- 10:0210:02, 19 October 2016 diff hist +57 Visualizing data in Cubed-Sphere grid →Matlab
- 09:5409:54, 19 October 2016 diff hist +1,298 Visualizing data in Cubed-Sphere grid →Matlab
22 June 2016
- 07:2207:22, 22 June 2016 diff hist +2,250 N Recipe: IDL program to convert cubed-sphere data to lat-lon data IDL converts cube-sphere to latlon current
- 07:2007:20, 22 June 2016 diff hist +20,668 N Recipe: IDL program to read cubed-sphere data Created page with "<syntaxhighlight lang="idl" line> ; read_and_interpolate_cube.pro pro read_and_interpolate_cube, myfile, myVar, data, gLons, gLats, LonBeg, LonEnd, LatBeg, LatEnd, undef, TRIA..." current
- 07:1907:19, 22 June 2016 diff hist −22,730 Visualizing data in Cubed-Sphere grid →IDL
- 07:1107:11, 22 June 2016 diff hist +76 Visualizing data in Cubed-Sphere grid →Fortran
1 June 2016
- 07:4307:43, 1 June 2016 diff hist −1 Visualizing data in Cubed-Sphere grid →Matlab
- 07:0307:03, 1 June 2016 diff hist +2,238 Visualizing data in Cubed-Sphere grid →IDL
- 06:5906:59, 1 June 2016 diff hist +20,699 Visualizing data in Cubed-Sphere grid →IDL
- 06:3606:36, 1 June 2016 diff hist +2,051 N Visualizing data in Cubed-Sphere grid Created page with "#==== in progress ==== == Cubed-Sphere grid background == The GEOS-5 now has products that are stored natively in cubed-sphere grid. The utilities listed here may help users..."
- 06:3006:30, 1 June 2016 diff hist +7 GMAO Software Infrastructure →Pages in General
31 May 2016
- 08:0408:04, 31 May 2016 diff hist +12 Cubed-Sphere Data Access Guide →Cubed-Sphere grid background current
- 08:0208:02, 31 May 2016 diff hist +2,041 N Cubed-Sphere Data Access Guide how to visualize and map cubed-sphere grid data
- 07:2007:20, 31 May 2016 diff hist +37 GMAO Software Infrastructure →Pages in General