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 1262 for trunk/NVTK – NEMO

Changeset 1262 for trunk/NVTK


Ignore:
Timestamp:
2009-01-13T12:06:02+01:00 (15 years ago)
Author:
cetlod
Message:

update job_GYRE_LOBSTER.ksh to force the new namelist parameter ln_trcrad to false see ticket:300

File:
1 edited

Legend:

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

    r1184 r1262  
    9393PAT_NWRITRD=$( supergrep ntrd_trc                namelist_top_f90 ) 
    9494PAT_RESTTRD=$( supergrep ln_trdmld_trc_restart   namelist_top_f90 ) 
     95PAT_LTRCRAD=$( supergrep ln_trcrad               namelist_top_f90 ) 
    9596 
    9697sed -e "s%$PAT_NWRITRC%   nwritetrc   = ${ITERATIONS}%" \ 
    9798    -e "s%$PAT_NWRITRD%   ntrd_trc    = ${ITERATIONS}%" \ 
     99    -e "s%$PAT_LTRCRAD%   ln_trcrad   =  .false.%"      \ 
    98100    -e "s%$PAT_RESTTRD%   ln_trdmld_trc_restart =  .false.%" namelist_top_f90 > nam.tmp 
    99101 
Note: See TracChangeset for help on using the changeset viewer.