Changeset 1991 in lmdz_wrf


Ignore:
Timestamp:
Jul 31, 2018, 2:14:51 AM (7 years ago)
Author:
lfita
Message:

Improvements and more Header oriented names of figures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/tools/obs-sim_Comparison.bash

    r1989 r1991  
    196196    values='time|'${it}',pres|-1:auto:auto:'${sndstn}'!sounding!on!'${timeS}'!local!'
    197197    values=${values}'time:'${kfig}':True'
    198     ofign=${ofigdir}'/SkewT-logP_'${sndstid}'_'${timefS}'.'${kfig}
     198    ofign=${ofigdir}'/SkewT-logP_obs_ta-tda_'${sndstid}'_'${timefS}'.'${kfig}
    199199    if ${gscratch}; then rm ${ofign} >& /dev/null; fi
    200200    if test ! -f ${ofign}; then
     
    237237  tatda_evol_values=${tatda_evol_values}${timeS3}'!local!time:'${kfig}':True'
    238238
    239   ofign=${ofigdir}'/SkewT-logP_'${stid}'_evol.'${kfig}
     239  ofign=${ofigdir}'/SkewT-logP_obs_evol_'${stid}'.'${kfig}
    240240  if ${gscratch}; then rm ${ofign} >& /dev/null; fi
    241241  if test ! -f ${ofign}; then
     
    282282    values=${values}'comparison!on!'${dateS}'!UTC:png:True'
    283283
    284     ofign=${ofigdir}'/SkewT-logP_obs-sim_'${sndstid}'_'${datefS}'.'${kfig}
     284    ofign=${ofigdir}'/SkewT-logP_obs-sim_step_'${sndstid}'_'${datefS}'.'${kfig}
    285285    if ${gscratch}; then rm ${ofign} >& /dev/null; fi
    286286    if test ! -f ${ofign}; then
     
    333333  cvalues=${cvalues}${sndstn}'!sounding;'${kfig}';flip@y;None;yes'
    334334
    335   ofign=${ofigdir}'/SkewT-logP_obs-sim_'${expl}'_evol_'${sndstid}'_'${sndv}'.'${kfig}
     335  ofign=${ofigdir}'/SkewT-logP_obs-sim_evol_'${expl}'_'${sndstid}'_'${sndv}'.'${kfig}
    336336  if ${gscratch}; then rm ${ofign} >& /dev/null; fi
    337337  if test ! -f ${ofign}; then
     
    383383    values=${values}${kfig}';-;'${lcol}';.;2.;2.;all;-1;True'
    384384
    385     ofign=${ofigdir}'/obs-sim_evol_'${sfcv}_${sti}'.'${kfig}
     385    ofign=${ofigdir}'/obs-sim_evol_ts_'${sfcv}_${sti}'.'${kfig}
    386386    if ${gscratch}; then rm ${ofign} >& /dev/null; fi
    387387    if test ! -f ${ofign}; then
     
    444444    cvalues=${cvalues}${kfig}':None:'${mapv}':'${mapcover}':yes'
    445445
    446     ofign=${ofigdir}'/map_obs-sim_'${timefS}'_'${sfcv}'_'${expl}'.'${kfig}
     446    ofign=${ofigdir}'/map_obs-sim_map_'${timefS}'_'${sfcv}'_'${expl}'.'${kfig}
    447447    if ${gscratch}; then rm ${ofign} >& /dev/null; fi
    448448    if test ! -f ${ofign}; then
Note: See TracChangeset for help on using the changeset viewer.