Changes between Version 3 and Version 4 of Lorenz_96_model
- Timestamp:
- Aug 16, 2018, 4:01:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v3 v4 137 137 || delt_obs || time interval between observation, i.e. for forecast length || 1 || 138 138 || dim_lag || set the time lag for the smoother (the smoother is actiave for dim_lag>0) || 0 || 139 || dx_obs || distance between observation on the grid; let's you specify an incompletely observated state (only used when use_obs_mask=.true.) || 1 || 139 140 || local_range || localization radius in grid points || 5 || 140 141 || locweight || choose localiztion weight function, e.g. 4 is the 5th-order polynomial mimicking a Gaussian (see Gaspari and Cohn 1999) || 0 || 141 142 || model_error || a logical variable activiting model error noise || .false. || 142 143 || model_err_amp || amplitude of the model error || 0.1 || 144 || numobs || number of observed grid points; the points 1 to numobs are observed (can be combined with dx_obs; only used when use_obs_mask=.true.) || 145 || use_obs_mask || whether to use incomplete observations (need to be .true. for any other settings on the observation density to be used) || 143 146 144 147