diff --git a/testing_and_setup/compass/general.config.ocean b/testing_and_setup/compass/general.config.ocean index 10790c2855..f79372af38 100644 --- a/testing_and_setup/compass/general.config.ocean +++ b/testing_and_setup/compass/general.config.ocean @@ -48,4 +48,3 @@ jigsaw-geo-matlab = FULL_PATH_TO_JIGSAW_REPO mesh_database = FULL_PATH_TO_LOCAL_MESH_DATABASE initial_condition_database = FULL_PATH_TO_LOCAL_INITIAL_CONDITION_DATABASE bathymetry_database = FULL_PATH_TO_BATHYMETRY_DATABASE -jigsaw_to_MPAS = FULL_PATH_TO_MPAS_MODEL_REPORT/testing_and_setup/compass/ocean/jigsaw_to_MPAS diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8/init/config_base_mesh.xml b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8/init/config_base_mesh.xml index d1ae0a9ebf..8e5cd04171 100644 --- a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8/init/config_base_mesh.xml +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8/init/config_base_mesh.xml @@ -4,16 +4,16 @@ - - - - - - - + + + + + + + - + diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8/init/define_base_mesh.py b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8/init/define_base_mesh.py index 1b704d8e61..8f1850bb13 100755 --- a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8/init/define_base_mesh.py +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8/init/define_base_mesh.py @@ -91,11 +91,18 @@ def cellWidthVsLatLon(): cell_width,lon,lat = ct.coastal_refined_mesh(params,cell_width,lon,lat) print "***Greenland***" - Greenland = {"include":[np.array([-49,-45,60,61])], - "exclude":[]} - params["region_box"] = Greenland + params["region_box"] = ct.Greenland params["restrict_box"] = ct.Empty - params["trans_start"] = 900.0*km + params["trans_width"] = 600.0*km + params["trans_start"] = 275.0*km + cell_width, lon, lat = ct.coastal_refined_mesh(params,cell_width,lon,lat) + + print "***Labrador Sea***" + params["region_box"] = ct.Empty + params["restrict_box"] = ct.Empty + params["point_list"] = [np.array([-50.0,55.0])] + params["trans_width"] = 600.0*km + params["trans_start"] = 400.0*km cell_width, lon, lat = ct.coastal_refined_mesh(params,cell_width,lon,lat) print"***Central America (West Coast)***" @@ -114,6 +121,7 @@ def cellWidthVsLatLon(): "exclude":[]} params["region_box"] = Central_America params["restrict_box"] = ct.Empty + params["point_list"] = None params["trans_width"] = 600.0*km params["trans_start"] = 400.0*km cell_width, lon, lat = ct.coastal_refined_mesh(params,cell_width,lon,lat) diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_base_mesh.xml b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_base_mesh.xml new file mode 100644 index 0000000000..8e5cd04171 --- /dev/null +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_base_mesh.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_culled_mesh.xml b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_culled_mesh.xml new file mode 120000 index 0000000000..9c49ba6246 --- /dev/null +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_culled_mesh.xml @@ -0,0 +1 @@ +../../config_files/config_culled_mesh.xml \ No newline at end of file diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_driver.xml b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_driver.xml new file mode 120000 index 0000000000..6e64036436 --- /dev/null +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_driver.xml @@ -0,0 +1 @@ +../../config_files/config_driver_init.xml \ No newline at end of file diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_initial_state.xml b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_initial_state.xml new file mode 120000 index 0000000000..708f1da2f9 --- /dev/null +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_initial_state.xml @@ -0,0 +1 @@ +../../config_files/config_initial_state_60_layers.xml \ No newline at end of file diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_mesh_metrics.xml b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_mesh_metrics.xml new file mode 120000 index 0000000000..1d71c75ff0 --- /dev/null +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/config_mesh_metrics.xml @@ -0,0 +1 @@ +../../config_files/config_mesh_metrics.xml \ No newline at end of file diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/define_base_mesh.py b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/define_base_mesh.py new file mode 120000 index 0000000000..2711c3e7f8 --- /dev/null +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/init/define_base_mesh.py @@ -0,0 +1 @@ +../../NAEC60to30cr8/init/define_base_mesh.py \ No newline at end of file diff --git a/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/spin_up/config_driver.xml b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/spin_up/config_driver.xml new file mode 100644 index 0000000000..411b5a2fba --- /dev/null +++ b/testing_and_setup/compass/ocean/global_ocean/NAEC60to30cr8L60/spin_up/config_driver.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + +