Make 0.25-degree topog.nc
MOM bathymetry file from the GEBCO 2024 dataset.
-
Generate Topography:
Use./gen_topog.sh
to generate the topography and associated files. For 0.25-degree resolution or higher, this will require submission viaqsub
.First, add gdata for your project & working directory to the
#PBS -l storage=
line inget_topo.sh
Then, use the
qsub
command to submit the script, passing the required input files as arguments. For example:qsub -v INPUT_HGRID="/path/to/ocean_hgrid.nc",INPUT_VGRID="/path/to/ocean_vgrid.nc",INPUT_GBCO="/path/to/GEBCO_2024.nc" -P $PROJECT gen_topo.sh
-
Finalize Output Files:
Once the output files meet your satisfaction, commit and push the changes, then add the git commit hash as metadata in the output.nc
files by runningfinalise.sh
.
This workflow relies on the hh5 conda environments for running the scripts and generating the outputs. As long as you are a member of the hh5 project, this conda environment is loaded as part of the scripts.