! -------------------------------------------------------------------- ! ! WAVEWATCH III - ww3_ounf.nml - Grid output post-processing ! ! -------------------------------------------------------------------- ! ! -------------------------------------------------------------------- ! ! Define the output fields to postprocess via FIELD_NML namelist ! ! * the full list of field names FIELD%LIST is : ! DPT CUR WND AST WLV ICE IBG D50 IC1 IC5 HS LM T02 TM10 T01 FP DIR SPR ! DP HIG EF TH1M STH1M TH2M STH2M WN PHS PTP PLP PDIR PSPR PWS PTHP0 ! PQP PPE PGW PSW PTM10 PT01 PT02 PEP TWS PNR UST CHA CGE FAW TAW TWA WCC ! WCF WCH WCM SXY TWO BHD FOC TUS USS P2S USF P2L TWI FIC ABR UBR BED ! FBB TBB MSS MSC 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%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 ! FIELD%TYPE = 3 ! [2 = SHORT, 3 = it depends , 4 = REAL] ! -------------------------------------------------------------------- ! &FIELD_NML FIELD%TIMESTART = '20100101 000000' FIELD%TIMESTRIDE = '0' FIELD%TIMECOUNT = '1' FIELD%LIST = 'WND HS T01 DIR PHS PTP PT01 PDIR ' FIELD%SAMEFILE = T 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%NETCDF = 4 / ! -------------------------------------------------------------------- ! ! WAVEWATCH III - end of namelist ! ! -------------------------------------------------------------------- !