Changes between Version 13 and Version 14 of FirstSteps
- Timestamp:
- Feb 21, 2023, 3:37:52 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FirstSteps
v13 v14 85 85 Without further settings, the localization radius is set to 0 so that only 86 86 the observed grid points are changed by the assimilation. 87 You can further set the localization radius with88 {{{ 89 ./PDAF_offline -filtertype 7 - local_range587 You can further set the localization cut-offg radius with 88 {{{ 89 ./PDAF_offline -filtertype 7 -cradius 5 90 90 }}} 91 91 Now the LESTKF is used with a localization radius of 5 grid points. This … … 95 95 use 96 96 {{{ 97 ./PDAF_offline -filtertype 7 - local_range5 -locweight 297 ./PDAF_offline -filtertype 7 -cradius 5 -locweight 2 98 98 }}} 99 99 Now, the filter is applied with the 5th-order polynomial function by … … 201 201 To change the ensemble size to 6 states, you can use for example 202 202 {{{ 203 mpirun -np 6 ./model_pdaf -dim_ens 6 -filtertype 7 - local_range3203 mpirun -np 6 ./model_pdaf -dim_ens 6 -filtertype 7 -cradius 3 204 204 }}} 205 205 which chooses to run the LESTKF with a localization radius of 3 grid points.