Skip to content

Attribute gridded default value wrong in doc

in the documentation there is

gridded If .TRUE., output data are defined on a regular sub-grid part of the model grid or on the whole model grid. If .FALSE., the data are taken at a number of irregularly spaced locations, denoted below as “stations”. Default is .FALSE..

The default value is .TRUE. as it is defined is default_model.f90

iset_110: DO iset=1,nsize
   outgpars(iset)%gridded = .TRUE.