Skip to content

Commit

Permalink
update new fully coupled test
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Sep 4, 2024
1 parent 8ec1942 commit 72e6406
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/tests/cpld_control_p8_lnd
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ export coupling_interval_sec=720
export snow_albedo_option=1
export precip_partition_option=4
export initial_albedo=0.2
export lnd_input_dir="INPUT/"
export lnd_fixed_dir="./"
export mosaic_file="INPUT/${LNDRES}_mosaic.nc"
if [[ "$ATMRES" = "$LNDRES" ]]; then
export lnd_input_dir="INPUT/"
export mosaic_file="INPUT/${LNDRES}_mosaic.nc"
export lnd_fixed_dir="./"
else
export lnd_input_dir="INPUT/${LNDRES}/"
export mosaic_file="INPUT/${LNDRES}/${LNDRES}_mosaic.nc"
export lnd_fixed_dir="INPUT/${LNDRES}/"
fi

0 comments on commit 72e6406

Please sign in to comment.