Changes between Version 7 and Version 8 of Developers/Validation/trunk_perfs/do_trunk_perfs
- Timestamp:
- 2020-11-23T16:48:23+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers/Validation/trunk_perfs/do_trunk_perfs
v7 v8 105 105 {{{#!sh 106 106 # no pisces lines in context_nemo.xml if not a PISCES directory 107 for ff in ( ls -1 cfgs/ORCA2_*/EXP00/context_nemo.xml | grep -v "_PISCES" )107 for ff in $( ls -1 cfgs/ORCA2_*/EXP00/context_nemo.xml | grep -v "_PISCES" ) 108 108 do 109 109 sed -e '/pisces/d' $ff > tmp$$ … … 111 111 done 112 112 # no ice lines in context_nemo.xml if not a ICE directory 113 for ff in ( ls -1 cfgs/ORCA2_*/EXP00/context_nemo.xml | grep -v "_ICE" )113 for ff in $( ls -1 cfgs/ORCA2_*/EXP00/context_nemo.xml | grep -v "_ICE" ) 114 114 do 115 115 sed -e '/ice/d' $ff > tmp$$