Changes between Version 14 and Version 15 of FirstSteps
- Timestamp:
- May 5, 2025, 11:54:13 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FirstSteps
v14 v15 87 87 You can further set the localization cut-offg radius with 88 88 {{{ 89 ./PDAF_offline -filtertype 7 -cradius 5 89 ./PDAF_offline -filtertype 7 -cradius 5.0 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 -cradius 5 -locweight 297 ./PDAF_offline -filtertype 7 -cradius 5.0 -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 -cradius 3 203 mpirun -np 6 ./model_pdaf -dim_ens 6 -filtertype 7 -cradius 3.0 204 204 }}} 205 205 which chooses to run the LESTKF with a localization radius of 3 grid points.