Skip to content
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
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<config case="e3sm_coupling">

<add_link source="../initial_state/initial_state.nc" dest="init.nc"/>
<add_link source="../ssh_adjustment/init.nc" dest="init.nc"/>
<add_link source="../initial_state/graph.info" dest="graph.info"/>
<add_link source="../culled_mesh/no_ISC_culled_mesh.nc" dest="no_ISC_culled_mesh.nc"/>
<add_link source_path="script_configuration_dir" source="scripts/create_E3SM_coupling_files.py" dest="create_E3SM_coupling_files.py"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,20 @@ enable = true

[transects_and_regions]
enable = true
transect_region_geojson = /usr/projects/climate/mpeterse/analysis_input_files/geojson_files/SingleRegionAtlanticWTransportTransects.geojson

[mapping_analysis]
enable = true
# The comparison lat/lon grid resolution in degrees
comparisonLatResolution = 0.5
comparisonLonResolution = 0.5

# The comparison Antarctic polar stereographic grid size and resolution in km
comparisonAntarcticStereoWidth = 6000.
comparisonAntarcticStereoResolution = 10.

# The comparison Arctic polar stereographic grid size and resolution in km
comparisonArcticStereoWidth = 6000.
comparisonArcticStereoResolution = 10.

[mapping_CORE_Gcase]
enable = true
Expand All @@ -34,7 +47,7 @@ atm_scrip_tag = JRA025
[mapping_ne30]
enable = false
# need to add complete name here:
atm_scrip_tag = ne30
atm_scrip_tag = ne30

[domain_CORE_Gcase]
enable = true
Expand All @@ -55,7 +68,7 @@ runoff_map_exe = /usr/projects/climate/mpeterse/repos/E3SM/compiled_cime_tools/c
runoff_map_lnd_file = /lustre/scratch3/turquoise/mpeterse/E3SM/input_data/lnd/dlnd7/RX1/runoff.daitren.annual.090225.nc

[salinity_restoring]
enable = true
enable = true
# This file needs to be added to a standard repo. Local copy for now:
grid_Levitus_1x1_scrip_file = /usr/projects/climate/mpeterse/mapping_files/test_SSS_mapping_190821/EC60to30Rev4/genRemapFiles/grid_Levitus_1x1_scrip.nc
# This file needs to be added to a standard repo. Local copy for now:
Expand Down
Loading