source: codes/icosagcm/devel/Python/test/jobs/gen_mesh_information.sh @ 1039

Last change on this file since 1039 was 959, checked in by dubos, 5 years ago

devel/Python : fix reading local mesh => generation of local mesh information

File size: 334 bytes
Line 
1#!/bin/bash
2
3# Morton reordering of MPAS mesh
4cp -f grids_MPAS/x1.2562.grid.nc grids/
5./python.sh serial py/reorder.py
6
7# Create and copy mesh information - notice non-rotating planet
8./python.sh serial py/dump_partition.py --grid 2562 --Omega 0. --radius 6.37122e6
9cp -f mesh_information.nc ../../../RUNS/DCMIP31_mpi_omp_40/input/
Note: See TracBrowser for help on using the repository browser.