Changeset 3815


Ignore:
Timestamp:
Jun 24, 2025, 5:30:01 PM (5 days ago)
Author:
afalco
Message:

Pluto: zrecast for dynamico-like/XIOS outputs. (reading apbp.nc file without hybrid coeffs)
AF

Location:
trunk/LMDZ.PLUTO/util
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/util/compile

    r3376 r3815  
    11source ~/.bashrc
    2 SOURCE=${1:-zrecast_plut}
     2SOURCE=${1:-zrecast}
    33# The following script can be used to compile one of the utilities
    44# program. Example of use :
     
    1010#-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $SOURCE.e
    1111
     12FLAGS=
     13# FLAGS=-g -O0
     14
    1215#pgf90 $SOURCE.F90 \
    13 gfortran $SOURCE.F90 \
     16gfortran $FLAGS $SOURCE.F90 \
    1417-I$NETCDF/include \
    1518-L$NETCDF/lib -lnetcdff -o $SOURCE.e
Note: See TracChangeset for help on using the changeset viewer.