source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/gcm/newstart/start2archive/compile.sh

Last change on this file was 2473, checked in by aslmd, 4 years ago

MESOSCALE: updated workflow folder to support start2archive

  • Property svn:executable set to *
File size: 326 bytes
Line 
1#! /bin/bash
2here=$PWD
3dim=64x48x54 ## resolution of the start.nc and startfi.nc
4cd ../../../code/LMDZ.COMMON
5./makelmdz_fcm              -j 8 -d $dim -arch CICLADifort               -p mars start2archive
6cd $here ; \rm start2archive.e ; ln -sf ../../../code/LMDZ.COMMON/bin/start2archive_${dim}_phymars_seq.e start2archive.e
Note: See TracBrowser for help on using the repository browser.