From ad1a266275c19f6b165acbd29d6de6bd5daa870a Mon Sep 17 00:00:00 2001 From: "Chan-hoo.Jeon" Date: Tue, 22 Oct 2024 15:16:35 +0000 Subject: [PATCH] fix typo --- scripts/exlandda_forecast.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/exlandda_forecast.sh b/scripts/exlandda_forecast.sh index 107ce558..3ecdc317 100755 --- a/scripts/exlandda_forecast.sh +++ b/scripts/exlandda_forecast.sh @@ -57,7 +57,7 @@ nprocs_atm_lnd_m1=$(( NPROCS_FORECAST_ATM + NPROCS_FORECAST_LND - 1 )) settings="\ 'nprocs_atm_m1': ${nprocs_atm_m1} 'nprocs_forecast_atm': ${NPROCS_FORECAST_ATM} - 'nprocs_atm_lnd_m1': ${nprocs_atm_land_m1} + 'nprocs_atm_lnd_m1': ${nprocs_atm_lnd_m1} 'lnd_layout_x': ${LND_LAYOUT_X} 'lnd_layout_y': ${LND_LAYOUT_Y} 'lnd_output_freq_sec': ${LND_OUTPUT_FREQ_SEC}