[NCEP Reanalysis 1] DAILY
													
import apccapi
c = apccapi.Client()
c.retrieve(
          {
                 'jobtype': 'NCEP1',
                 'dataset': 'NCEP1',
                 'timestep': '[timestep]',
                           'level': '[level]',
                           'year': '[YYYY]',
                           'variable': '[variable name]',
          },
          '[file name to save]'
)
timestep: DAILY
level: other_gauss, pressure, surface, surface_gauss
variable name: other_gauss   -> dswrf.ntat, ulwrf.ntat, uswrf.ntat
               pressure      -> air, hgt, omega, rhum, shum, uwnd, vwnd
               surface       -> pres.sfc, slp
               surface_gauss -> air.2m, dlwrf.sfc, dswrf.sfc, lhtfl.sfc, prate.sfc, shtfl.sfc, shum.2m, tmax.2m, tmin.2m, ulwrf.sfc. uswrf.sfc, uwnd.10m, vwnd.10m
													
													
													[NCEP Reanalysis 1] MONTHLY
													
import apccapi
c = apccapi.Client()
c.retrieve(
          {
                 'jobtype': 'NCEP1',
                 'dataset': 'NCEP1',
                 'timestep': '[timestep]',
                           'level': '[level]',
                           'variable': '[variable name]',
          },
          '[file name to save]'
)
timestep: MONTHLY
level: other_gauss, pressure, surface, surface_gauss
variable name: other_gauss   -> dswrf.ntat, ulwrf.ntat, uswrf.ntat
               pressure      -> air, hgt, omega, rhum, shum, uwnd, vwnd
               surface       -> pres.sfc, slp
               surface_gauss -> air.2m, dlwrf.sfc, dswrf.sfc, lhtfl.sfc, prate.sfc, shtfl.sfc, shum.2m, tmax.2m, tmin.2m, ulwrf.sfc. uswrf.sfc, uwnd.10m, vwnd.10m
													
													
													[NCEP Reanalysis 2] DAILY
													
import apccapi
c = apccapi.Client()
c.retrieve(
          {
                 'jobtype': 'NCEP2',
                 'dataset': 'NCEP2',
                 'timestep': '[timestep]',
                           'level': '[level]',
                           'year': '[YYYY]',
                           'variable': '[variable name]',
          },
          '[file name to save]'
)
timestep: DAILY
level: gaussian_grid, pressure, surface
variable name: gaussian_grid -> air.2m, dlwrf.sfc, dswrf.ntat, dswrf.sfc, lhtfl.sfc, prate.sfc, pres.sfc, shtfl.sfc, shum.2m, tmax.2m, tmin.2m, ulwrf.ntat, ulwrf.sfc, uswrf.ntat, uswrf.sfc, uwnd.10m, vwnd.10
               pressure      -> air, hgt, omega, rhum, uwnd, vwnd
               surface       -> mslp, pres.sfc
													
													
													[NCEP Reanalysis 2] MONTHLY
													
import apccapi
c = apccapi.Client()
c.retrieve(
          {
                 'jobtype': 'NCEP2',
                 'dataset': 'NCEP2',
                 'timestep': '[timestep]',
                           'level': '[level]',
                           'variable': '[variable name]',
          },
          '[file name to save]'
)
timestep: DAILY
level: gaussian_grid, pressure, surface
variable name: gaussian_grid -> air.2m, dlwrf.sfc, dswrf.ntat, dswrf.sfc, lhtfl.sfc, prate.sfc, pres.sfc, shtfl.sfc, shum.2m, tmax.2m, tmin.2m, ulwrf.ntat, ulwrf.sfc, uswrf.ntat, uswrf.sfc, uwnd.10m, vwnd.10
               pressure      -> air, hgt, omega, rhum, uwnd, vwnd
               surface       -> mslp, pres.sfc