From 78d5873e24899bd321bf4485bf8c31e6f53a1e66 Mon Sep 17 00:00:00 2001 From: Jiarui Dong Date: Mon, 10 Jul 2023 16:55:36 -0400 Subject: [PATCH] Remove FRAC_GRID for consistency with G-W. (#527) --- parm/land/letkfoi/apply_incr_nml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/land/letkfoi/apply_incr_nml.j2 b/parm/land/letkfoi/apply_incr_nml.j2 index 2dac08157..39765a5d3 100644 --- a/parm/land/letkfoi/apply_incr_nml.j2 +++ b/parm/land/letkfoi/apply_incr_nml.j2 @@ -2,7 +2,7 @@ date_str = "{{ current_cycle | to_YMD }}", hour_str = "{{ current_cycle | strftime('%H') }}", res = {{ CASE[1:] }}, - frac_grid = {{ FRAC_GRID | to_f90bool }}, + frac_grid = .true., rst_path = "{{ DATA }}/anl", inc_path = "{{ DATA }}/anl", orog_path = "{{ HOMEgfs }}/fix/orog/{{ CASE }}",