$ -------------------------------------------------------------------- $ $ WAVEWATCH III Field preprocessor input file $ $ -------------------------------------------------------------------- $ $ Mayor types of field and time flag $ Field types : ICE Ice concentrations. $ LEV Water levels. $ WND Winds. $ WNS Winds (including air-sea temp. dif.) $ CUR Currents. $ DAT Data for assimilation. $ $ Format types : AI Transfer field 'as is'. (ITYPE 1) $ LL Field defined on regular longitude-latitude $ or Cartesian grid. (ITYPE 2) $ Format types : AT Transfer field 'as is', performs tidal $ analysis on the time series (ITYPE 6) $ $ - Format type not used for field type 'DAT'. $ $ Time flag : If true, time is included in file. $ Header flag : If true, header is added to file. $ (necessary for reading, FALSE is used only for $ incremental generation of a data file.) $ 'CUR' 'LL' T T $ $ Name of dimensions ------------------------------------------------- $ $ longitude latitude $ $ Variables to use --------------------------------------------------- $ $ U V $ $ $ Additional time input ---------------------------------------------- $ $ If time flag is .FALSE., give time of field in yyyymmdd hhmmss format. $ $ -> TIME $ $ 19680606 053000 $ $ Define data files -------------------------------------------------- $ $ The input line identifies the filename using for the forcing field. $ $ -> filename $ '../input/Iroise_AI_UV.nc' $ $ -------------------------------------------------------------------- $ $ End of input file $ $ -------------------------------------------------------------------- $