Skip to content

Commit 7a8362f

Browse files
authored
Added 'PHIS','P0'
1 parent a8ddb7c commit 7a8362f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/07-analyze-control_case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ Data variables:
12941294
You can use *to_netcdf* xarray method:
12951295
~~~
12961296
# To select variables and store to netCDF
1297-
dy[['T', 'U','hyam','hybm','PS']].to_netcdf("f2000.T31T31.control.cam.h0_TUmean.nc")
1297+
dy[['T', 'U','hyam','hybm','PS','PHIS','P0']].to_netcdf("f2000.T31T31.control.cam.h0_TUmean.nc")
12981298
~~~
12991299
{: .language-python}
13001300

0 commit comments

Comments
 (0)