./xmlchange RUN_STARTDATE=2017-01-01
./xmlchange STOP_OPTION=nyears
./xmlchange STOP_N=1
I was wondering that:You can run the following xmlchange command to change the run date:
Code:./xmlchange RUN_STARTDATE=2017-01-01
Similarly, you can change the STOP_N and STOP_OPTION variables to adjust your run duration:
Code:./xmlchange STOP_OPTION=nyears ./xmlchange STOP_N=1
./xmlchange RUN_STARTDATE=2017-01-01
./xmlchange RUN_STARTDATE=20170101