Contact: | Tim Hoar |
Reviewers: | |
Revision: | $Revision: 1.1 $ |
Release Name: | $Name: $ |
Change Date: | $Date: 2005/10/19 05:49:34 $ |
Change history: | see CVS log |
Programs to convert MM5 3D-VAR 2.0 Radar data files into DART observation sequence files. The capability of the program is limited to DOPPLER_RADIAL_VELOCITY and RADAR_REFLECTIVITY.
types_mod obs_sequence_mod obs_def_mod obs_def/obs_def_radar_mod obs_kind_mod location/threed_sphere/location_mod time_manager_mod utilities_mod
assim_model_mod models/wrf/model_mod models/wrf/module_map_utils random_seq_mod random_nr_mod
We adhere to the F90 standard of starting a namelist with an ampersand '&' and terminating with a slash '/'.
namelist / wrf_3dvar_tf_dart_nml / & wrf_3dvar_file, obs_seq_out_file_name, calendar_type
This namelist is read in a file called input.nml
Contents | Type | Description |
---|---|---|
wrf_3dvar_file | character(len=129) | This is the name of the file containing MM5 3D-VAR 2.0 Radar observations. Default is 'qc_radr_3dvar_2002083100.dat'. |
obs_seq_out_file_name | character(len=129) | File name for output observation sequence file. Default is 'obs_seq.out'. |
calendar_type | integer | Calendar type. We recommend (GREGORIAN = 3) for WRF, which is the default. |