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 1544 for trunk/NVTK/INSTALL/JOBS/job_ORCA2_LIM_PISCES.ksh – NEMO

Ignore:
Timestamp:
2009-07-27T14:14:15+02:00 (15 years ago)
Author:
cetlod
Message:

Update NVTK jobs according to changeset:1542

File:
1 edited

Legend:

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

    r1513 r1544  
    131131# namelist top modifications 
    132132PAT_NWRTRC=$( supergrep nwritetrc         namelist_top ) 
    133 PAT_LRSTTR=$( supergrep lrsttr            namelist_top ) 
     133PAT_LRSTTR=$( supergrep ln_rsttr            namelist_top ) 
    134134PAT_NRSTTR=$( supergrep nrsttr            namelist_top ) 
    135135PAT_TRCRAD=$( supergrep ln_trcrad         namelist_top ) 
    136136 
    137137sed -e "s%$PAT_NWRTRC%   nwritetrc   = ${ITERATIONS}%" \ 
    138     -e "s%$PAT_LRSTTR%   lrsttr      =  .false.%"      \ 
     138    -e "s%$PAT_LRSTTR%   ln_rsttr      =  .false.%"      \ 
    139139    -e "s%$PAT_NRSTTR%   nrsttr      =     0   %"       \ 
    140140    -e "s%$PAT_TRCRAD%   ln_trcrad   =  .false.%" namelist_top > nam.tmp      
     
    203203 
    204204   # Biogeochemistry namelist modifications 
    205     PAT_LRSTTR=$( supergrep lrsttr        namelist_top ) 
     205    PAT_LRSTTR=$( supergrep ln_rsttr        namelist_top ) 
    206206    PAT_NRSTTR=$( supergrep nrsttr        namelist_top ) 
    207207 
    208     sed -e "s%$PAT_LRSTTR%   lrsttr     = .true. %"  \ 
     208    sed -e "s%$PAT_LRSTTR%   ln_rsttr     = .true. %"  \ 
    209209        -e "s%$PAT_NRSTTR%   nrsttr     = 2%" namelist_top > nam.tmp 
    210210 
Note: See TracChangeset for help on using the changeset viewer.