Skip to content

Commit c9e9d97

Browse files
committed
Improving description of possible options for clubb_fill_holes_type
1 parent bbc43fa commit c9e9d97

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

bld/namelist_files/namelist_definition.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3950,6 +3950,14 @@ Valid values: 0 (no grid adaptation), 1 (use Lscale and wp2)
39503950
group="clubb_params_nl" valid_values="0,1,2,3,4,5,6" >
39513951
Selects which algorithm the fill_holes routine uses to correct
39523952
below threshold values in field solutions.
3953+
0: off - Skip the mass conservative hole filling step, rely on blunt clipping
3954+
1: global - Fast but minimally local, most methods use this as a fallback step
3955+
2: sliding_window - Expensive but highly local when possible, falls back to global fill if needed
3956+
3: widening_windows - Slightly parallelizable, local when possible, falls back to global if needed
3957+
4: smart_window - Uses hueristics to determine ranges to fill, fast and highly local when possible, falls back to global if needed
3958+
5: smart_window_smooth - Same as smart_window, but with experimental smoothing features that slightly increases cost, NO GLOBAL FALLBACK
3959+
6: parallel_fill - Highly local when possible, completely parallelizable but computationally wasteful, falls back to global if needed
3960+
See CLUBB_core/model_flags.F90 or CLUBB_core/fill_holes.F90 for more detail.
39533961
</entry>
39543962

39553963
<entry id="clubb_grid_remap_method" type="integer" category="pblrad"

0 commit comments

Comments
 (0)