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

Changeset 1513 for trunk/NVTK


Ignore:
Timestamp:
2009-07-21T11:13:54+02:00 (15 years ago)
Author:
cetlod
Message:

Update NVTK/PISCES jobs according to changeset:1511

Location:
trunk/NVTK/INSTALL/JOBS
Files:
2 edited

Legend:

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

    r1507 r1513  
    143143 
    144144# namelist pisces modifications 
    145 PAT_DUSTF=$( supergrep ldustfer         namelist_pisces ) 
    146 PAT_RIVER=$( supergrep lriver           namelist_pisces ) 
    147 PAT_NDEPO=$( supergrep lndepo           namelist_pisces ) 
    148 PAT_SEDIN=$( supergrep lsedinput        namelist_pisces ) 
    149  
    150 sed -e "s%$PAT_DUSTF%   ldustfer    =  .false.%"  \ 
    151     -e "s%$PAT_RIVER%   lriver      =  .false.%"  \ 
    152     -e "s%$PAT_NDEPO%   lndepo      =  .false.%"  \ 
    153     -e "s%$PAT_SEDIN%   lsedinput   =  .false.%" namelist_pisces > nam.tmp      
     145PAT_DUSTF=$( supergrep ln_dustfer        namelist_pisces ) 
     146PAT_RIVER=$( supergrep ln_river          namelist_pisces ) 
     147PAT_NDEPO=$( supergrep ln_ndepo          namelist_pisces ) 
     148PAT_SEDIN=$( supergrep ln_sedinput       namelist_pisces ) 
     149 
     150sed -e "s%$PAT_DUSTF%   ln_dustfer    =  .false.%"  \ 
     151    -e "s%$PAT_RIVER%   ln_river      =  .false.%"  \ 
     152    -e "s%$PAT_NDEPO%   ln_ndepo      =  .false.%"  \ 
     153    -e "s%$PAT_SEDIN%   ln_sedinput   =  .false.%" namelist_pisces > nam.tmp      
    154154 
    155155mv nam.tmp namelist_pisces 
  • trunk/NVTK/INSTALL/JOBS/job_ORCA2_OFF_PISCES.ksh

    r1507 r1513  
    122122 
    123123# namelist pisces modifications 
    124 PAT_DUSTF=$( supergrep ldustfer         namelist_pisces ) 
    125 PAT_RIVER=$( supergrep lriver           namelist_pisces ) 
    126 PAT_NDEPO=$( supergrep lndepo           namelist_pisces ) 
    127 PAT_SEDIN=$( supergrep lsedinput        namelist_pisces ) 
    128  
    129 sed -e "s%$PAT_DUSTF%   ldustfer    =  .false.%"  \ 
    130     -e "s%$PAT_RIVER%   lriver      =  .false.%"  \ 
    131     -e "s%$PAT_NDEPO%   lndepo      =  .false.%"  \ 
    132     -e "s%$PAT_SEDIN%   lsedinput   =  .false.%" namelist_pisces > nam.tmp 
     124PAT_DUSTF=$( supergrep ln_dustfer        namelist_pisces ) 
     125PAT_RIVER=$( supergrep ln_river          namelist_pisces ) 
     126PAT_NDEPO=$( supergrep ln_ndepo          namelist_pisces ) 
     127PAT_SEDIN=$( supergrep ln_sedinput       namelist_pisces ) 
     128 
     129sed -e "s%$PAT_DUSTF%   ln_dustfer    =  .false.%"  \ 
     130    -e "s%$PAT_RIVER%   ln_river      =  .false.%"  \ 
     131    -e "s%$PAT_NDEPO%   ln_ndepo      =  .false.%"  \ 
     132    -e "s%$PAT_SEDIN%   ln_sedinput   =  .false.%" namelist_pisces > nam.tmp 
    133133 
    134134mv nam.tmp namelist_pisces 
Note: See TracChangeset for help on using the changeset viewer.