@@ -28,6 +28,7 @@ This readme file comprises a checklist to perform standalone model runs with the
1.4. Adapt run script settings in *run_hdmodel.ksh*
1.5. Choose from where you start a new model run
1.6. Adapt run script settings in subscript *hd_run_settings.ksh*
1.7. Alternative and more detailed settings of the simulation period
2. Coupling the HD model
3. Necessary preparations for a new regional HD 5 min. domain
3.1. Preparation of 5 Min. subdomain from the global 5 min. HD parameter
...
...
@@ -161,6 +162,8 @@ file
c. Set first (YYYY) and last (YEND) year of your simulation.
- The first year "YYYY=" of the whole simulation should be kept on its initial value
even if you add more years later by increasing the last year YEND.
- Alternatively, you may steer the simulation by specifying date_start and date_end.
Section 1.7 provides some details on more elaborate settings of the simulation period.
d. Select forcing "IFORCE=" and HD Model resolution "HDRES="
...
...
@@ -197,6 +200,7 @@ file
| 2 | monthly, not fully explored |
| 3 | annual with 30-day months |
| 4 | as 1 but final year with nday_final days |
| 5 | Detailled steering by settings in *./scr/hd_subdaily_settings.ksh* |
- Set Variable nday_final if IWORK=4, e.g. nday_final=212 (Jan-July)
...
...
@@ -237,6 +241,15 @@ file
- On a slurm system, (e.g. Levante at DKRZ) use:
`sbatch run_hdmodel.ksh`
7. Alternative and more detailed settings of the simulation period
* Instead of specifying the last year (YEND) in *./scr/hd_run_settings.ksh* or the number of time steps (nstep) in *namelist.hd*, you may steer the simulation by specifying date_start and date_end of your simulation.
* You may use a more detailed steering of the simulation period by setting start (time_start) and end (time_end) times of your simulation. Note that if time_start or time_end are set, you must also set date_start and date_end, respectively. If time_start is not specified, it is set to 0 am. If time_end is not specified, the simulation will end after the final time step of date_end.
* In addition to writing a restart file in the end of the simulation period, an additional restart file may be written at a specified date (date_rest) and time (time_rest). If time_rest is not provided, the restart file will be written in the end of day date_rest.
* When using *./scr/hd_run_settings.ksh*, you may set IWORK=5 and specify such detailed settings in *./scr/hd_subdaily_settings.ksh*