-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchecknml.sh
executable file
·24 lines (21 loc) · 947 Bytes
/
checknml.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
#!/bin/bash
set -x
#src=/scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/devcice/cpld_control_nowave_noaero_p8_intel
#src=cpld.rundir
#dst=test.jday
#dst=base.nsst
#dst=cpld.rundir
#dst=/scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_RT/rt_190832/cpld_s2sa_p8_intel
#src=/scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/use_inst/datm_cdeps_control_cfsr_intel
#dst=/scratch1/NCEPDEV/stmp2/Hae-Cheol.Kim/FV3_RT/GLBb0.08_061_gfs
src=/scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_3917402/cpld_control_gfsv17_iau_intel
dst=/scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_3917402/cpld_control_gfsv17_iau_intel_rst
diff $src/input.nml $dst/input.nml
diff $src/model_configure $dst/model_configure
diff $src/ufs.configure $dst/ufs.configure
diff $src/ice_in $dst/ice_in
diff $src/ww3_shel.nml $dst/ww3_shel.nml
#diff $src/job_card $dst/job_card
diff $src/INPUT/MOM_input $dst/INPUT/MOM_input
#diff $src/datm.streams $dst/datm.streams
diff $src/fd_ufs.yaml $dst/fd_ufs.yaml