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

Changeset 1507 for trunk/NVTK


Ignore:
Timestamp:
2009-07-20T17:54:25+02:00 (15 years ago)
Author:
cetlod
Message:

Improve Jobs to ensure ORCA2_LIM_PISCES and ORCA2_OFF_PISCES reproductibilty, see ticket:480

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

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/INSTALL/JOBS/jhd_sx8brodie_mon

    r1155 r1507  
    66#PBS -l cputim_prc=00:20:00       # temps max (HH:MM:SS) 
    77#PBS -l cputim_job=00:40:00       # temps max (HH:MM:SS) 
    8 #PBS -l memsz_job=3.0gb           # memoire max /job 
     8#PBS -l memsz_job=5.0gb           # memoire max /job 
    99#PBS -N                           # Job name 
    1010#PBS -e                           # error output file name 
  • trunk/NVTK/INSTALL/JOBS/jhd_sx8brodie_mpi

    r1155 r1507  
    88#PBS -l cputim_prc=00:20:00       # temps max (HH:MM:SS) 
    99#PBS -l cputim_job=00:40:00       # temps max (HH:MM:SS) 
    10 #PBS -l memsz_job=5.0gb           # memoire max /job 
     10#PBS -l memsz_job=8.0gb           # memoire max /job 
    1111#PBS -N                           # Job name 
    1212#PBS -e                           # error output file name 
  • trunk/NVTK/INSTALL/JOBS/jhd_sx8mercure_mon

    r1366 r1507  
    55#PBS -S /bin/ksh                  # Shell used 
    66#PBS -l cputim_job=00:40:00       # temps max (HH:MM:SS) 
    7 #PBS -l memsz_job=4.0gb           # memoire max /job 
     7#PBS -l memsz_job=5.0gb           # memoire max /job 
    88#PBS -N                           # Job name 
    99#PBS -e                           # error output file name 
  • trunk/NVTK/INSTALL/JOBS/job_ORCA2_LIM_PISCES.ksh

    r1403 r1507  
    129129mv nam.tmp namelist 
    130130 
    131 # namelist modifications 
     131# namelist top modifications 
    132132PAT_NWRTRC=$( supergrep nwritetrc         namelist_top ) 
    133133PAT_LRSTTR=$( supergrep lrsttr            namelist_top ) 
     
    141141 
    142142mv nam.tmp namelist_top 
     143 
     144# namelist pisces modifications 
     145PAT_DUSTF=$( supergrep ldustfer         namelist_pisces ) 
     146PAT_RIVER=$( supergrep lriver           namelist_pisces ) 
     147PAT_NDEPO=$( supergrep lndepo           namelist_pisces ) 
     148PAT_SEDIN=$( supergrep lsedinput        namelist_pisces ) 
     149 
     150sed -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      
     154 
     155mv nam.tmp namelist_pisces 
    143156 
    144157# Get forcing files 
  • trunk/NVTK/INSTALL/JOBS/job_ORCA2_OFF_PISCES.ksh

    r1402 r1507  
    2727        'long' )  
    2828             DIROUT='LONG' 
    29              ITERATIONS=240 ;; 
     29             ITERATIONS=120 ;; 
    3030               
    3131        '1_short' )  
    3232             DIROUT='1_SHORT' 
    33              ITERATIONS=120 ;; 
     33             ITERATIONS=60 ;; 
    3434               
    3535        '2_short' )  
    3636             DIROUT='2_SHORT' 
    37              ITERATIONS=120 ;; 
     37             ITERATIONS=60 ;; 
    3838 
    3939        'gtime' )  
     
    120120 
    121121mv nam.tmp namelist_top 
     122 
     123# namelist pisces modifications 
     124PAT_DUSTF=$( supergrep ldustfer         namelist_pisces ) 
     125PAT_RIVER=$( supergrep lriver           namelist_pisces ) 
     126PAT_NDEPO=$( supergrep lndepo           namelist_pisces ) 
     127PAT_SEDIN=$( supergrep lsedinput        namelist_pisces ) 
     128 
     129sed -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 
     133 
     134mv nam.tmp namelist_pisces 
     135 
    122136 
    123137# Get forcing files 
Note: See TracChangeset for help on using the changeset viewer.