Skip to content

Commit

Permalink
added output file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Apr 11, 2024
1 parent 71ece79 commit 98a198a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions regtests/ww3_tp1.1/out_pnt_ncdump.txt
Original file line number Diff line number Diff line change
@@ -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" ;
}

0 comments on commit 98a198a

Please sign in to comment.