####################################################################### # VIC Model Parameters for Center Philippines ####################################################################### ####################################################################### # Simulation Parameters ####################################################################### MODEL_STEPS_PER_DAY 4 # number of model time steps in 24 hour period SNOW_STEPS_PER_DAY 4 # number of snow model time steps in 24 hour period RUNOFF_STEPS_PER_DAY 4 # number of runoff time steps in 24 hour period STARTYEAR 1979 # year model simulation starts STARTMONTH 1 # month model simulation starts STARTDAY 1 # day model simulation starts STARTSEC 0 #ENDYEAR 1979 #ENDMONTH 1 #ENDDAY 31 ENDYEAR 2024 ENDMONTH 12 ENDDAY 31 CALENDAR gregorian OUT_TIME_UNITS DAYS FULL_ENERGY FALSE # calculate full energy balance FROZEN_SOIL FALSE # calculate frozen soils ####################################################################### # DOMAIN INFO ####################################################################### DOMAIN /home/phigo/PHM_Geology/Center/run/VIC_Domain_Center.nc DOMAIN_TYPE LAT lat DOMAIN_TYPE LON lon DOMAIN_TYPE MASK mask DOMAIN_TYPE AREA area DOMAIN_TYPE FRAC frac DOMAIN_TYPE YDIM lat DOMAIN_TYPE XDIM lon ###################################################################### ## State Files and Parameters ######################################################################## #INIT_STATE /home/phigo/VIC/Iloilo/R68/run/test_Iloilo/states/statesR68.21001230_00000.nc # Initial state path/file STATENAME /home/phigo/PHM_Geology/Center/results/statesRUN68 # Output state file path/prefix. The time (STATEYEAR,STATEMONTH,STATEDAY,STATESEC) will be appended to the prefix automatically in the format yyyymmdd. STATEYEAR 2024 # year to save model state STATEMONTH 12 # month to save model state STATEDAY 31 # day to save model state #STATESEC 0 # second to save model state #STATE_FORMAT NETCDF4_CLASSIC # State file format, valid options: #NETCDF3_CLASSIC, NETCDF3_64BIT_OFFSET, NETCDF4_CLASSIC, NETCDF4 ####################################################################### # Forcing Files and Parameters # netcdf forcing files will be of the form: YYYY.nc ####################################################################### FORCING1 /home/phigo/PHM_Geology/forcing_ERA5/VIC_forcing_Era_Philippines_ #FORCING1 /home/phigo/VIC/Iloilo/R68/run/VIC_forcing1_Iloilo_Princeton FORCE_TYPE AIR_TEMP tas # Average air temperature, K JS: should this be in C as in the example? FORCE_TYPE PREC prcp # Total precipitation (rain and snow), kg/m2/s JS: should this be in mm/step as in the example? FORCE_TYPE PRESSURE pres # Atmospheric pressure, Pa JS: should this be in kPa as in the example? FORCE_TYPE SWDOWN dswrf # Incoming shortwave, W/m2 FORCE_TYPE LWDOWN dlwrf # Incoming longwave radiation, W/m2 FORCE_TYPE VP vp # Vapor pressure, kPa FORCE_TYPE WIND wind # Wind speed, m/s # 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 ####################################################################### PARAMETERS /home/phigo/PHM_Geology/Center/run/VIC_params_Center_R68.nc SNOW_BAND TRUE BASEFLOW ARNO JULY_TAVG_SUPPLIED FALSE ORGANIC_FRACT FALSE LAI_SRC FROM_VEGPARAM NODES 3 # number of soil thermal nodes ####################################################################### # Output Files and Parameters ####################################################################### RESULT_DIR /home/phigo/PHM_Geology/Center/results/ OUTFILE PHM_Center_Geol AGGFREQ NMONTHS 1 # Write output every 1 month NMONTHS, NDAYS, NHOURS HISTFREQ END # frequency/lenght of output results to be put into an individual file COMPRESS 5 # Use netCDF gzip compression level 5 OUT_FORMAT NETCDF4 OUTVAR OUT_PREC OUTVAR OUT_INFLOW OUTVAR OUT_EVAP OUTVAR OUT_RUNOFF OUTVAR OUT_BASEFLOW OUTVAR OUT_RECHARGE OUTVAR OUT_SOIL_MOIST OUTVAR OUT_DELSOILMOIST OUTVAR OUT_WATER_ERROR OUTVAR OUT_BASEFLOW_AQ OUTVAR OUT_Z OUTVAR OUT_Q1 OUTVAR OUT_Q2