Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Mesh: WC12to60kmL60E3SMv2r01 #555

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ initial_condition = ../../spin_up/simulation/restarts/restart.0001-01-21_00.00.0
[mesh]
short_name = ${prefix}${min_res}to${max_res}E${e3sm_version}r${mesh_version}
long_name = ${prefix}${min_res}to${max_res}kmL${levels}E3SMv${e3sm_version}r${mesh_version}
prefix = CUSP
prefix = WC
description = MPAS Contiguous United States Plus mesh for E3SM version
${e3sm_version}, with a focused ${min_res}-km resolution
around North America and ${levels} vertical levels
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<add_link source_path="mpas_model" source="testing_and_setup/compass/ocean/jigsaw_to_MPAS" dest="jigsaw_to_MPAS"/>
<add_link source_path="bathymetry_database" source="SRTM15_plus_earth_relief_15s.nc" dest="earth_relief_15s.nc"/>
<add_link source_path="script_test_dir" source="define_base_mesh.py" dest="define_base_mesh.py"/>
<copy_file source_path="script_test_dir" source="define_base_mesh.py" dest="define_base_mesh.py"/>
<add_link source_path="script_test_dir" source="coastline_CUSP.geojson" dest="coastline_CUSP.geojson"/>
<add_link source_path="script_test_dir" source="land_mask_Mexico.geojson" dest="land_mask_Mexico.geojson"/>
<add_link source_path="script_test_dir" source="region_Bering_Sea.geojson" dest="region_Bering_Sea.geojson"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ def plot_cartopy(nPlot, varName, var, map_name):
alpha=0.5,
linestyle='-', zorder=2)
ax.coastlines()
gl.xlabels_top = False
gl.xlabels_bottom = False
gl.ylabels_right = False
gl.ylabels_left = False
gl.top_labels = False
gl.bottom_labels = False
gl.right_labels = False
gl.left_labels = False
plt.colorbar(im, shrink=.9)
plt.title(varName)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"name": "region for CUSP mesh",
"component": "ocean",
"object": "region",
"author": "Mark Petersen"
"author": "Mark Petersen, Xylar Asay-Davis"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
26.015625,
69.53451763078358
67.20403234340081
],
[
34.80468749999999,
Expand All @@ -30,19 +30,19 @@
68.13885164925573
],
[
180.0,
180,
65.80277639340238
],
[
180.0,
90.0
180,
90
],
[
-180.0,
90.0
-180,
90
],
[
-180.0,
-180,
65.80277639340238
],
[
Expand All @@ -59,11 +59,11 @@
],
[
26.015625,
69.53451763078358
67.20403234340081
]
]
]
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "region for CUSP mesh",
"component": "ocean",
"object": "region",
"author": "Mark Petersen"
"author": "Mark Petersen, Xylar Asay-Davis"
},
"geometry": {
"type": "Polygon",
Expand All @@ -26,16 +26,16 @@
47.635783590864854
],
[
32.6953125,
52.802761415419674
38.67187499999999,
54.470037612805754
],
[
27.0703125,
66.08936427047088
31.9921875,
65.5129625532949
],
[
19.86328125,
72.97118902284586
25.6640625,
73.27735320192473
],
[
-29.8828125,
Expand All @@ -54,4 +54,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<namelist name="namelist.ocean" mode="forward">
<template file="template_forward.xml" path_base="script_configuration_dir"/>
<template file="template_monthly_output.xml" path_base="script_configuration_dir"/>
<template file="template_forward.xml" path_base="script_resolution_dir"/>
<option name="config_run_duration">'00-01-00_00:00:00'</option>
<option name="config_do_restart">.true.</option>
Expand Down