-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #864 from xylar/add-low-res-topo-cfg
Put low res topography options in a config file
- Loading branch information
Showing
2 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# config options related to remapping topography to an MPAS-Ocean mesh | ||
[remap_topography] | ||
|
||
# the name of the topography file in the bathymetry database | ||
topo_filename = BedMachineAntarctica_v2_and_GEBCO_2022_0.05_degree_20220729.nc | ||
|
||
# variable names in topo_filename | ||
bathy_frac_var = ocean_mask | ||
|
||
# the description to include in metadata | ||
description = Bathymetry is from GEBCO 2022, combined with BedMachine | ||
Antarctica v2 around Antarctica. | ||
|
||
# the target and minimum number of MPI tasks to use in remapping | ||
ntasks = 64 | ||
min_tasks = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters