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


Ignore:
Timestamp:
2020-12-03T16:06:21+01:00 (3 years ago)
Author:
smasson
Comment:

--

Legend:

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

    v6 v7  
    2222sed -e "s/ln_varpar *=.*/ln_varpar = .false. /" \ 
    2323    -e "s/ln_pisdmp *=.*/ln_pisdmp = .false. /" \ 
    24     -e "s/ln_ironsed*=.*/ln_ironsed= .false. /" \ 
    25     -e "s/ln_ironice*=.*/ln_ironice= .false. /" \ 
    26     -e "s/ln_hydrofe*=.*/ln_hydrofe= .false. /" \ 
    2724    cfgs/SHARED/namelist_pisces_ref > tmp$$ 
    2825mv -f tmp$$ cfgs/SHARED/namelist_pisces_ref 
     
    3936# change namelist_top_cfg (as in sette) 
    4037ff=cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_top_cfg 
    41 sed -e "s/ln_trcdta *=.*/ln_trcdta = .false. /" $ff > tmp$$ 
     38sed -e "s/ln_trcdta *=.*/ln_trcdta = .false. /" \ 
     39    -e "s/ln_trcbc *=.*/ln_trcbc = .false. /" $ff > tmp$$ 
    4240mv -f tmp$$ $ff 
    4341