! -------------------------------------------------------------------- ! ! WAVEWATCH III ww3_ounf.nml - Grid output post-processing ! ! -------------------------------------------------------------------- ! ! -------------------------------------------------------------------- ! ! Define the output fields to postprocess via FIELD_NML namelist ! ! * the detailed list of field names FIELD%LIST is given in ww3_shel.nml ! DPT CUR WND AST WLV ICE IBG D50 IC1 IC5 ! HS LM T02 T0M1 T01 FP DIR SPR DP HIG ! EF TH1M STH1M TH2M STH2M WN ! PHS PTP PLP PDIR PSPR PWS PDP PQP PPE PGW PSW PTM10 PT01 PT02 PEP TWS PNR ! UST CHA CGE FAW TAW TWA WCC WCF WCH WCM FWS ! SXY TWO BHD FOC TUS USS P2S USF P2L TWI FIC ! ABR UBR BED FBB TBB ! MSS MSC WL02 AXT AYT AXY ! DTD FC CFX CFD CFK ! U1 U2 ! ! * namelist must be terminated with / ! * definitions & defaults: ! FIELD%TIMESTART = '19000101 000000' ! Stop date for the output field ! FIELD%TIMESTRIDE = '0' ! Time stride for the output field ! FIELD%TIMESTOP = '29001231 000000' ! Stop date for the output field ! FIELD%TIMECOUNT = '1000000000' ! Number of time steps ! FIELD%TIMESPLIT = 6 ! [4(yearly),6(monthly),8(daily),10(hourly)] ! FIELD%LIST = 'unset' ! List of output fields ! FIELD%PARTITION = '0 1 2 3' ! List of wave partitions ['0 1 2 3 4 5'] ! FIELD%SAMEFILE = T ! All the variables in the same file [T|F] ! FIELD%TYPE = 3 ! [2 = SHORT, 3 = it depends , 4 = REAL] ! -------------------------------------------------------------------- ! &FIELD_NML FIELD%TIMESTART = '19680606 000000' FIELD%TIMESTRIDE = '3600.' FIELD%TIMECOUNT = '1000' FIELD%LIST = 'HS' FIELD%PARTITION = '0 1 2' FIELD%TYPE = 4 / ! -------------------------------------------------------------------- ! ! Define the content of the output file via FILE_NML namelist ! ! * namelist must be terminated with / ! * definitions & defaults: ! FILE%PREFIX = 'ww3.' ! Prefix for output file name ! FILE%NETCDF = 3 ! Netcdf version [3|4] ! FILE%IX0 = 1 ! First X-axis or node index ! FILE%IXN = 1000000000 ! Last X-axis or node index ! FILE%IY0 = 1 ! First Y-axis index ! FILE%IYN = 1000000000 ! Last Y-axis index ! -------------------------------------------------------------------- ! &FILE_NML FILE%IXN = 999 FILE%IYN = 999 / ! -------------------------------------------------------------------- ! ! WAVEWATCH III - end of namelist ! ! -------------------------------------------------------------------- !