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/step_by_step (diff) – NEMO

Changes between Version 2 and Version 3 of Developers/Validation/trunk_perfs/do_trunk_perfs/step_by_step


Ignore:
Timestamp:
2020-12-03T12:48:42+01:00 (3 years ago)
Author:
clem
Comment:

--

Legend:

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

    v2 v3  
    1111    -e "s/ln_timing *=.*/ln_timing = .true. /" \ 
    1212    cfgs/SHARED/namelist_ref > tmp$$ 
    13 mv tmp$$ cfgs/SHARED/namelist_ref 
     13mv -f tmp$$ cfgs/SHARED/namelist_ref 
    1414 
    1515# change cfgs/SHARED/namelist_ice_ref (add an init file) 
    1616sed -e "s/nn_iceini_file *=.*/nn_iceini_file = 1 /" \ 
    1717    cfgs/SHARED/namelist_ice_ref > tmp$$ 
    18 mv tmp$$ cfgs/SHARED/namelist_ice_ref 
     18mv -f tmp$$ cfgs/SHARED/namelist_ice_ref 
    1919 
    2020# change cfgs/SHARED/namelist_pisces_ref (as in sette) 
     
    2222    -e "s/ln_pisdmp *=.*/ln_pisdmp = .false. /" \ 
    2323    cfgs/SHARED/namelist_pisces_ref > tmp$$ 
    24 mv tmp$$ cfgs/SHARED/namelist_pisces_ref 
     24mv -f tmp$$ cfgs/SHARED/namelist_pisces_ref 
    2525}}} 
    2626 
     
    3131ff=cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg 
    3232sed -e "s/ln_icebergs *=.*/ln_icebergs = .false. /" $ff > tmp$$ 
    33 mv tmp$$ $ff 
     33mv -f tmp$$ $ff 
    3434 
    3535# change namelist_top_cfg (as in sette) 
    3636ff=cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_top_cfg 
    3737sed -e "s/ln_trcdta *=.*/ln_trcdta = .false. /" $ff > tmp$$ 
    38 mv tmp$$ $ff 
     38mv -f tmp$$ $ff 
    3939 
    4040# change namelist_pisces_cfg (as in sette) 
     
    4444    -e "s/ln_hydrofe *=.*/ln_hydrofe = .false. /" \ 
    4545    $ff > tmp$$ 
    46 mv tmp$$ $ff 
     46mv -f tmp$$ $ff 
    4747 
    4848# change file_def_nemo-oce.xml (suppress diag) 
    4949ff=cfgs/ORCA2_ICE_PISCES/EXPREF/file_def_nemo-oce.xml 
    5050sed -e '/file_group id="1m"/,/<\/file_group>/d' $ff > tmp$$ 
    51 mv tmp$$ $ff 
     51mv -f tmp$$ $ff 
    5252 
    5353# change file_def_nemo-ice.xml (suppress diag) 
    5454ff=cfgs/ORCA2_ICE_PISCES/EXPREF/file_def_nemo-ice.xml 
    5555sed -e '/name_suffix="_SBC_scalar"/,/<\/file>/d' $ff > tmp$$ 
    56 mv tmp$$ $ff 
     56mv -f tmp$$ $ff 
    5757 
    5858# change file_def_nemo-pisces.xml (suppress diag) 
    5959ff=cfgs/ORCA2_ICE_PISCES/EXPREF/file_def_nemo-pisces.xml 
    6060sed -e '/file_group id="1y"/,/<\/file_group>/d' $ff > tmp$$ 
    61 mv tmp$$ $ff 
     61mv -f tmp$$ $ff 
    6262}}} 
    6363