We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c113fbc commit f508bc8Copy full SHA for f508bc8
1 file changed
GRDGEN/common_mesh/global_mesh.py
@@ -79,7 +79,7 @@
79
# 7. Land-Sea Mask
80
# :: 0 = do not mask ocean or land (retain full model); 1 = mask out land (retain ocean); 2 = mask out oceans (retain land)
81
# :: Recommended: 1 for oceanic; 2 for atmospheric
82
-lsmask_type = 2
+lsmask_type = 1
83
land_sea = ("../../input/Land_Sea/ETOPO1_Ice_g_gmt4_wADD.txt")
84
85
# 8. Write Load Information to a netCDF-formatted File? (Default for convolution)
0 commit comments