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.
Changeset 1620 for trunk/NVTK/INSTALL/JOBS/job_ZAGRIF.ksh – NEMO

Ignore:
Timestamp:
2009-08-12T17:14:22+02:00 (15 years ago)
Author:
ctlod
Message:

NVTK: change nn_fwb and nn_sssr parameters value to ensure reproductibility, see ticket: #533

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/INSTALL/JOBS/job_ZAGRIF.ksh

    r1603 r1620  
    114114     PAT_RESMLD=$( supergrep ln_trdmld_restart  ${CHGFILE} ) 
    115115     PAT_NAMECF=$( supergrep cn_exp             ${CHGFILE} ) 
     116     PAT_NN_FWB=$( supergrep nn_fwb             ${CHGFILE} ) 
     117     PAT_NNSSSR=$( supergrep nn_sssr            ${CHGFILE} ) 
    116118 
    117119    if [ ${CHGFILE} = 'namelist' ] ; then 
     
    137139         -e "s%$PAT_N_CLAA%   nn_cla   = 0%"                      \ 
    138140         -e "s%$PAT_NSOLVV%   nn_solv  =      2%"               \ 
     141         -e "s%$PAT_NN_FWB%   nn_fwb      =      0%"            \ 
     142         -e "s%$PAT_NNSSSR%   nn_sssr     =      1%"            \ 
    139143         -e "s%$PAT_RESMLD%   ln_trdmld_restart =  .false.%" ${CHGFILE} > nam.$$ 
    140144      
Note: See TracChangeset for help on using the changeset viewer.