From 4a6bda854e1c51b10247501b669638a737f5ac1e Mon Sep 17 00:00:00 2001 From: LenkaNovak Date: Fri, 20 Oct 2023 05:52:51 -0700 Subject: [PATCH] terra --- experiments/AMIP/modular/coupler_driver_modular.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/AMIP/modular/coupler_driver_modular.jl b/experiments/AMIP/modular/coupler_driver_modular.jl index f637fac2ac..db48fd7d6b 100644 --- a/experiments/AMIP/modular/coupler_driver_modular.jl +++ b/experiments/AMIP/modular/coupler_driver_modular.jl @@ -211,7 +211,7 @@ boundary_space = atmos_sim.domain.face_space.horizontal_space # init land-sea fraction land_fraction = - Regridder.land_fraction(FT, REGRID_DIR, comms_ctx, land_mask_data, "LSMASK", boundary_space, mono = mono_surface) + Regridder.land_fraction(FT, REGRID_DIR, comms_ctx, land_mask_data, "LSMASK", boundary_space, mono = mono_surface) .* FT(0) .+ FT(1) #= ### Land