Changes between Version 62 and Version 63 of doc/app/maskedoutput


Ignore:
Timestamp:
Sep 29, 2010 1:24:07 PM (14 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v62 v63  
    2424The time intervals of the output times for each mask are determined with dt_domask. Individual time interval for output of temporally averaged data can be assigned using the parameter [../d3par#dt_data_output_av dt_data_output_av]. The length of the averaging interval is controlled with [../d3par#averaging_interval averaging_interval]. No particular parameters are existent for steering the time averaged output of each separate mask.
    2525\\\\\\
    26 So far 20 different masks can be defined. Each mask is output to one local file:
     26An umlimited amount of different masks can be defined. Each mask is output to one local file:
    2727   Instantaneous data of '''mask 1''' are output to file [../iofiles#DATA_MASK_01_NETCDF DATA_MASK_01_NETCDF], time averaged data to file
    2828   [../iofiles#DATA_MASK_01_AV_NETCDF DATA_MASK_01_AV_NETCDF].\\
     
    3232   [../iofiles#DATA_MASK_02_AV_NETCDF DATA_MASK_03_AV_NETCDF].\\
    3333   ...\\
    34    Instantaneous data of '''mask 20''' are output to file [../iofiles#DATA_MASK_20_NETCDF DATA_MASK_20_NETCDF], time averaged data to file
    35    [../iofiles#DATA_MASK_20_AV_NETCDF DATA_MASK_20_AV_NETCDF].
    36 \\
     34By default 50 different masks can be assigned. The amount of masks is steered with '''max_masks''' (=50 by default), which can only be changed in {{{modules.f90}}}. If more than 50 masks are desired, '''max_masks''' has to be changed to the corresponding value.
     35\\\\
    3736== Further assignments ==
    3837Besides assigning the parameters listed [#list above], the required output files have to be comment out in the '''mrun'''-[../configexample configuration file]:
     
    4847#DATA_MASK_03_AV_NETCDF    out:loc      ma#:maf         $output_data      _m03_av  nc
    4948...
    50 #DATA_MASK_20_NETCDF       out:loc      ma#:maf         $output_data      _m20     nc
    51 #DATA_MASK_20_AV_NETCDF    out:loc      ma#:maf         $output_data      _m20_av  nc
    5249}}}
    53 Here output of '''masks 1''' and '''2''' is done. '''Masks 3''' to '''20''' will not be output even if the parameters are assigned.\\\\\\
     50Here output of '''masks 1''' and '''2''' is done. '''Masks 3''' will not be output even if the parameters are assigned.\\\\\\
    5451Within the '''mrun''' call ''ma#'' has to be added to the '''mrun'''-option -r:
    5552{{{