Changeset 1991 in lmdz_wrf
- Timestamp:
- Jul 31, 2018, 2:14:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/obs-sim_Comparison.bash ¶
r1989 r1991 196 196 values='time|'${it}',pres|-1:auto:auto:'${sndstn}'!sounding!on!'${timeS}'!local!' 197 197 values=${values}'time:'${kfig}':True' 198 ofign=${ofigdir}'/SkewT-logP_ '${sndstid}'_'${timefS}'.'${kfig}198 ofign=${ofigdir}'/SkewT-logP_obs_ta-tda_'${sndstid}'_'${timefS}'.'${kfig} 199 199 if ${gscratch}; then rm ${ofign} >& /dev/null; fi 200 200 if test ! -f ${ofign}; then … … 237 237 tatda_evol_values=${tatda_evol_values}${timeS3}'!local!time:'${kfig}':True' 238 238 239 ofign=${ofigdir}'/SkewT-logP_ '${stid}'_evol.'${kfig}239 ofign=${ofigdir}'/SkewT-logP_obs_evol_'${stid}'.'${kfig} 240 240 if ${gscratch}; then rm ${ofign} >& /dev/null; fi 241 241 if test ! -f ${ofign}; then … … 282 282 values=${values}'comparison!on!'${dateS}'!UTC:png:True' 283 283 284 ofign=${ofigdir}'/SkewT-logP_obs-sim_ '${sndstid}'_'${datefS}'.'${kfig}284 ofign=${ofigdir}'/SkewT-logP_obs-sim_step_'${sndstid}'_'${datefS}'.'${kfig} 285 285 if ${gscratch}; then rm ${ofign} >& /dev/null; fi 286 286 if test ! -f ${ofign}; then … … 333 333 cvalues=${cvalues}${sndstn}'!sounding;'${kfig}';flip@y;None;yes' 334 334 335 ofign=${ofigdir}'/SkewT-logP_obs-sim_ '${expl}'_evol_'${sndstid}'_'${sndv}'.'${kfig}335 ofign=${ofigdir}'/SkewT-logP_obs-sim_evol_'${expl}'_'${sndstid}'_'${sndv}'.'${kfig} 336 336 if ${gscratch}; then rm ${ofign} >& /dev/null; fi 337 337 if test ! -f ${ofign}; then … … 383 383 values=${values}${kfig}';-;'${lcol}';.;2.;2.;all;-1;True' 384 384 385 ofign=${ofigdir}'/obs-sim_evol_ '${sfcv}_${sti}'.'${kfig}385 ofign=${ofigdir}'/obs-sim_evol_ts_'${sfcv}_${sti}'.'${kfig} 386 386 if ${gscratch}; then rm ${ofign} >& /dev/null; fi 387 387 if test ! -f ${ofign}; then … … 444 444 cvalues=${cvalues}${kfig}':None:'${mapv}':'${mapcover}':yes' 445 445 446 ofign=${ofigdir}'/map_obs-sim_ '${timefS}'_'${sfcv}'_'${expl}'.'${kfig}446 ofign=${ofigdir}'/map_obs-sim_map_'${timefS}'_'${sfcv}'_'${expl}'.'${kfig} 447 447 if ${gscratch}; then rm ${ofign} >& /dev/null; fi 448 448 if test ! -f ${ofign}; then
Note: See TracChangeset
for help on using the changeset viewer.