Skip to content

Commit f508bc8

Browse files
committed
updated default user inputs
1 parent c113fbc commit f508bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GRDGEN/common_mesh/global_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# 7. Land-Sea Mask
8080
# :: 0 = do not mask ocean or land (retain full model); 1 = mask out land (retain ocean); 2 = mask out oceans (retain land)
8181
# :: Recommended: 1 for oceanic; 2 for atmospheric
82-
lsmask_type = 2
82+
lsmask_type = 1
8383
land_sea = ("../../input/Land_Sea/ETOPO1_Ice_g_gmt4_wADD.txt")
8484

8585
# 8. Write Load Information to a netCDF-formatted File? (Default for convolution)

0 commit comments

Comments
 (0)