Skip to content

Commit

Permalink
updating to recent draft scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bairdlangenbrunner committed Aug 20, 2018
1 parent 72c42a0 commit ed20291
Show file tree
Hide file tree
Showing 37 changed files with 60,306 additions and 6,734 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

244 changes: 244 additions & 0 deletions .ipynb_checkpoints/gp1_arm_site_data-checkpoint.ipynb

Large diffs are not rendered by default.

5,760 changes: 5,760 additions & 0 deletions .ipynb_checkpoints/gp1_calculations_for_SENSITIVITY_RUNS-Copy2-checkpoint.ipynb

Large diffs are not rendered by default.

5,760 changes: 5,760 additions & 0 deletions .ipynb_checkpoints/gp1_calculations_for_SENSITIVITY_RUNS-checkpoint.ipynb

Large diffs are not rendered by default.

2,394 changes: 2,394 additions & 0 deletions .ipynb_checkpoints/gp1_calculations_for_different_PBL_schemes-checkpoint.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

40 changes: 27 additions & 13 deletions figure_1_land_use_topog_precip_winds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"cells": [
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2018-08-02T16:57:14.811332Z",
"start_time": "2018-08-02T16:57:14.792179Z"
"end_time": "2018-08-15T23:23:39.470057Z",
"start_time": "2018-08-15T23:23:38.456811Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -38,8 +38,8 @@
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2018-08-02T16:54:08.215010Z",
"start_time": "2018-08-02T16:54:08.211136Z"
"end_time": "2018-08-15T23:23:40.627425Z",
"start_time": "2018-08-15T23:23:40.621745Z"
}
},
"outputs": [],
Expand All @@ -52,11 +52,25 @@
"execution_count": 3,
"metadata": {
"ExecuteTime": {
"end_time": "2018-08-02T16:54:08.729325Z",
"start_time": "2018-08-02T16:54:08.685072Z"
"end_time": "2018-08-15T23:23:41.054686Z",
"start_time": "2018-08-15T23:23:40.635669Z"
}
},
"outputs": [],
"outputs": [
{
"ename": "FileNotFoundError",
"evalue": "[Errno 2] No such file or directory: b'/Users/baird/Dropbox/_data_WRF/geo_em.d01_amazon_50km.nc'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mFileNotFoundError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-3-20aa009a7922>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mgeo_em_ncfile\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mnetCDF4\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mDataset\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'/Users/baird/Dropbox/_data_WRF/geo_em.d01_amazon_50km.nc'\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2\u001b[0m \u001b[0mlu_index\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mgeo_em_ncfile\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mvariables\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'LU_INDEX'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3\u001b[0m \u001b[0mXLONG_M\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mgeo_em_ncfile\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mvariables\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'XLONG_M'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0mXLAT_M\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mgeo_em_ncfile\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mvariables\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'XLAT_M'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5\u001b[0m \u001b[0mHGT_M\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mgeo_em_ncfile\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mvariables\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'HGT_M'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32mnetCDF4/_netCDF4.pyx\u001b[0m in \u001b[0;36mnetCDF4._netCDF4.Dataset.__init__\u001b[0;34m()\u001b[0m\n",
"\u001b[0;32mnetCDF4/_netCDF4.pyx\u001b[0m in \u001b[0;36mnetCDF4._netCDF4._ensure_nc_success\u001b[0;34m()\u001b[0m\n",
"\u001b[0;31mFileNotFoundError\u001b[0m: [Errno 2] No such file or directory: b'/Users/baird/Dropbox/_data_WRF/geo_em.d01_amazon_50km.nc'"
]
}
],
"source": [
"geo_em_ncfile = netCDF4.Dataset('/Users/baird/Dropbox/_data_WRF/geo_em.d01_amazon_50km.nc')\n",
"lu_index = geo_em_ncfile.variables['LU_INDEX'][0,:,:]\n",
Expand All @@ -77,8 +91,8 @@
"execution_count": 4,
"metadata": {
"ExecuteTime": {
"end_time": "2018-08-02T16:54:35.811174Z",
"start_time": "2018-08-02T16:54:35.805337Z"
"end_time": "2018-08-15T23:23:44.081198Z",
"start_time": "2018-08-15T23:23:44.068641Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -110,8 +124,8 @@
"execution_count": 5,
"metadata": {
"ExecuteTime": {
"end_time": "2018-08-02T16:57:04.709323Z",
"start_time": "2018-08-02T16:57:04.696204Z"
"end_time": "2018-08-15T23:23:44.413759Z",
"start_time": "2018-08-15T23:23:44.409512Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -958,7 +972,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.6.5"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit ed20291

Please sign in to comment.