Changeset 257
- Timestamp:
- Nov 14, 2020, 3:55:34 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
models/LMDZ/serie_LMDZ.sh (modified) (2 diffs)
-
src/post_plots.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/models/LMDZ/serie_LMDZ.sh
r242 r257 22 22 LMAX=79 23 23 phys=NPv6.1 24 LMDZdir=/home/hourdin/R2 41/HighTune/../LMDZtrunk24 LMDZdir=/home/hourdin/R254/HighTune/../LMDZtrunk 25 25 EXPE=$local/WAVE$WAVEN 26 26 CTRL=$local/CTRL … … 195 195 # -- calendar issues -------------------------------------------------------- 196 196 ncatted -a calendar,time,o,c,"standard" -O $name.nc 197 if [ "$cas" = "IHOP " ] ; then197 if [ "$cas" = "IHOP/REF" ] ; then 198 198 ncatted -a units,time,o,c,"seconds since 2002-06-14 05:59:59" \ 199 199 -a time_origin,time,o,c," 2002-JUN-14 05:59:59" -O $name.nc ; fi 200 if [ "$cas" = "RICO " ] ; then200 if [ "$cas" = "RICO/REF" ] ; then 201 201 ncatted -a units,time,o,c,"seconds since 2004-12-27 00:00:00" \ 202 202 -a time_origin,time,o,c," 2004-DEC-27 00:00:00" -O $name.nc ; fi -
trunk/src/post_plots.sh
r243 r257 5 5 6 6 wavemin=1 7 wavemax=22 7 wavemax=`ls Remaining_space_after_wave_* | cut -d _ -f5 | cut -d. -f1 | sort -n | tail -1` 8 # wavemax can also be set manually 9 #wavemax=22 8 10 nwave=$(( $wavemax - $wavemin + 1)) 9 11 10 12 ################################################################## 11 13 # Controle of a sublist for the waves shading on profiles 12 wave_inc=1 13 ListWaves=$( seq $wavemin $wave_inc $wavemax ) 14 # could be also 14 if [ $wavemax -le 3 ] ; then 15 ListWaves=" `seq 1 $wavemax` " 16 else 17 ListWaves=" 1 3 $wavemax " 18 fi 19 # could be also set manually 15 20 # ListWaves=" 1 3 6 " 16 ListWaves=" 1 3 22 " 21 # wave_inc=1 22 # ListWaves=$( seq $wavemin $wave_inc $wavemax ) 17 23 ################################################################## 18 24 … … 24 30 # Some preliminary computations 25 31 #------------------------------ 32 #echo $wavemin $wavemax $(seq $wavemin $wavemax) ; exit 26 33 for i in $(seq $wavemin $wavemax) ; do 27 34 echo $i … … 147 154 148 155 for sim in $sims ; do 149 w=`echo $sim | cut -d _ -f2 | cut -d\- -f1`156 w=`echo $sim | cut -d\- -f2` 150 157 echo $sim $w 151 158 cat <<eod>> simus.py … … 170 177 mv t.pdf Prof$iname.pdf 171 178 179 mkdir -p PROFILES/BEST$iname 180 mv profil* PROFILES/BEST$iname 172 181 173 182
Note: See TracChangeset
for help on using the changeset viewer.
