This repository runs calculations and plots for the CW3E IVT Cross Sections for GFS and ECMWF.
Current capabilities includes meridional transects from 25°N to 60°N, every 5° longitude from 175°W to 105°W with a forecast lead every 12 hours out to a 120 hour lead.
To run all longitudinal cross sections for each model:
## runs plots for GFS
singularity exec --bind /data:/data,/home:/home,/work:/work,/common:/common -e /data/projects/operations/ivt_cross_sections/envs/ivt_cross_section.sif /opt/conda/envs/container/bin/python /data/projects/operations/ivt_cross_sections/run_tool_parallel.py "GFS"
## runs plots for ECWMF
singularity exec --bind /data:/data,/home:/home,/work:/work,/common:/common -e /data/projects/operations/ivt_cross_sections/envs/ivt_cross_section.sif /opt/conda/envs/container/bin/python /data/projects/operations/ivt_cross_sections/run_tool_parallel.py "ECMWF"