source: trunk/MESOSCALE/LMD_MM_MARS/SRC/POSTPROC/comp_iowrf @ 1228

Last change on this file since 1228 was 493, checked in by aslmd, 13 years ago

MESOSCALE: final version of the user manual

  • Property svn:executable set to *
File size: 288 bytes
Line 
1#! /bin/bash
2
3### iowrf wrfout_d01_2024-03-20_06:00:00 -box x 50 150 y 50 150
4
5#pgf90 iowrf.f -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include  -Mfree  -o iowrf
6
7g95 iowrf.f -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include -Wall -Wno=112,141,137,155 -fno-second-underscore -ffree-form -o iowrf
8
9
Note: See TracBrowser for help on using the repository browser.