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 9869 for NEMO/branches/2018/dev_r9759_HPC09_ESIWACE/tests/BENCH/EXPREF/submit_bench – NEMO

Ignore:
Timestamp:
2018-07-03T18:25:56+02:00 (6 years ago)
Author:
smasson
Message:

dev_r9759_HPC09_ESIWACE: update bench jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9759_HPC09_ESIWACE/tests/BENCH/EXPREF/submit_bench

    r9851 r9869  
    1111ncore_node=$2 
    1212resolution=$3 
     13dateref=$4 
    1314machine=$( hostname | sed -e "s/[0-9]*//g" ) 
    1415# 
     
    177178cd \${BRIDGE_MSUB_PWD}/.. 
    178179 
    179 rsync -av --exclude="*eo" EXPREF/ EXP_${resolution}_${nproc5}/ 
    180 rsync -av EXP00/nemo EXP_${resolution}_${nproc5}/nemo 
    181 cd EXP_${resolution}_${nproc5}/ 
     180 
     181EXPjob=EXP_${resolution}_${nproc5}_${dateref} 
     182rsync -av --exclude="*eo" EXPREF/ ${EXPjob}/ 
     183rsync -av EXP00/nemo ${EXPjob}/nemo 
     184cd ${EXPjob} 
    182185 
    183186jpni=${cores/\**/} 
     
    186189sed -e "s/jpni *=.*/jpni = \${jpni}/" -e "s/jpnj *=.*/jpnj = \${jpnj}/" namelist_cfg_orca${resolution}_like > namelist_cfg 
    187190 
    188 time ccc_mprun -n \${BRIDGE_MSUB_NPROC} ./nemo > jobout_${resolution}_${nproc5} 
     191time ccc_mprun -n \${BRIDGE_MSUB_NPROC} ./nemo > jobout_${resolution}_${nproc5}_${dateref} 
    189192 
    190193EOF 
Note: See TracChangeset for help on using the changeset viewer.