Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Oct 22, 2024
1 parent bbba212 commit ad1a266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exlandda_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ad1a266

Please sign in to comment.