New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Developers/Validation/trunk_perfs/do_trunk_perfs (diff) – NEMO

Changes between Version 7 and Version 8 of Developers/Validation/trunk_perfs/do_trunk_perfs


Ignore:
Timestamp:
2020-11-23T16:48:23+01:00 (3 years ago)
Author:
smasson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/Validation/trunk_perfs/do_trunk_perfs

    v7 v8  
    105105{{{#!sh 
    106106# 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" ) 
     107for ff in $( ls -1 cfgs/ORCA2_*/EXP00/context_nemo.xml |  grep -v "_PISCES" ) 
    108108do 
    109109    sed -e '/pisces/d' $ff > tmp$$ 
     
    111111done 
    112112# 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" ) 
     113for ff in $( ls -1 cfgs/ORCA2_*/EXP00/context_nemo.xml |  grep -v "_ICE" ) 
    114114do 
    115115    sed -e '/ice/d' $ff > tmp$$