Skip to content

Commit

Permalink
Updated image driver forcings and global files
Browse files Browse the repository at this point in the history
    - Changed image driver VP from specific humidity (kg/kg) to kPa, and variable name from `shum` to `vp`
    - Fixed incorrect unit attribute of air pressure (`K` to `Pa`)
    - Update the image driver global parameter file template to 1) be consistent with VP variable name change; 2) be consistent with global options of the classic driver template
  • Loading branch information
ymao committed Aug 18, 2016
1 parent 6bf6bcb commit a027834
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file not shown.
28 changes: 14 additions & 14 deletions image/Stehekin/parameters/Stehekin_image_test.global.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ ENDMONTH 1
ENDDAY 10
CALENDAR PROLEPTIC_GREGORIAN

FULL_ENERGY TRUE # calculate full energy balance
FULL_ENERGY FALSE # calculate full energy balance
FROZEN_SOIL FALSE # calculate frozen soils

#######################################################################
AERO_RESIST_CANSNOW AR_406

#######################################################################
# DOMAIN INFO
#######################################################################
Expand Down Expand Up @@ -52,29 +49,32 @@ DOMAIN_TYPE XDIM lon
# netcdf forcing files will be of the form: <FORCING1>YYYY.nc
#######################################################################
FORCING1 ${VIC_SAMPLE_DATA}/image/Stehekin/forcings/Stehekin_image_test.forcings_10days.
FORCE_TYPE AIR_TEMP tas # Average air temperature, C
FORCE_TYPE PREC prcp # Total precipitation (rain and snow), mm
FORCE_TYPE PRESSURE pres # Atmospheric pressure, kPa
FORCE_TYPE AIR_TEMP tas # Average air temperature, K
FORCE_TYPE PREC prcp # Total precipitation (rain and snow), kg/m2/s
FORCE_TYPE PRESSURE pres # Atmospheric pressure, Pa
FORCE_TYPE SWDOWN dswrf # Incoming shortwave, W/m2
FORCE_TYPE LWDOWN dlwrf # Incoming longwave radiation, W/m2
FORCE_TYPE VP shum # Vapor pressure, kPa
FORCE_TYPE VP vp # Vapor pressure, kPa
FORCE_TYPE WIND wind # Wind speed, m/s
WIND_H 10.0 # height of wind speed measurement
# WIND_H 10.0 # height of wind speed measurement. NOTE: in image driver, this global parameter is only used for precipitation correction (if enabled); wind measurement height over bare soil is read from the parameter netCDF file.

#######################################################################
# Land Surface Files and Parameters
#######################################################################
SOIL ${VIC_SAMPLE_DATA}/image/Stehekin/parameters/Stehekin_test_params_20160327.nc
PARAMETERS ${VIC_SAMPLE_DATA}/image/Stehekin/parameters/Stehekin_test_params_20160327.nc
SNOW_BAND TRUE
BASEFLOW ARNO
JULY_TAVG_SUPPLIED FALSE
ORGANIC_FRACT FALSE
VEGPARAM_LAI TRUE
LAI_SRC FROM_VEGPARAM
NODES 3 # number of soil thermal nodes
VEGPARAM ${VIC_SAMPLE_DATA}/image/Stehekin/parameters/Stehekin_test_params_20160327.nc
ROOT_ZONES 3
VEGLIB ${VIC_SAMPLE_DATA}/image/Stehekin/parameters/Stehekin_test_params_20160327.nc
SNOW_BAND 1 ${VIC_SAMPLE_DATA}/image/Stehekin/parameters/Stehekin_test_params_20160327.nc

#######################################################################
# Output Files and Parameters
#######################################################################
RESULT_DIR ${VIC_SAMPLE_RESULTS}/sample_image/Stehekin.history.nc
RESULT_DIR ${VIC_SAMPLE_RESULTS}/sample_image/

OUTFILE fluxes
AGGFREQ NDAYS 1 # Write output every 1 day
Expand Down

0 comments on commit a027834

Please sign in to comment.