Skip to content

Commit

Permalink
Update 0_getdata_MERRA2_climatology_weeklymean.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
mayavchung authored Dec 27, 2024
1 parent 94a9a1c commit 88681ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"# MERRA-2 data location on tigress machine\n",
"# daily MERRA-2 data: Jan 1980-Aug 2018\n",
"\n",
"# REPLACE ifile BELOW WITH MERRA-2 DATA FILE (this version starts with daily data)\n",
"ifile = '/tigress/samueltb/MERRA2/Daily/merged/QV2M/MERRA2.tavg1_2d_slv_Nx.198001-201808.nc'\n",
"#MERRA-2 DATA FILE (this version starts with daily data)\n",
"ifile = 'MERRA2.tavg1_2d_slv_Nx.198001-201808.nc'\n",
"q = xr.open_dataset(ifile).rename(lat='latitude', lon='longitude')['QV2M']"
]
},
Expand Down

0 comments on commit 88681ff

Please sign in to comment.