Changeset 22378


Ignore:
Timestamp:
01/29/18 12:22:53 (7 years ago)
Author:
seroussi
Message:

NEW: using issm_ocean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test4002.m

    r22258 r22378  
    850850        eval(['!cp ' md.cluster.executionpath '/' md.miscellaneous.name '/* run/ ']);
    851851        cd run
    852         eval(['!mpiexec -np ' int2str(md.cluster.np) ' ' md.cluster.codepath '/issm.exe TransientSolution ' pwd ' ' md.miscellaneous.name ' : -np ' int2str(nPx*nPy) ' ./mitgcmuv']);
     852        %eval(['!mpiexec -np ' int2str(md.cluster.np) ' ' md.cluster.codepath '/issm_ocean.exe TransientSolution ' pwd ' ' md.miscellaneous.name ' ']);
     853        eval(['!mpiexec -np ' int2str(md.cluster.np) ' ' md.cluster.codepath '/issm_ocean.exe TransientSolution ' pwd ' ' md.miscellaneous.name ' : -np ' int2str(nPx*nPy) ' ./mitgcmuv']);
    853854
    854855end
Note: See TracChangeset for help on using the changeset viewer.