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.
30 March 2017
- 07:2307:23, 30 March 2017 diff hist +1 Recipe: Matlab program converts cubed-sphere to latlon No edit summary current
- 07:2107:21, 30 March 2017 diff hist +9 Recipe: Matlab program converts cubed-sphere to latlon No edit summary
29 March 2017
- 05:4805:48, 29 March 2017 diff hist −79 Visualizing data in Cubed-Sphere grid No edit summary current
- 05:4705:47, 29 March 2017 diff hist +86 Visualizing data in Cubed-Sphere grid →Matlab
- 05:4505:45, 29 March 2017 diff hist +6 Visualizing data in Cubed-Sphere grid →Python
- 05:4505:45, 29 March 2017 diff hist −6 Visualizing data in Cubed-Sphere grid →Python
- 05:4405:44, 29 March 2017 diff hist −12 Visualizing data in Cubed-Sphere grid →Python
- 05:4105:41, 29 March 2017 diff hist +37 N File:TEST7.geosgcm prog.20000415 0000z.nc4 test netcdf file for python or matlab current
- 05:3805:38, 29 March 2017 diff hist −7 Recipe: python program example2 No edit summary current
6 March 2017
- 18:5118:51, 6 March 2017 diff hist +1 Recipe: python program example1 No edit summary current
- 13:1613:16, 6 March 2017 diff hist +1 Visualizing data in Cubed-Sphere grid →Converting(interpolating) cubed-sphere data to Lat-Lon data
- 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