Skip to content

Commit

Permalink
terra
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Oct 20, 2023
1 parent 363b712 commit 4a6bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/AMIP/modular/coupler_driver_modular.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a6bda8

Please sign in to comment.