forked from lvc0107/wrf_mendieta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrads_process.sh
32 lines (28 loc) · 1.35 KB
/
grads_process.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#! /bin/bash
################################# GRADS Configuration ###################################
# Execution:
# This script is executed from run_wrf_model.sh script (post_processing stage)
#
# This script can be updated by the user
#######################################################################################
echo ==================================================
echo executing grads -pbcx 'run HPC_CBA_Tmax_Min.gs'
grads -pbcx 'run HPC_CBA_Tmax_Min.gs'
echo ==================================================
echo executing grads -pbcx 'run HPC_CBA_Rain.gs'
grads -pbcx 'run HPC_CBA_Rain.gs'
echo ==================================================
echo executing grads -pbcx 'run meteogramas_Preciptation.gs'
grads -pbcx 'run meteogramas_Preciptation.gs'
echo ==================================================
echo executing grads -pbcx 'run meteogramas_rh.gs'
grads -pbcx 'run meteogramas_rh.gs'
echo ==================================================
echo executing grads -pbcx 'run meteogramas_Temp.gs'
grads -pbcx 'run meteogramas_Temp.gs'
echo ==================================================
echo executing grads -pbcx 'run meteogramas_WindDir.gs'
grads -pbcx 'run meteogramas_WindDir.gs'
echo ==================================================
echo executing grads -pbcx 'run meteogramas_WindSpeed.gs'
grads -pbcx 'run meteogramas_WindSpeed.gs'