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 8 and Version 9 of Developers/Validation/trunk_perfs/do_trunk_perfs/step_by_step


Ignore:
Timestamp:
2020-12-03T17:45:13+01:00 (3 years ago)
Author:
clem
Comment:

--

Legend:

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

    v8 v9  
    22 
    33{{{#!sh 
    4 cd $dirnemo 
    54 
    65# change cfgs/SHARED/namelist_ref (no IO without XIOS, remove run.stat, meshmask, add timing) 
     
    109    -e "s/ln_meshmask *=.*/ln_meshmask = .false. /" \ 
    1110    -e "s/ln_timing *=.*/ln_timing = .true. /" \ 
    12 #    -e "s/nn_fsbc *=.*/nn_fsbc = 1 /" \ 
    1311    cfgs/SHARED/namelist_ref > tmp$$ 
    1412mv -f tmp$$ cfgs/SHARED/namelist_ref