Changes between Version 99 and Version 100 of doc/app/userint/output
- Timestamp:
- Apr 28, 2021 8:33:32 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v99 v100 356 356 This example shows the output of two user-defined quantities for the absolute values of the horizontal velocities u and v captured by virtual flight measurements. The given quantities will be captured for each leg. \\\\ 357 357 358 1. At first, the number of user-defined quantities has to be given in [../int#user_init_flight user_init_flight] by358 1. At first, the number of user-defined quantities has to be given in the subroutine [../int#user_init_flight user_init_flight] by 359 359 360 360 {{{num_var_fl_user = num_var_fl_user + 2}}} 361 362 The subrotuine is defined in user_init_flight_mod.f90. 361 363 362 2. In the following, for each user-defined quantity you have to give a label and a unit ( subroutine [../int#user_init_flight user_init_flight]), which will be used for the netCDF file. They must not contain more than '''13''' characters.364 2. In the following, for each user-defined quantity you have to give a label and a unit ( again in the subroutine [../int#user_init_flight user_init_flight]), which will be used for the netCDF file. They must not contain more than '''13''' characters. 363 365 364 366 {{{CASE ( 1 )}}}