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

Trying to convert from nc4 to nc.

parent 9b0d01b1
No related branches found
No related tags found
No related merge requests found
Pipeline #19178 failed
......@@ -57,12 +57,16 @@ integrate_sst_to_extpar "${INTERPOLATED_SST}" "${EXTERNAL_PARAMETERS_FILE}"
#old_integrate_sst_to_analysis "${INTERPOLATED_SST}" "${ANALYSIS_FILE}"
# Integrate sst to analysis
#integrate_sst_to_analysis "${DESTINATION_GRID}" "${ANALYSIS_FILE}"
integrate_sst_to_analysis "${DESTINATION_GRID}" "${ANALYSIS_FILE}"
ncks -4 --fl_fmt=64bit analysis.nc analysis.nc2
python ${PROJ_FOLDER}/templates/event-generator/icon-remap-helper.py --src-grid ${DESTINATION_GRID} \
--dst-grid ${DESTINATION_GRID} \
--source ${ANALYSIS_FILE} \
--dest . \
--output-format nc \
--rename "analysis.nc"
\ No newline at end of file
mv analysis.nc2 analysis.nc
#python ${PROJ_FOLDER}/templates/event-generator/icon-remap-helper.py --src-grid ${DESTINATION_GRID} \
# --dst-grid ${DESTINATION_GRID} \
# --source ${ANALYSIS_FILE} \
# --dest . \
# --output-format nc \
# --rename "analysis.nc"
\ No newline at end of file
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