updated top-level README and version_decl for V4.4.2 (#1795)
[WRF.git] / test / em_real / sample.txt
blob8733a3ffc2c4a8c4a3dad94bdf5a4005c891d460
1 # sample input file for runtime config of I/O streams
3 # This toy example adds the state variables u,v,w,and julian
4 # to the set of variables that are output with auxiliary
5 # history stream auxhist21. 
6 +:h:21:u,v,w,julian
8 # At the same time different the same and different variables
9 # may be removed from the standard output stream.
10 -:h:0:W,P,PB,PH,PHB,T,U,V
12 As many of the extra streams as wanted may be used.  The largest
13 is currently set to 24.  It is usually safe to use a large 
14 stream number and then start working your way down.
15 +:h:24:RAINC,RAINNC
17 # For additional information see README.io_config in top-level directory