Changes between Version 13 and Version 14 of doc/app/userint/subd


Ignore:
Timestamp:
Oct 4, 2010 1:03:58 PM (14 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/subd

    v13 v14  
    3535ENDDO
    3636}}}
    37 The module {{{statistics}}} must be used, because it contains {{{rmask}}} and the modules {{{grid_variables}}} and {{{indices}}} are necessary in this example, because grid spacing and indices are used. All array elements of {{{rmask}}} ({{{rmask(:,:,:)}}} are preset by the model with ''1.0''. In no case this assignment must be changed for the total domain ({{{rmask(:,:,0)}}})! Computations and output for the user-defined domains only take place if the user sets [../../inipar#statistic_regions statistic_regions] ≥ ''1''. Beyond that, names for the user-defined domains can be assigned via the initialization parameter [../../userpar#region region]. Output of the names of the selected user-defined domains happens in the local files [../../iofiles#HEADER HEADER] and [../../iofiles#RUN_CONTROL RUN_CONTROL] within the user-defined routine [../int#user_header user_header].
     37The module {{{statistics}}} must be used, because it contains {{{rmask}}} and the modules {{{grid_variables}}} and {{{indices}}} are necessary in this example, because grid spacing and indices are used. All array elements of {{{rmask}}} ({{{rmask(:,:,:)}}} are preset by the model with ''1.0''. In no case this assignment must be changed for the total domain ({{{rmask(:,:,0)}}})! Computations and output for the user-defined domains only take place if the user sets [../../d3par#statistic_regions statistic_regions] ≥ ''1''. Beyond that, names for the user-defined domains can be assigned via the initialization parameter [../../userpar#region region]. Output of the names of the selected user-defined domains happens in the local files [../../iofiles#HEADER HEADER] and [../../iofiles#RUN_CONTROL RUN_CONTROL] within the user-defined routine [../int#user_header user_header].