Skip to content
Snippets Groups Projects
Commit 80567ee6 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Deactivating integration of sst to debug the error.

parent 44410565
No related branches found
No related tags found
No related merge requests found
Pipeline #19152 canceled
...@@ -52,9 +52,9 @@ interpolate_SST "${DESTINATION_GRID}" "${SST_FORCING}" "${INTERPOLATED_SST}" ...@@ -52,9 +52,9 @@ interpolate_SST "${DESTINATION_GRID}" "${SST_FORCING}" "${INTERPOLATED_SST}"
# Integrate sst to extpar # Integrate sst to extpar
integrate_sst_to_extpar "${INTERPOLATED_SST}" "${EXTERNAL_PARAMETERS_FILE}" # integrate_sst_to_extpar "${INTERPOLATED_SST}" "${EXTERNAL_PARAMETERS_FILE}"
cp ${EXTERNAL_PARAMETERS_FILE} extpar.nc
# Integrate sst to analysis # Integrate sst to analysis
integrate_sst_to_analysis "${INTERPOLATED_SST}" "${ANALYSIS_FILE}" # integrate_sst_to_analysis "${INTERPOLATED_SST}" "${ANALYSIS_FILE}"
...@@ -19,9 +19,10 @@ ATMOSPHERE_NAMELIST_PATH = Path("%simulation.namelist_paths.atmosphere%") ...@@ -19,9 +19,10 @@ ATMOSPHERE_NAMELIST_PATH = Path("%simulation.namelist_paths.atmosphere%")
MASTER_NAMELIST_PATH = Path("%simulation.namelist_paths.master%") MASTER_NAMELIST_PATH = Path("%simulation.namelist_paths.master%")
# Get first-guess and analysis names: # Get first-guess and analysis names:
# analysis_filename = (RUNDIR / "igaf*.m*.grb") analysis_filename = (RUNDIR / "igaf*.m*.grb")
# analysis_filename = analysis_filename.parent.glob(analysis_filename.name).__next__() analysis_filename = analysis_filename.parent.glob(analysis_filename.name).__next__()
analysis_filename = "analysis.nc" # analysis_filename = "analysis.nc"
first_guess_filename = (RUNDIR / "igfff00030000.m*.grb").resolve() first_guess_filename = (RUNDIR / "igfff00030000.m*.grb").resolve()
first_guess_filename = first_guess_filename.parent.glob(first_guess_filename.name).__next__() first_guess_filename = first_guess_filename.parent.glob(first_guess_filename.name).__next__()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment