Writes a snapshot of all prognostic variables to a NetCDF file.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | timestep | The time step that is being written  | 
  
||
| complex, | intent(in) | :: | vor(mx,nx,kx,2) | Vorticity  | 
  
||
| complex, | intent(in) | :: | div(mx,nx,kx,2) | Divergence  | 
  
||
| complex, | intent(in) | :: | t(mx,nx,kx,2) | Temperature  | 
  
||
| complex, | intent(in) | :: | ps(mx,nx,2) | log(normalized surface pressure)  | 
  
||
| complex, | intent(in) | :: | tr(mx,nx,kx,2,ntr) | Tracers  | 
  
||
| complex, | intent(in) | :: | phi(mx,nx,kx) | Geopotential  |