From 98a198a84dda6f769854b29d3bea6c2cbbffbe8a Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Thu, 11 Apr 2024 13:30:20 -0600 Subject: [PATCH] added output file --- regtests/ww3_tp1.1/out_pnt_ncdump.txt | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 regtests/ww3_tp1.1/out_pnt_ncdump.txt diff --git a/regtests/ww3_tp1.1/out_pnt_ncdump.txt b/regtests/ww3_tp1.1/out_pnt_ncdump.txt new file mode 100644 index 000000000..bb8e3ffb9 --- /dev/null +++ b/regtests/ww3_tp1.1/out_pnt_ncdump.txt @@ -0,0 +1,33 @@ +netcdf out_pnt.ww3 { +dimensions: + NOPTS = 21 ; + NSPEC = 12 ; + VSIZE = 2 ; + NAMELEN = 40 ; + GRDIDLEN = 13 ; + TIME = UNLIMITED ; // (25 currently) +variables: + int NK ; + int NTH ; + float PTLOC(NOPTS, VSIZE) ; + char PTNME(NOPTS, NAMELEN) ; + int TIME(TIME, VSIZE) ; + int IW(TIME, NOPTS) ; + int II(TIME, NOPTS) ; + int IL(TIME, NOPTS) ; + float DPO(TIME, NOPTS) ; + float WAO(TIME, NOPTS) ; + float WDO(TIME, NOPTS) ; + float ASO(TIME, NOPTS) ; + float CAO(TIME, NOPTS) ; + float CDO(TIME, NOPTS) ; + float ICEO(TIME, NOPTS) ; + float ICEHO(TIME, NOPTS) ; + float ICEFO(TIME, NOPTS) ; + char GRDID(TIME, NOPTS, GRDIDLEN) ; + float SPCO(TIME, NOPTS, NSPEC) ; + +// global attributes: + :title = "WAVEWATCH III POINT OUTPUT FILE" ; + :version = "2021-04-06" ; +}